cvs.gedasymbols.org/archives/browse.cgi | search |
Message-ID: | <366C758D.DD0456BD@sprint.ca> |
From: | Youssef Latrous <latrous AT sprint DOT ca> |
X-Mailer: | Mozilla 4.5 [en] (Win95; I) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Please Help: can't use Rhide |
References: | <364687f9 DOT 37182612 AT news DOT 3web DOT net> <3645E555 DOT 480EA113 AT cableol DOT co DOT uk> |
Lines: | 31 |
Date: | Mon, 07 Dec 1998 16:40:45 -0800 |
NNTP-Posting-Host: | 209.103.35.237 |
X-Complaints-To: | abuse AT sprint DOT ca |
X-Trace: | hme2.newscontent-01.sprint.ca 913067089 209.103.35.237 (Mon, 07 Dec 1998 16:44:49 EDT) |
NNTP-Posting-Date: | Mon, 07 Dec 1998 16:44:49 EDT |
Organization: | Sprint Canada Inc. |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Hi, Total DJGPP newbie here. I just installed it and tried (as usual) the simple hello program hereafter (stored in 'test.c' file): #include <stdio.h> int main() { printf( "Hello World!\n" ); exit( 0 ); } If I use gcc from a dos shell, then everything is ok. But if I try to use the RHIDE environment then I'm able to compile, but not to link. I have the following error: Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) It's also the same if I tried the C++ version of this program (test.cc), using output stream and iostream header. Gxx works fine in a dos shell, but I get the same error with the linker under Rhide. What does this error stand for? Thank you very much for any help, Y. Latrous. latrous AT sprint DOT ca
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |