re: HOST_CC, crossgcc, mingw32, again/summarized - Re: confusion with host,build,target

2002-01-06 Thread Guido Draheim
Es schrieb stefan: > > On Sun, 6 Jan 2002, Guido Draheim wrote: > > > > > > Thus libtool should set the program compiling the `impgen' program when > > > > > creating the import library to a `--build' gcc and should not default to > > > > > the `--host' gcc which it in fact does. This fails o

Re: confusion with host,build,target

2002-01-06 Thread stefan
On Sun, 6 Jan 2002, Guido Draheim wrote: > > > > Thus libtool should set the program compiling the `impgen' program when > > > > creating the import library to a `--build' gcc and should not default to > > > > the `--host' gcc which it in fact does. This fails of course, because > > > > this g

Re: confusion with host,build,target

2002-01-06 Thread Guido Draheim
Es schrieb stefan: > > On Sat, 5 Jan 2002, Guido Draheim wrote: > > > Es schrieb stefan: > > > > > > Hello list, > > > > > > I recently setup a cross compiler from linux->mingw32. Using --host, > > > --build and --target I am able to reproduce software successfully. But > > > with a little b

Re: confusion with host,build,target

2002-01-05 Thread stefan
On Sat, 5 Jan 2002, Guido Draheim wrote: > Es schrieb stefan: > > > > Hello list, > > > > I recently setup a cross compiler from linux->mingw32. Using --host, > > --build and --target I am able to reproduce software successfully. But > > with a little bit of confusion about the above parame

Re: confusion with host,build,target

2002-01-05 Thread Guido Draheim
Es schrieb stefan: > > Hello list, > > I recently setup a cross compiler from linux->mingw32. Using --host, > --build and --target I am able to reproduce software successfully. But > with a little bit of confusion about the above parameters. > > Reading `info Autoconf' tells me: > --hos