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: collect2 and cross-compilers


On Sun, 13 Feb 2000, Peter Gerwinski wrote:

> when building a cross-compiler i586-pc-linux-gnu --> i586-mingw32,
> `collect2' is not built automatically.
> 
> However, running `make collect2' in the `gcc' subdirectory does
> its job.
> 
> Maybe something is missing in the `configure' script ...

Yes, it's a known issue. Currently, collect2 is not used for mingw32
host or target. I have a patch, but needs a bit more work to get the
patch into a bit more acceptable form. There is a small change in
the configury as well (for your purposes, you can just comment out the 
USE_COLLECT2 line in gcc/config/i386/t-mingw32 file).

Regards,
Mumit



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