WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: environment hosed during upgrade

Re: environment hosed during upgrade

by Danny Smith :: Rate this Message:

| View in Thread


> .
> >
> > Attached. This will only work with gcc-3.4.5. Install in
> same place as
> > gcc.exe, e.g. /mingw/bin.
> >
>
> I gather I was supposed to place the file in the same place
> as gcc.exe (no
> problem with that), then 'gzip -d xgcc-3.4.5.exe.gz', then
> run 'xgcc-3.4.5'
> instead of 'gcc'.
>
> Here's what I got:
>
> C:\C>xgcc-3.4.5 -o try.exe try.c
> collect2: cannot find `ld'
>
Ugh, collect2 also calls access("path/to/ld.exe", X_OK).

Put this recompiled collect2 in your libexec/mingw32/3.4.5 directory
(the directory with compiler cc1.exe)

Danny


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
MinGW-users mailing list
MinGW-users@...

You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users

collect2.exe.gz (57K) Download Attachment

 « Return to Thread: environment hosed during upgrade