Mail Archives: djgpp/1999/10/16/19:29:44
In a previous article, spile_nomaed AT surfree DOT net DOT il (Borja Aranovic) says:
>Hello, I need help!
>When i try to run and compile any program, i always get this message:
>
>Creating: test.exe
>Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory
>(ENOENT)
>There were some errors
>
>All the files are in their places, LD.EXE is in c:\djgpp\bin\ and
>everything is ok, but i can't understand this problem.
>Please help me, urgent!
>
I suspect this may be a "long filename" problem. See if you have an
entry in c:\djgpp\bin that looks something like: lstdcx~1.a -- if you
rename the file to: lstdcx.a, it should get found (this happened to
me).
- Raw text -