Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2002 07:24:29 +0200
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        Terry Lambert <tlambert2@mindspring.com>
Cc:        hackers@freebsd.org
Subject:   Re: lang/icc doesn't compile c++ sources
Message-ID:  <20020331072429.6cadf301.corecode@corecode.ath.cx>
In-Reply-To: <3CA61D4D.8A0D125A@mindspring.com>
References:  <20020330130126.161bd651.corecode@corecode.ath.cx> <3CA5BAB6.141A1CE0@mindspring.com> <20020330144555.4e4f06a4.corecode@corecode.ath.cx> <3CA61D4D.8A0D125A@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--yr.=.dLqU_hC8SUC
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Sat, 30 Mar 2002 12:17:17 -0800 Terry Lambert <tlambert2@mindspring.com> wrote:

> 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.

huh. mine does not:
$ echo '#include<iostream>'>comp.cc
$ gcc -c comp.cc
$

but that's not the point ;] icc will desperately fail on this because
the header files don't fit.
the headers coming with icc fit icc very well (of course) but don't fit
our system headers and the libs (some functions are being used in
templates which are not [yet?] implemented in our libc)
on the other hand, when i try using the g++ headers, icc will fail on
most gcc'isms that it doesn't understand.

i'm lost, really. which headers should i begin with and patch?

cheerz
  simon


-- 
/"\   http://corecode.ath.cx/
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News

--yr.=.dLqU_hC8SUC
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)

iD8DBQE8pp2Qr5S+dk6z85oRAttuAJ9sfdaEMD/fXF1msVqEsYPrYjoyAwCg9joC
CRSa1cwOPzVsm0+XklU8Sgc=
=Vq6n
-----END PGP SIGNATURE-----

--yr.=.dLqU_hC8SUC--


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?20020331072429.6cadf301.corecode>