From: "Johan Venter" Newsgroups: comp.os.msdos.djgpp References: <376C2CA5 DOT 393B5C1C AT id-base DOT com> Subject: Re: Setting up c++ headers Lines: 31 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Sun, 20 Jun 1999 15:16:21 +1000 NNTP-Posting-Host: 203.40.82.105 X-Trace: newsfeeds.bigpond.com 929859088 203.40.82.105 (Sun, 20 Jun 1999 16:11:28 EST) NNTP-Posting-Date: Sun, 20 Jun 1999 16:11:28 EST Organization: Telstra BigPond Internet Services (http://www.bigpond.com) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com sephiroth wrote in message <376C2CA5 DOT 393B5C1C AT id-base DOT com>... >I noticed that all the C++ headers are in the lang/cxx directory, >instead of the normal include directory, what is the correct way to set >up DJGPP so i can use the ANSI (or is it ASCII?) C++ functions like >ostream, string, etc, etc. Thanx in advance for any help. > >-- >-Aaron Jp----------------------- >-HTML Code Dude, Pro GTA Player- >-http://get.to/blahblur -------- >-------------------------------- It is already setup to find those headers. Just unzip all the DJGPP packages to a directory, remembering to keep the zip's directory structure. Then add the following to your autoexec.bat: PATH=C:\DJGPP\BIN;%PATH% DJGPP=C:\DJGPP\DJGPP.ENV Just replace C:\DJGPP with your directory. -- Johan Venter ICQ 3643877 Visit The TPU DJGPP Interest Group: http://surf.to/djgppig