| delorie.com/archives/browse.cgi | search |
| From: | "purple" <richard AT asbury DOT demon DOT co DOT uk> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | ld.exe not found by djgpp |
| Date: | Mon, 8 Feb 1999 17:53:38 -0000 |
| Message-ID: | <918496325.16956.0.nnrp-10.c2de89e4@news.demon.co.uk> |
| NNTP-Posting-Host: | asbury.demon.co.uk |
| X-NNTP-Posting-Host: | asbury.demon.co.uk:194.222.137.228 |
| X-Trace: | news.demon.co.uk 918496325 nnrp-10:16956 NO-IDENT asbury.demon.co.uk:194.222.137.228 |
| X-Complaints-To: | abuse AT demon DOT net |
| X-Newsreader: | Microsoft Outlook Express 4.71.1712.3 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V4.71.1712.3 |
| Lines: | 27 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
whenever i try to build anything using RHIDE with DJGPP, it gives me the
following msg:
Error: d:/richard/applications/djgpp/bin/ld.exe: cannot open -lstdcx: No
such file or directory <ENOENT>
does anyone know how to correct this? i know for sure that the ld.exe exists
at that path. i was trying to build the following simple program...
#include <stdio.h>
main()
{
printf("hello");
return 0;
}
and i saved it as hello.cpp
if anyone knows what the problem is and/or how to correct it, i'd greatly
appreciate any help,
Richard
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |