From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: NOENT's and problems with String.h Date: Wed, 24 Sep 1997 13:08:17 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 19 Message-ID: <342c50de.2655059@news.uni-duisburg.de> References: <342748D9 DOT C63E6FD1 AT psn DOT net> NNTP-Posting-Host: ppp60.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Tue, 23 Sep 1997 04:43:05 GMT, Enzo wrote: > In file included from d:/extras/djgpp/include/std/straits.h:106, > from d:/extras/djgpp/include/std/bastring.h:36, > from d:/extras/djgpp/include/string.h:6, > from setup/setup.cc:2: > d:/extras/djgpp/include/std/cstring.h:18: string.h: No such file or > directory (ENOENT) Hmm, on my machine these are under djgpp/lang/cxx/std, not djgpp/include/std - where does the CPLUS_INCLUDE_PATH in your D:\EXTRAS\DJGPP\DJGPP.ENV point to? Mine is: CPLUS_INCLUDE_PATH=%DJDIR%/lang/cxx;%C_INCLUDE_PATH% ; and C_INCLUDE_PATH=%DJDIR%/include Regards.... Michael