Date: Sat, 30 Mar 2002 12:17:17 -0800 From: Terry Lambert <tlambert2@mindspring.com> To: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Cc: hackers@freebsd.org Subject: Re: lang/icc doesn't compile c++ sources Message-ID: <3CA61D4D.8A0D125A@mindspring.com> References: <20020330130126.161bd651.corecode@corecode.ath.cx> <3CA5BAB6.141A1CE0@mindspring.com> <20020330144555.4e4f06a4.corecode@corecode.ath.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
Simon 'corecode' Schubert wrote:
> > Try this patch:
> >
> > --- bad Sat Mar 30 05:18:02 2002
> > +++ good Sat Mar 30 05:18:23 2002
> > @@ -1 +1,2 @@
> > -echo '#include<iostream>' > comp.cc
> > +echo '#include <iostream>' > comp.cc
> > +echo 'main() {}' >> comp.cc
> >
> >
> > 8-) 8-) 8-)
>
> ;] no, that's definively not the problem.
> as alexander wrote, there are several errors in cwchar etc...
> go ahead and try yourself if you don't believe me...
I did: g++ complained about the lack of the space, and then
complained about the lack of a main(). The "patch" fixed all
the g++ complaints.
-- TErry
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CA61D4D.8A0D125A>
