Mail Archives: djgpp/1998/12/22/10:45:38
ZKeeper wrote:
>
> There is a problem with the ld.exe that come with RSXNTDJ. I read
> about someone using the ld.exe from DJGPP. but is there a patch so it
> won't have error when compile DLLs, or how do you get ride of unable
> to link to _os2dll.a error, or you just use the ld.exe from DJGPP for
> checking and use the RSXNTDJ for final linking.
I have been using the djgpp ld.exe with no problems. What is _os2dll.a?
I do not see it in either /rsxntdj/lib/all or /windows/system. If it
exists on your system as os2.dll or similar, you can use 'makelib' to
convert it into a .a wrapper, and then add that to the library search
path on the command line.
Is this by any chance on a NT system?
- Raw text -