Mail Archives: djgpp/1999/06/01/02:25:24
On Sun, 30 May 1999, Terry Wilcox wrote:
> The problem is that rhide appends a -lstdcx to the end of all linking
> commands so an example of what it might do would be:
> gxx -o myProgram.exe myProgram.o -lstdcx
>
> It interupts the -lstdcx as a file it has to open, and since there is no
> such file it ends with an error.
The linker only interprets -lstdcx as a file name if the main strategy
of looking for a library called libstdcx.a fails. Your *real* problem
is with that library. See section 8.7 of the DJGPP FAQ list for
several possible causes and ways to solve them.
- Raw text -