Mail Archives: djgpp/1998/10/08/08:19:43
On Thu, 8 Oct 1998, Cyril DREYFUS wrote:
> I have no trouble compiling and running this under regular DOS gcc, but
> the windows build won't fly (won't build due to unresolve ref if the
> original ld.exe is used, crashes if the patch ld.exe is used).
When the linker complains about unresolved references, you need to find
out in what libraries do the missing symbols live, and then add those
libraries to your link command line. But your message implies that you
think it's the linker's fault that it issues such complaints, and try to
switch to another linker instead of solving the real problem. What you
need to do is to search the RSXNT libraries for the missing references.
- Raw text -