delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/03/26/20:30:49

Date: Fri, 27 Mar 1998 03:24:03 +0200 (EET)
From: Epameinondas Latanis <elatan AT asterix DOT ee DOT duth DOT gr>
To: djgpp AT delorie DOT com
Subject: help!I have problem with rhide
Message-ID: <Pine.LNX.3.93.980327030140.15249B-100000@asterix.ee.duth.gr>
MIME-Version: 1.0

 I am new in DjGpp and I have faced some problems at the linking of c++
files with RHIDE.
 I have installed the necessary packages and tried to work with the RHIDE
after having made the proper settings.
 Plain c programs had no problems at all but with c++ I cannot say the
same.The compiling was ok but the linking showed errors.At the following
simple code (for example):

#include<iostream.h>
int main(void)
{
 cout << "Testing...";
 return 0;
}


RHIDE would execute (in the window):

executing:
gcc     -o hello.exe   hello.o  -lstdcx

...and the error would follow...

Error: 
c:/lang/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory
(ENOENT)

 The paths are correctly set and so is the environment file of rhide.
 I understand that there must be an error with the parameters passed to
gcc.

  Could anyone help me ,please?

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019