X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Brian Inglis Newsgroups: comp.os.msdos.djgpp Subject: Re: errors using C++ libraries Organization: Systematic Software 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> X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Lines: 65 NNTP-Posting-Host: 68.147.114.135 X-Complaints-To: internet DOT abuse AT sjrb DOT ca X-Trace: newsfe08.iad 1232507119 68.147.114.135 (Wed, 21 Jan 2009 03:05:19 UTC) NNTP-Posting-Date: Wed, 21 Jan 2009 03:05:19 UTC Date: Tue, 20 Jan 2009 20:05:19 -0700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Mon, 19 Jan 2009 21:32:06 -0800 (PST) in comp.os.msdos.djgpp, Jim Michaels wrote: >On Jan 8, 10:31 pm, DJ Delorie wrote: >> This is definitely wrong.  You should NOT be unzipping each zip file >> into its own separate tree; you should unzip everything into a >> combined tree (i.e. unzip them all from the same directory).  You >> should have an F:\djcurrnt\bin\gcc.exe, F:\djcurrnt\bin\stubify.exe, >> etc.  All the manifests (*.mft) should end up in F:\djcurrnt\manifest\ >> >> Did you try the zip picker to see what instructions it gives you?http://www.delorie.com/djgpp/zip-picker.html > >I am reporting back. the zip picker and the above instructions to put >them in the same directory gives me the same results. lots of >errors. I don't understand what could be causing this. microsoft >update? maybe not, nobody else is complaining, so it must be >something on my machine, but I don't know what. it is affecting all >my djgpp compiler installations. >I know I have the GNUWIN32 tools installed later in the PATH (it does >not contain a compiler). >I did find an autoexec.bat that had this: >C:\>type autoexec.bat >SET WXWIN=C:\WXWIDG~1.8E > >REM Following two lines were added by LBInstDJ, the DJGPP installer >SET PATH=f:\djgpp\2.03\v2\bin;f:\djgpp\2.03\v2apps\bin;f:\djgpp >\2.03\v2gnu\bin;f >:\djgpp\2.03\v2misc\bin;f:\djgpp\2.03\v2tk\bin;%PATH% >SET DJGPP=f:/djgpp/2.03/v2/djgpp.env > >REM Following two lines were added by LBInstDJ, the DJGPP installer >SET PATH=C:/DJGPP/bin;%PATH% >SET DJGPP=C:/DJGPP/djgpp.env > >the compiler I am using is in f:\djc What part of: >> This is definitely wrong.  You should NOT be unzipping each zip file >> into its own separate tree; you should unzip everything into a >> combined tree (i.e. unzip them all from the same directory).  You did you not understand? 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. 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 Calgary, Alberta, Canada Brian DOT Inglis AT CSi DOT com (Brian[dot]Inglis{at}SystematicSW[dot]ab[dot]ca) fake address use address above to reply