Mail Archives: djgpp/1998/08/23/18:16:34
From: | "John M. Aldrich" <fighteer AT cs DOT net>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: RHIDE Problems (C++ Headers)
|
Date: | Sun, 23 Aug 1998 18:02:55 -0400
|
Organization: | Two pounds of chaos and a pinch of salt.
|
Lines: | 27
|
Message-ID: | <35E0918F.8AB2B777@cs.net>
|
References: | <35E06CF7 DOT 10BE93EE AT usa DOT net>
|
NNTP-Posting-Host: | ppp122.cs.net
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Deathstar wrote:
>
> Hi i'm kinda new to DJGPP and RHIDE. When i try to compile a program
> in RHIDE, it spits out with a message:
>
> c:/djgpp/lang/cxx/iostream.h(31) Error: streambuf.h: No such file or
> directory (ENOENT)
>
> My DJGPP .ENV file is set in place and everything. Is there something
> i havent configured? Can anyone help me with this?
DJGPP programs are capable of using long filenames under Windows 95/98,
but you have to set the LFN variable in your environment to tell them
that it's okay to do so:
SET LFN=Y
Add that line to your 'autoexec.bat', type it from the DOS prompt, or
change the default setting in 'djgpp.env', and you'll be fine.
--
---------------------------------------------------------------------
| John M. Aldrich | A singer in a smoky room / Smell of |
| aka Fighteer I | wine and cheap perfume / For a smile |
| mailto:fighteer AT cs DOT net | they can share the night / It goes |
| http://www.cs.net/fighteer/| on and on and on... |
---------------------------------------------------------------------
- Raw text -