Mail Archives: djgpp/1998/05/28/11:14:32
Date sent: Thu, 28 May 1998 22:49:33 +1000
From: Dominique Louis <Dominique_Louis AT BigPond DOT com>
Subject: Re: c++ templates and djgpp how?
> Hi Again,
> every time I try and compile stuff using either <list.h> or <string.h> or just
> <list> or <string> 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.
- Raw text -