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: Wed, 28 Jan 2009 15:10:24 -0800 (PST) Organization: http://groups.google.com Lines: 43 Message-ID: <7b63a583-0d7a-4d4f-ba49-38ef47a3d06e@r41g2000prr.googlegroups.com> References: <24847567-cad8-4c1e-ac21-dc24ae7f06c3 AT v39g2000pro DOT googlegroups DOT com> <37e501e1-688d-4814-9043-5f53eeacba10 AT r15g2000prh DOT googlegroups DOT com> <6cbd46b4-0b3e-4361-aabc-82d22598458d AT o40g2000yqb DOT googlegroups DOT com> <65f3fabf-e6b6-4fa0-8bd0-8a4e3f6414d0 AT p2g2000prn DOT googlegroups DOT com> <200901090631 DOT n096VpHO022485 AT envy DOT delorie DOT com> <7705c9030901202209o6c411db4x40f8eb88d65b9c2e AT mail DOT gmail DOT com> NNTP-Posting-Host: 76.115.70.155 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1233184224 23562 127.0.0.1 (28 Jan 2009 23:10:24 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 28 Jan 2009 23:10:24 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: r41g2000prr.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 Reply-To: djgpp AT delorie DOT com On Jan 20, 10:09=A0pm, Blair Campbell wrote: > > Everything including the compiler directories have to be under the same > > DJGPP tree: C:/DJGPP/* if that is your current DJDIR. > > > Nothing should be under f:\djc if you want it to work. > > Well actually f:\djc COULD be the djgpp root directory, if DJDIR pointed = there. > But I think what's happened is that he unzipped each zip into its own > directory (e.g. gccxx.zip\* ended up in f:\djc\gccxx\* instead of > f:\djc\* where it should have been. > > > > > It is a Unix like environment rooted at your DJGPP directory which can > > be anything anywhere. > > > Your source code and data can be anywhere else you want but all the > > binaries and other distribution files MUST be under that single root. > > > The compiler executables MUST be in .../bin/ and other files under > > .../lib/gcc/djgpp/4.32/, .../include/, etc NOT f:/djc/! > > > -- > > Thanks. Take care, Brian Inglis =A0 =A0 =A0 =A0 Calgary, Alberta, Canad= a > > > Brian DOT Ing DOT DOT DOT AT CSi DOT com =A0 =A0(Brian[dot]Inglis{at}SystematicSW[dot]ab[do= t]ca) > > =A0 =A0fake address =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0use address above to= reply no need to argue. makes no difference on my machine. Like I said before, I put all the zip files into 1 dir like I was told, and it still breaks. I even tried compiling with SET LFN=3DN no difference, still lots of errors. shall I try unzipping with LFN=3DN? was that my error? is LFN=3DN supposed to be set all the time when using djgpp? I just found out about LFN=3DN on NT family machines. Jim Michaels