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: Sat, 14 Feb 2009 21:43:57 -0800 (PST) Organization: http://groups.google.com Lines: 45 Message-ID: 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 1234676637 22881 127.0.0.1 (15 Feb 2009 05:43:57 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 15 Feb 2009 05:43:57 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k36g2000pri.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.6) Gecko/2009011913 Firefox/3.0.6,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 I am just extracting everything from f:\djc as they come out like I was told by DJ Delorie. as it is, the following executeables come out somewhere other than the bin directory: F:\djc\LIBEXEC\GCC\DJGPP\4.32\CC1.EXE F:\djc\LIBEXEC\GCC\DJGPP\4.32\CC1OBJ.EXE F:\djc\LIBEXEC\GCC\DJGPP\4.32\CC1OBJPL.EXE F:\djc\LIBEXEC\GCC\DJGPP\4.32\CC1PLUS.EXE F:\djc\LIBEXEC\GCC\DJGPP\4.32\COLLECT2.EXE F:\djc\LIBEXEC\GCC\DJGPP\4.32\INSTALL-\FIXINCL.EXE so I decided to add F:\djc\LIBEXEC\GCC\DJGPP\4.32\;F:\djc\LIBEXEC\GCC\DJGPP \4.32\install- to the path. this makes no difference. Jim Michaels