Build errors - target i386-pc-mingw32

mike stump mrs@windriver.com
Wed Sep 26 13:38:00 GMT 2001


> From: Casper Hornstrup <chorns@users.sourceforge.net>
> To: gcc@gcc.gnu.org
> Date: Tue, 25 Sep 2001 23:04:02 +0200

> I've been trying to compile a cross compiler (mingw) on linux and
> run into problems.

> Please tell me if I doing this wrong.

> I configure binutils (current cvs version) with:
> configure --prefix=/usr/local/cross-tools --target=i386-pc-mingw32 -v

You failed to use --with-headers and --with-libs as documented in the
manual http://gcc.gnu.org/install/configure.html .

I suspect the --with-libs is the one you are missing.  A check of the
config.log file might be able to confirm it.



More information about the Gcc mailing list