Mail Archives: djgpp/1998/12/23/20:23:08
Strider Centaur wrote:
>
> Im trying to compile a progam( example 31 ) from the winalleg examples.
> I keep getting:
> ld.exe: cannot open -lmain: No such file or directory (ENOENT)
Does your spec file in /rsxntdj/lib point to /rsxntdj/lib/all as one of
the library include paths? If you invoke gcc with the -Zwin32 flag,
ld.exe will look for rsxnt startup code in libmain.a. Check to see if
this file is in the directory, and the -L path to it is correct.
- Raw text -