| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| Message-Id: | <3.0.1.32.19990119011116.006b8cd4@soli.inav.net> |
| X-Sender: | monte AT soli DOT inav DOT net |
| X-Mailer: | Windows Eudora Pro Version 3.0.1 (32) |
| Date: | Tue, 19 Jan 1999 01:11:16 -0600 |
| To: | djgpp AT delorie DOT com |
| From: | Steve <monte AT inav DOT net> |
| Subject: | Can't find the libraries! |
| Mime-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
<excerpt>I wonder if you anyone can help me out with a problem I am
having with DJGPP?
I used the Delorie zip-picker utility to download the zip files
I unzipped all the zip files...the directory structure was presevered and
long file names were also used.
I also downloaded RHIDE which works fine apart from the following
problem.
My first C program looks like this:
<fontfamily><param>Courier New</param><smaller>#include <<iostream.h>
int main ()
{
cout <<<< "Hi";
return 0;
)
When I try and compile it, it gives me the message that there is no such
file or directory as iostream.h (EOENT). I have tried putting the direct
path in using these lines as well:
#define STANDARD_INCLUDE_DIRECTORY C:/DJGPP/lang/cxx
#include "C:/Djgpp/lang/cxx/iostream.h"
My autoexec.bat file has had these 2 lines added to it:
set DJGPP=C:\DJGPP\DJGPP.ENV
set PATH=C:\DJGPP\BIN;%PATH%
</smaller></fontfamily>
and the top few lines of the djgpp.env file look like this:
<fontfamily><param>Courier New</param><smaller>set
DJGPP=c:/djgpp/djgpp.env</smaller></fontfamily> [I've tried with and
without this line]
<fontfamily><param>Courier New</param><smaller>DJDIR=%:/>DJGPP%
+USER=dosuser
+GROUP=root
+TMPDIR=%DJDIR%/tmp
+EMU387=%DJDIR%/bin/emu387.dxe
+LFN=y
+TEXMFMAIN=%DJDIR%/share/texmf
</smaller></fontfamily></excerpt>
<excerpt>Thanks
Steve Carlo
</excerpt><<<<<<<<
****************************************************
This is a certified authentic email message from Steve
http://soli.inav.net/~monte
****************************************************
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |