X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Jim Michaels Newsgroups: comp.os.msdos.djgpp Subject: Re: errors using C++ libraries Date: Fri, 2 Jan 2009 17:10:37 -0800 (PST) Organization: http://groups.google.com Lines: 58 Message-ID: <4ba6e6ff-4c5b-4166-89ee-ea67685f195c@l33g2000pri.googlegroups.com> References: <21cb02cc-b32a-4057-b191-8dcd61624c63 AT p2g2000prf DOT googlegroups DOT com> <9e625b31-0599-4156-90c1-0d98aeba94c4 AT e6g2000vbe DOT googlegroups DOT com> <24847567-cad8-4c1e-ac21-dc24ae7f06c3 AT v39g2000pro DOT googlegroups DOT com> <37e501e1-688d-4814-9043-5f53eeacba10 AT r15g2000prh DOT googlegroups DOT com> NNTP-Posting-Host: 76.115.70.155 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1230945037 12920 127.0.0.1 (3 Jan 2009 01:10:37 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 3 Jan 2009 01:10:37 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: l33g2000pri.googlegroups.com; posting-host=76.115.70.155; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id n031F4m3017458 Reply-To: djgpp AT delorie DOT com > > DJGPP.ENV is found in DJDEV204.ZIP or similar. > > I'm blindly guessing that your .ENV file is missing something > important like this (although I recommend just re-unzipping the > original version instead of just adding this manually): > > CPLUS_INCLUDE_PATH=%/>;CPLUS_INCLUDE_PATH%%DJDIR%/lang/cxx;%DJDIR%/ > include That's what I have. actually, this path needs to be changed for 4.10 I think, because the 4 compiler versions included in 2.03 use 2 different directory structures, and this layout doesn't take this into account. by simply expanding everything as we are told in the instructions (with overwrite), the latest versions are installed on an XP box. the latest version being 4.10. This compiler uses f:\djgpp\v2gnu\lib\gcc\djgpp\4.10\ for libs f:\djgpp\v2gnu\include\cxx\4.10\ for c++ includes perhaps someone need to change or update the djdev file that goes with 2.03 or change a readme? > > Just for the record, here's the file sizes for 2.03 and 2.04 DJGPP.ENV > files: > > DJDEV203.ZIP: > > djgpp.env      3,592           Mar,02,2002  05:17:52p > > DJDEV204.ZIP: > > djgpp.env      3,764           Apr,23,2003  06:57:42a > > Here's a link to the copy in CVS if you don't want to re-download the > whole DJDEV*.ZIP archive(s). > > http://www.delorie.com/bin/cvsweb.cgi/djgpp/djgpp.env?rev=1.16 I count several .env files. this should be interesting. C:\DJGPP>dir/s djgpp.env/b C:\DJGPP\djgpp.env C:\DJGPP\RSXNTDJ\DJGPP.ENV C:\DJGPP\RSXNTDJ\LIB\DJGPP.ENV C:\DJGPP\v2\djgpp.env C:\DJGPP\v2gnu\djgpp.env C:\DJGPP\v2tk\RSXNTDJ\DJGPP.ENV C:\DJGPP\v2tk\RSXNTDJ\LIB\DJGPP.ENV F:\djgpp>dir/s/b djgpp.env F:\djgpp\v2\djgpp.env F:\djgpp\v2gnu\djgpp.env F:\djgpp> I seem to be using 2.03 on both. still lots of errors.