From: pavenis AT lanet DOT lv Message-ID: To: djgpp AT delorie DOT com, Dominique_Louis AT BigPond DOT com Date: Thu, 28 May 1998 18:13:40 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: c++ templates and djgpp how? In-reply-to: <356D5D5C.A7334377@BigPond.com> Precedence: bulk Date sent: Thu, 28 May 1998 22:49:33 +1000 From: Dominique Louis Subject: Re: c++ templates and djgpp how? > Hi Again, > every time I try and compile stuff using either or or just > or I get the > following errors. > d:/dos/djgpp/lang/cxx/function.h(31) Error: stl_config.h: No such file or > directory > d:/dos/djgpp/lang/cxx/function.h(34) Error: stl_relops.h: No such file or > directory > d:/dos/djgpp/lang/cxx/pair.h(31) Error: stl_config.h: No such file or directory > d:/dos/djgpp/lang/cxx/pair.h(34) Error: stl_relops.h: No such file or directory > > it goes on for a bit and the error are all of a similar vein. I believe I'm > running version 2.8.1 Perhaps this is long filenames related problem. There is two possibilities: 1) You gave LFN=N in DJGPP.ENV and unzipped gpp281b.zip with unpacker that supports long filenames 2)You have defined LFN=Y and unzipped the archive without keeping LFN See DJGPP FAQ for more info.