Mail Archives: djgpp/2000/01/29/01:59:51
From: | "bertram" <bcTRYSPAMholden AT bellsouth DOT net>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Djgpp will run with WIN98?
|
Lines: | 28
|
X-Newsreader: | Microsoft Outlook Express 4.72.3612.1700
|
X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.3612.1700
|
Message-ID: | <iAuk4.3516$b01.66114@news3.mia>
|
Date: | Sat, 29 Jan 2000 00:08:09 -0500
|
NNTP-Posting-Host: | 209.214.186.188
|
X-Trace: | news3.mia 949122446 209.214.186.188 (Sat, 29 Jan 2000 00:07:26 EST)
|
NNTP-Posting-Date: | Sat, 29 Jan 2000 00:07:26 EST
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
I am running WIN98. Installed DJGPP from a CDROM. Autoexec.bat was
automatically changed, but I cannot get hello world to work. I have fiddled
with the batch file as much as I know how. In DOS box, or out, in the code
subdirectory, or in bin and using path in the filename, I still get the same
message when trying to compile as follows: gxx -o hello.exe hello.cc.
In file included from hello.cpp:1:
c:/djgpp/lang/cxx/iostream.h:31: streambuf.h:
No such file or directory (ENOENT)
Now, I know this is probobly telling me that my path statement is not a
right. This was a CDROM setup running under WIN98, and I have tried moving
the path statement (Path c:\djgpp\bin;%path%) around. One thing I notice:
typing set at the dos prompt, I get no "%path%" in the printout. Is the
message telling me that both iostream.h and streambuf.h are missed? what
does the 31 mean? >>flash<< I just read and implemented the longfilename
enable recomendation set lfn=y. I recompiled hello world and got an error
message one country mile long, 'undefined reference to ''xxxx" '.
Is this progress? Somebody help, please?
- Raw text -