This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Link error ld.exe cannot open -lstdcx: no such file or directory
- To: help-gcc at gnu dot org
- Subject: Link error ld.exe cannot open -lstdcx: no such file or directory
- From: Antony Langmann <tonyl at tnarobag dot com>
- Date: Fri, 19 Nov 1999 10:28:47 -0930
- Newsgroups: gnu.gcc,gnu.gcc.help
- Organization: tna
- Xref: wodc7nx0 gnu.gcc.help:1881
G'day all,
Just started using DJGPP today.
Have compiled a program that has 3 files.
One of those files has inline assembly, I have been able to get this to
compile without errors so far.
However whenever I try to build all or link I get the error message
D:/DJGPP/bin/ld.exe cannot open -lstdcx: no such file or directory
(ENOENT)
Bit confused about this message,
Have looked in the faq no answer there.
What is lstdcx ?
Will I need to download any files that this exists in?
If so which files does this appear in?
What does ENOENT mean?
Thanks in advance
Antony Langmann