Message-ID: <001601bd51a2$d9301240$b7fd5fcc@eunuch> From: "Ricki Lee King" To: "Nathan Cournia" , Subject: Re: undefined reference to... Date: Tue, 17 Mar 1998 07:47:28 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Precedence: bulk drag and drop djgpp directory to root on drive c: and then you will be fine. or else learn about directory tree stuctures under dos. -----Original Message----- From: Nathan Cournia Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Date: Tuesday, March 17, 1998 1:52 AM Subject: Re: undefined reference to... >When I run gxx I'mgiven a bad command or file name error. What could be >the problem. I downloaded the following archives and unzipped them with >the following commands. > >C:\DJGPP> pkunzip -d d:\tmp\djdev201.zip >C:\DJGPP> pkunzip -d d:\tmp\faq210b.zip >C:\DJGPP> pkunzip -d d:\tmp\bnu281b.zip >C:\DJGPP> pkunzip -d d:\tmp\gcc280b.zip >C:\DJGPP> pkunzip -d d:\tmp\gpp280b.zip >C:\DJGPP> pkunzip -d d:\tmp\lgpp280b.zip >C:\DJGPP> pkunzip -d d:\tmp\mak3761b.zip >C:\DJGPP> pkunzip -d d:\tmp\txi390b.zip >C:\DJGPP> pkunzip -d d:\tmp\csdpmi4b.zip > >Please note that some files were overwritten. > >I then added statements to my autoexec.bat. Here is my autoexec.bat: > >C:\PROGRA~1\MCAFEE\VIRUSS~1\SCANPM.EXE C:\ >@IF ERRORLEVEL 1 PAUSE >SET SOUND=C:\PROGRA~1\CREATIVE\CTSND >SET MIDI=SYNTH:1 MAP:E MODE:0 >SET BLASTER=A220 I5 D1 H5 P330 E620 T6 >SET PATH=C:\DJGPP\BIN;%PATH% >SET DJGPP=C:\DJGPP\DJGPP.ENV > >Thank you for your time and help. > >Nate Eldredge wrote in article ><199803170158 DOT RAA24233 AT adit DOT ap DOT net>... >> At 07:39 3/16/1998 GMT, Nathan Cournia wrote: >> >> >I then compiled the following program with the following statement: >> > >> >c:\test>gcc test1.cc -otest1.exe >> >> See README.1ST. C++ links should use `gxx' in place of `gcc'. >> >> Nate Eldredge >> eldredge AT ap DOT net >> >> >> >> >