www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/06/19/09:51:11

Message-ID: <003901c0f8c5$9a0d9100$35b7b2d1@compaq>
From: "Steven Hendrickson" <stevenhend01 AT earthlink DOT net>
To: <djgpp AT delorie DOT com>
References: <000f01c0f868$00e70040$42a0059a AT pavilion>
Subject: Re: HELP ME PLEASE
Date: Tue, 19 Jun 2001 06:41:50 -0700
MIME-Version: 1.0
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 <enter>

  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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2462.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#887058>
<DIV><FONT size=3D2>GCC IS THE C COMPILER&nbsp;- YOU WANT TO USE "GPP" =
IN YOUR=20
COMMAND LINE.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Djosiah_1 AT netzero DOT net =
href=3D"mailto:josiah_1 AT netzero DOT net">josiah_1</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Newsgroups:</B> =
comp.os.msdos.djgpp</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3Ddjgpp AT delorie DOT com=20
  href=3D"mailto:djgpp AT delorie DOT com">djgpp AT delorie DOT com</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Monday, June 18, 2001 =
7:31 PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> HELP ME PLEASE</DIV>
  <DIV><BR></DIV>
  <DIV><FONT size=3D2>Please Help me i can't compile stuff for some =
reason i will=20
  show you what i typed in so here it is:</FONT></DIV>
  <DIV><FONT size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT size=3D2>gcc joe.cpp -o joe.exe -l iostr =
&lt;enter&gt;</FONT></DIV>
  <DIV><FONT size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT size=3D2>gcc.exe: iostr: No such file or directory=20
  (ENOENT)<BR></FONT></DIV>
  <DIV><FONT size=3D2>and if i leave the -l iostr out i get =
</FONT></DIV>
  <DIV><FONT size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT size=3D2>C:\WINDOWS\Profiles\Josiah Clarke\Desktop\C++=20
  compiler\dm\bin&gt;gcc joe.cpp -o=20
  joe<BR>.exe<BR>c:/djgpp/tmp\ccciosxk(.text+0x37):joe.cpp: undefined =
reference=20
  to =
`endl(ostream<BR>&amp;)'<BR>c:/djgpp/tmp\ccciosxk(.text+0x41):joe.cpp:=20
  undefined reference to =
`cout'<BR>c:/djgpp/tmp\ccciosxk(.text+0x46):joe.cpp:=20
  undefined reference to `ostream::oper<BR>ator&lt;&lt;(char const=20
  *)'<BR>c:/djgpp/tmp\ccciosxk(.text+0x51):joe.cpp: undefined reference =
to=20
  `ostream::oper<BR>ator&lt;&lt;(ostream &amp;(*)(ostream=20
  &amp;))'<BR>c:/djgpp/tmp\ccciosxk(.text+0x5f):joe.cpp: undefined =
reference to=20
  `cin'<BR>c:/djgpp/tmp\ccciosxk(.text+0x64):joe.cpp: undefined =
reference to=20
  `istream::oper<BR>ator&gt;&gt;(int=20
  &amp;)'<BR>c:/djgpp/tmp\ccciosxk(.text+0x6e):joe.cpp: undefined =
reference to=20
  `endl(ostream<BR>&amp;)'<BR>c:/djgpp/tmp\ccciosxk(.text+0x7c):joe.cpp: =

  undefined reference to =
`cout'<BR>c:/djgpp/tmp\ccciosxk(.text+0x81):joe.cpp:=20
  undefined reference to `ostream::oper<BR>ator&lt;&lt;(char const=20
  *)'<BR>c:/djgpp/tmp\ccciosxk(.text+0x8c):joe.cpp: undefined reference =
to=20
  =
`ostream::oper<BR>ator&lt;&lt;(int)'<BR>c:/djgpp/tmp\ccciosxk(.text+0x97)=
:joe.cpp:=20
  undefined reference to `ostream::oper<BR>ator&lt;&lt;(ostream =
&amp;(*)(ostream=20
  &amp;))'<BR></FONT></DIV>
  <DIV><FONT size=3D2>and if any one could help me with that or=20
  rhide&nbsp;directories for like include and stuff any way please help =
me=20
  thanks</FONT></DIV>
  <DIV><FONT=20
  =
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  00<BR>-----------ooo--U--ooo------------<BR>\&nbsp;=20
  =
Josiah&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;=20
  =
/<BR>/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;=20
  \<BR>\ <A=20
  =
href=3D"mailto:Josiah_1 AT netzero DOT net">Josiah_1 AT netzero DOT net</A>&nbsp;&nbsp;=
&nbsp;&nbsp;=20
  =
/<BR>/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;=20
  =
\<BR>-----------ooo0---0ooo------------</FONT></DIV></BLOCKQUOTE></BODY><=
/HTML>

------=_NextPart_000_0036_01C0F88A.EB7D3300--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019