Message-ID: <003901c0f8c5$9a0d9100$35b7b2d1@compaq> From: "Steven Hendrickson" To: References: <000f01c0f868$00e70040$42a0059a AT pavilion> Subject: Re: HELP ME PLEASE Date: Tue, 19 Jun 2001 06:41:50 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0036_01C0F88A.EB7D3300" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0036_01C0F88A.EB7D3300 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable GCC IS THE C COMPILER - YOU WANT TO USE "GPP" IN YOUR COMMAND LINE. ----- Original Message -----=20 From: josiah_1=20 Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com=20 Sent: Monday, June 18, 2001 7:31 PM Subject: HELP ME PLEASE Please Help me i can't compile stuff for some reason i will show you = what i typed in so here it is: gcc joe.cpp -o joe.exe -l iostr gcc.exe: iostr: No such file or directory (ENOENT) and if i leave the -l iostr out i get=20 C:\WINDOWS\Profiles\Josiah Clarke\Desktop\C++ compiler\dm\bin>gcc = joe.cpp -o joe .exe c:/djgpp/tmp\ccciosxk(.text+0x37):joe.cpp: undefined reference to = `endl(ostream &)' c:/djgpp/tmp\ccciosxk(.text+0x41):joe.cpp: undefined reference to = `cout' c:/djgpp/tmp\ccciosxk(.text+0x46):joe.cpp: undefined reference to = `ostream::oper ator<<(char const *)' c:/djgpp/tmp\ccciosxk(.text+0x51):joe.cpp: undefined reference to = `ostream::oper ator<<(ostream &(*)(ostream &))' c:/djgpp/tmp\ccciosxk(.text+0x5f):joe.cpp: undefined reference to = `cin' c:/djgpp/tmp\ccciosxk(.text+0x64):joe.cpp: undefined reference to = `istream::oper ator>>(int &)' c:/djgpp/tmp\ccciosxk(.text+0x6e):joe.cpp: undefined reference to = `endl(ostream &)' c:/djgpp/tmp\ccciosxk(.text+0x7c):joe.cpp: undefined reference to = `cout' c:/djgpp/tmp\ccciosxk(.text+0x81):joe.cpp: undefined reference to = `ostream::oper ator<<(char const *)' c:/djgpp/tmp\ccciosxk(.text+0x8c):joe.cpp: undefined reference to = `ostream::oper ator<<(int)' c:/djgpp/tmp\ccciosxk(.text+0x97):joe.cpp: undefined reference to = `ostream::oper ator<<(ostream &(*)(ostream &))' and if any one could help me with that or rhide directories for like = include and stuff any way please help me thanks 00 -----------ooo--U--ooo------------ \ Josiah / / \ \ Josiah_1 AT netzero DOT net / / \ -----------ooo0---0ooo------------ ------=_NextPart_000_0036_01C0F88A.EB7D3300 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
GCC IS THE C COMPILER - YOU WANT TO USE "GPP" = IN YOUR=20 COMMAND LINE.
----- Original Message -----
From:=20 josiah_1=20
Newsgroups: = comp.os.msdos.djgpp
Sent: Monday, June 18, 2001 = 7:31 PM
Subject: HELP ME PLEASE

Please Help me i can't compile stuff for some = reason i will=20 show you what i typed in so here it is:
 
gcc joe.cpp -o joe.exe -l iostr = <enter>
 
gcc.exe: iostr: No such file or directory=20 (ENOENT)
and if i leave the -l iostr out i get =
 
C:\WINDOWS\Profiles\Josiah Clarke\Desktop\C++=20 compiler\dm\bin>gcc joe.cpp -o=20 joe
.exe
c:/djgpp/tmp\ccciosxk(.text+0x37):joe.cpp: undefined = reference=20 to = `endl(ostream
&)'
c:/djgpp/tmp\ccciosxk(.text+0x41):joe.cpp:=20 undefined reference to = `cout'
c:/djgpp/tmp\ccciosxk(.text+0x46):joe.cpp:=20 undefined reference to `ostream::oper
ator<<(char const=20 *)'
c:/djgpp/tmp\ccciosxk(.text+0x51):joe.cpp: undefined reference = to=20 `ostream::oper
ator<<(ostream &(*)(ostream=20 &))'
c:/djgpp/tmp\ccciosxk(.text+0x5f):joe.cpp: undefined = reference to=20 `cin'
c:/djgpp/tmp\ccciosxk(.text+0x64):joe.cpp: undefined = reference to=20 `istream::oper
ator>>(int=20 &)'
c:/djgpp/tmp\ccciosxk(.text+0x6e):joe.cpp: undefined = reference to=20 `endl(ostream
&)'
c:/djgpp/tmp\ccciosxk(.text+0x7c):joe.cpp: = undefined reference to = `cout'
c:/djgpp/tmp\ccciosxk(.text+0x81):joe.cpp:=20 undefined reference to `ostream::oper
ator<<(char const=20 *)'
c:/djgpp/tmp\ccciosxk(.text+0x8c):joe.cpp: undefined reference = to=20 = `ostream::oper
ator<<(int)'
c:/djgpp/tmp\ccciosxk(.text+0x97)= :joe.cpp:=20 undefined reference to `ostream::oper
ator<<(ostream = &(*)(ostream=20 &))'
and if any one could help me with that or=20 rhide directories for like include and stuff any way please help = me=20 thanks
          &nbs= p;      =20 00
-----------ooo--U--ooo------------
\ =20 = Josiah           &= nbsp;           &n= bsp;  =20 = /
/           &= nbsp;           &n= bsp;           &nb= sp; =20 \
\ Josiah_1 AT netzero DOT net  =   =20 = /
/           &= nbsp;           &n= bsp;           &nb= sp; =20 = \
-----------ooo0---0ooo------------
<= /HTML> ------=_NextPart_000_0036_01C0F88A.EB7D3300--