This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Build errors - target i386-pc-mingw32


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]