From: Meola111 AT aol DOT com Message-ID: > Date: Thu, 27 Aug 1998 16:15:22 EDT To: djgpp AT delorie DOT com Mime-Version: 1.0 Subject: Rhide Linker Problem Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Precedence: bulk I installed Djgpp, and Rhide a few days ago. I ran RHIDE and typed in the program #include void main() {printf("Hello World");} and complied with no errors to a .o file. But when i try to link it to an .exe but i get an error message like so: Creating:hello.exe Error: d:/djgpp/bin/ld.exe: Cannot open -lstdcxx: No such file or directory (ENOENT) There were some errors. I know this was answered by someone and he said to add [RHIDE] RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx to DJGPP.env I did and still got an error. Where do i put this line? Is there sumthing else? Any comments are welcome. Thanks James