gcc VS g++
Paul Phillips
pphillips at ivue.com
Tue Jan 26 22:46:23 CET 1999
Thanks Michael,
FYI gcc is version 2.7.2.3
g++ is egcs-2.90.29 980515 (egcs-1.0.3 release)
The GNU manual simple says that gcc uses 'C' linkage and g++ calls gcc and
uses C++ linkage.
I won't try to solve this problem right now as g++ seems to work OK. Your
makefile uses gcc however, and I am wondering which I should be using. One
of your correspondence mentions a version of egcs, and I'm not sure of the
relationships between gcc and egcs. Thanks,
Paul Phillips
-----Original Message-----
From: Michael Hohmuth <hohmuth at innocent.com>
To: Paul Phillips <pphillips at ivue.com>
Cc: l4-hackers at os.inf.tu-dresden.de <l4-hackers at os.inf.tu-dresden.de>
Date: Tuesday, January 26, 1999 11:22 AM
Subject: Re: gcc VS g++
>"Paul Phillips" <pphillips at ivue.com> writes:
>
>> When I compile Fiasco with CC=gcc I get a message :
>>
>> KERNEL: no page fault handler for region: 0xffff0000, error 0x0.
>
>> However, when I compile with CC=g++ I get no such message.
>
>> Any ideas why this is happening?
>
>Obviously, the `gcc' driver uses a different compiler than the `g++'
>driver ("gcc -v" and "g++ -v" should tell you that.) However, without
>further context (like a backtrace) it's hard to tell what exactly went
>wrong.
>
>Michael
More information about the l4-hackers
mailing list