Newsgroups: comp.os.msdos.djgpp From: "Alexey Kouzmitch" Subject: Re: getting C++ to work Sender: news AT homer DOT argo DOT net. Message-ID: <01bc3c9f$e89b74e0$33f0c6cd@shinfain.argo.net> Date: Sun, 30 Mar 1997 00:11:48 GMT Content-Transfer-Encoding: 7bit Content-Type: multipart/alternative; boundary="----=_NextPart_000_01BC3C75.FFC56CE0" References: <01IH1I07JYTU92O1DP AT NICKEL DOT LAURENTIAN DOT CA> Nntp-Posting-Host: pm11.argo.net Mime-Version: 1.0 Organization: AlJur Incorporated. Lines: 66 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp This is a multi-part message in MIME format. ------=_NextPart_000_01BC3C75.FFC56CE0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit This looks like you don't link the iostr lib in... make sure you have -liostr switch in your gcc command line! If you do, then describe more presicely, what happens.... give output, etc! -- Alexey Kouzmitch (the always right or wrong) P.S.: But then again, maybe not! S2200253 AT NICKEL DOT LAURENTIAN DOT CA wrote in article <01IH1I07JYTU92O1DP AT NICKEL DOT LAURENTIAN DOT CA>... > I've been trying to get c++ support under djgpp v2 to work for quite > some time now. I've installed gpp2721b.zip and lgp2721b.zip and compilation > of .cc files work but linking doesn't work (with programs that compile and > link successfully under g++ for linux). I've only really tried to do use C++ > is iostream.. > > I've set the djgpp and path environment variables (c codes compiles and links > fine). > > Anyone have any idea what this isn't working properly? > > Timothy Robb > Serving humanity since 1978 > ------=_NextPart_000_01BC3C75.FFC56CE0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

This looks like you don't link the = iostr lib in... make sure you have -liostr switch in your gcc command = line!
If you do, then describe more presicely, what = happens.... give output, etc!

--
Alexey Kouzmitch (the always = right or wrong)

P.S.: But then again, maybe = not!




S2200253 AT NICKEL DOT LAURENTIAN DOT CA wrote in article <01IH1I07JYTU92O1DP AT NICKEL DOT LAURENTIAN DOT CA>...
> I've been trying to get c++ support = under djgpp v2 to work for quite
> some time now.  I've = installed gpp2721b.zip and lgp2721b.zip and compilation
> of .cc = files work but linking doesn't work (with programs that compile and =
> link successfully under g++ for linux).  I've only really = tried to do use C++
> is iostream..
>
> I've set the = djgpp and path environment variables (c codes compiles and links
> = fine).
>  
> Anyone have any idea what this isn't = working properly?
>  
> Timothy Robb
> Serving = humanity since 1978
>

------=_NextPart_000_01BC3C75.FFC56CE0--