From: jzhang AT sunflowr DOT usd DOT edu (John Zhang) Subject: Re: GNU Win 32 compiler 27 Jul 1997 15:30:46 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <33DB6EBE.86D9DF25.cygnus.gnu-win32@sundance.usd.edu> References: <199707250704 DOT AAA19956 AT f10 DOT hotmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.01 [en] (WinNT; I) Original-To: Jim Olson Original-CC: gnu-win32 AT cygnus DOT com X-Priority: 3 (Normal) Original-Sender: owner-gnu-win32 AT cygnus DOT com Jim Olson wrote: > I just acquired the "C++ in 24 hours" reference book which contains > the > the GNU Win 32 compiler. To make a long story short, I download your > cdk.exe file and installed the software on drive D: using a directory > CPP. The current structure looks like this D:\CPP\gnuwin32... etc. > (using the rest of the install defaults) > > I added the set and path structures (to D: drive) as described in your > > FAQ into my autoexec.bat file and I also changed the mount points from > > C: to D: in all of the locations that are found in the registry. > > I also used the latest cygwin.dll in both place I found the old one. > > I added a bin and a tmp areas and even mounted them after a few tries > before the mounting. > > I am trying to compile the simple hello world program and it fails > with > error of C:\windows\temp\cc0010001\blah blah undefined reference to > 'cout' A second error line (same as first) comes up for 'ostream' > > >From the error message location of c:\windows... it appears that > there > might still be some pointers looking at drive C: which might be the > problem that is also causing my errors. > > I am at a loss on how to solve this problem. Can you please help? > > Thanks you in advance. > > Barry > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > - > For help on using this list (especially unsubscribing), send a message > to > "gnu-win32-request AT cygnus DOT com" with one line of text: "help". _____ Try adding "SET LIBRARY_PATH=D:\CPP\gnuwin32\b18\H-i386-cygwin32\lib" to your autoexec.bat. Good luck! Sincerely, John Zhang University of South Dakota - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".