From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Molenda To: Jim Nance Cc: gdb-patches@cygnus.com Subject: Re: gdb-980122 build problem Date: Wed, 28 Jan 1998 11:41:00 -0000 Message-id: <19980128114006.00243@cygnus.com> References: <19980128104230.39021@avanticorp.com> <19980128104230.39021@avanticorp.com> X-SW-Source: 1998/msg00005.html Hi Jim, The gdb@cygnus.com is a better mailing list for stuff like this. gdb-patches@cygnus.com is intended for submitting patches. On Wed, Jan 28, 1998 at 10:42:30AM -0500, Jim Nance wrote: > roadrunner> ./configure --target=alpha-dec-osf3.2 Try configuring with just "./configure", or if you want to specify your host, try "./configure --host=alpha-dec-osf3.2". --target is for another type of development altogether and probably isn't what you're meaning to do here. Cheers, Jason