OS2World OLD-STATIC-BACKUP Forum

OS/2 - Technical => Applications => Topic started by: klipp on 2010.04.27, 01:05:08

Title: Can't set gccenv.cmd -- linker!
Post by: klipp on 2010.04.27, 01:05:08
I've got gcc installed in /usr/local44/bin. Typing gccenv.cmd /usr/local44/bin WLINK gives the following error:
Error: cannot find gcc.exe in usr\local44\bin\usr
I've tried different combinations for gccenv.cmd and can't come up with anything that sets the Linker correctly.
Anybody know what I'm doing wrong?

thanks,  klipp
Title: Re: Can't set gccenv.cmd -- linker!
Post by: Tellie on 2010.04.27, 01:09:56
Hoi,

I do "gccenv u:\usr wlink"
Title: Re: Can't set gccenv.cmd -- linker!
Post by: klipp on 2010.04.27, 01:34:17
Thanks for the response Tellie, that seems to work however when when doing a "make install" using QT4 I get the error: ilink.exe: No such file or directory. Its supposed to be looking for WLINK, not ilink.exe.
thanks for the help

klipp