Message-ID: <000001c07c09$d9d5ef00$27438cd4@default> From: "Stewart Norrie" To: Subject: djgpp: cannot find -lstdcxx anywhere Date: Thu, 11 Jan 2001 20:01:31 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C07C09.500AAA40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C07C09.500AAA40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Guru, Have spent whole day trying to get rhind to produce exe = file. I get the error message: " Error c:/djgpp/bin/ld.exe cannot open -lstdcxx: No such file or directory (ENOENT) I am using the disc with C++ for Dummies and get the output from go32 as = follows: go32/v2 version 2.0 Built Dec 24 1999 17:46:57 Usage: go32 coff-image [args] Rename this to go32.exe only if you need a go32 that can run v2 ginaries = as well as v1 binaries (old makefiles). Put ahead of the old go32 in = your PATH but do not delete your old go32 - leave it in the PATH after = this one . Set GO32_V2_DEBUG=3Dy in the enviornment to get verbose output. DPMI memory available: 19207Kb DPMI swap space available: 10353 Kb Here is my autoexec.bat: SET CLASSPATH=3DC:\Program Files\PhotoDeluxe 2.0\AdobeConnectables rem - By Windows Setup - MSCDEX.EXE /D:TSYCD1 SET PATH=3DC:\PROGRA~1\BORLAND\CBUILD~1\BIN SET PATH=3DC:\DJGPP\BIN;%PATH% SET DJGPP=3DC:\DJGPP\DJGPP.ENV PATH c:\SQLANY50\win32;%PATH% PATH c:\OURDB\Sys32;%PATH% I have unzipped every file on the disc that came with the Dummies book = but cannot find the file. I did notice that I had to rename some of the = files which had been contracted to 8 charascters, for example streambu.h = had to be enlarged to stream.buf befior the compiler would work. I can = see no quick fixes for this though as there is no file that looks in the = slightest bit like -lstdcxx. Any help would be most appreciated Yours=20 Stewart Norrie Kirriemuir Scotland ------=_NextPart_000_0005_01C07C09.500AAA40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear Guru,
        =    =20     Have spent whole day trying to get rhind to produce = exe file.=20 I get the error message: " Error c:/djgpp/bin/ld.exe
cannot open -lstdcxx: No such file or directory=20 (ENOENT)
 
 
I am using the disc with C++ for Dummies and get = the=20 output from go32 as follows:
 
go32/v2 version 2.0 Built Dec 24 1999 = 17:46:57
Usage: go32 coff-image [args]
Rename this to go32.exe only if you need a go32 that = can run=20 v2 ginaries as well as v1 binaries (old makefiles). Put ahead of the old = go32 in=20 your PATH but do not delete your old go32 - leave it in the PATH after = this one=20 .
Set GO32_V2_DEBUG=3Dy in the enviornment to get = verbose=20 output.
 
DPMI memory available: 19207Kb
DPMI swap space available: 10353 Kb
 
Here is my autoexec.bat:
SET CLASSPATH=3DC:\Program Files\PhotoDeluxe=20 2.0\AdobeConnectables
rem - By Windows Setup - MSCDEX.EXE = /D:TSYCD1
SET=20 PATH=3DC:\PROGRA~1\BORLAND\CBUILD~1\BIN
SET = PATH=3DC:\DJGPP\BIN;%PATH%
SET=20 DJGPP=3DC:\DJGPP\DJGPP.ENV
PATH c:\SQLANY50\win32;%PATH%
PATH=20 c:\OURDB\Sys32;%PATH%
I have unzipped every file on the disc that came = with the=20 Dummies book but cannot find the file. I did notice that I had to rename = some of=20 the files which had been contracted to 8 charascters, for example=20 streambu.h  had to be enlarged to = stream.buf  befior=20 the compiler would work. I can see no quick fixes for this though as = there is no=20 file that looks in the slightest  bit like = -lstdcxx.
 
Any help would be most appreciated
 
Yours
Stewart Norrie
Kirriemuir
Scotland
 
 
------=_NextPart_000_0005_01C07C09.500AAA40--