Mail Archives: djgpp/1998/12/23/21:44:41
Thanks for the help you where right on target. I modified the SPECS file to
support the -Zmt and -Zst as compile time switches and the example I cut and
pasted had the all on the E drive while I use the C drive. I just over
looked that one entry. Thanks again.
Ron Burton
bowman wrote:
> 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 -