Fw: C++ compiler issue
Frank Zecca
fzecca@nycap.rr.com
Tue Aug 1 12:07:00 GMT 2000
ÃÂ
----- Original Message -----
From: Frank Zecca
To: egcs-bugs@egcs.cygnus.com
Cc: cironian@stratics.com
Sent: Tuesday, August 01, 2000 2:58 PM
Subject: C++ compiler issue
I'm not quite sure what this issue is.ÃÂ
Yesterday no matter what I tried, when I compiled the attached code (stored in
tar format), I got this output:
ÃÂ
Entering directory
`/home/frank/uox3-0.70.03.18b/source'
c++ÃÂ -DPACKAGE=\"uox3\"ÃÂ
-DVERSION=\"0.70.03.18b\"ÃÂ -I.ÃÂ -I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
-wÃÂ -funsigned-charÃÂ -fconserve-spaceÃÂ
-fkeep-inline-functionsÃÂ -D__LINUX__ÃÂ --staticÃÂ -O2ÃÂ -c
admin.cpp
In file included from
admin.cpp:3:
uox3.h:54: Internal compiler
error.
uox3.h:54: Please submit a full bug report
to ` egcs-bugs@egcs.cygnus.com' .
uox3.h:54: See <URL: http://egcs.cygnus.com/faq.html#bugreport >
for details.
make[1]: ***[admin.o]ÃÂ Error
1
make[1]: Leaving directory
`/home/frank/uox3-0.70.03.18b/source'
make: ***[all-recursive] Error
1
ÃÂ
Now the strange thing is the first time I compiled
this, it worked fine. No problems whatsoever. Same exact code, and I used the
same exact procedure. Now today I tried it again, and it actually started to
work. I got this output:
ÃÂ
Making all in source make[1]: Entering
directory `/home/frank/uox3-0.70.03.18b/source' c++ -DPACKAGE=\"uox3\"
-DVERSION=\"0.70.03.18b\"ÃÂ -I. -I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ -w
-funsigned-char -fconserve-space -fkeep-inline-functions -D__LINUX__ --static
-O2 -c admin.cpp c++ -DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"ÃÂ -I.
-I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ -w -funsigned-char -fconserve-space
-fkeep-inline-functions -D__LINUX__ --static -O2 -c archive.cpp c++
-DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"ÃÂ -I.
-I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ -w -funsigned-char -fconserve-space
-fkeep-inline-functions -D__LINUX__ --static -O2 -c boats.cpp c++
-DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"ÃÂ -I.
-I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ -w -funsigned-char -fconserve-space
-fkeep-inline-functions -D__LINUX__ --static -O2 -c books.cpp c++
-DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"ÃÂ -I.
-I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ -w -funsigned-char -fconserve-space
-fkeep-inline-functions -D__LINUX__ --static -O2 -c cmdtable.cpp c++
-DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"ÃÂ -I.
-I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ -w -funsigned-char -fconserve-space
-fkeep-inline-functions -D__LINUX__ --static -O2 -c combat.cpp c++
-DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"ÃÂ -I.
-I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ -w -funsigned-char -fconserve-space
-fkeep-inline-functions -D__LINUX__ --static -O2 -c commands.cpp c++
-DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"ÃÂ -I.
-I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ -w -funsigned-char -fconserve-space
-fkeep-inline-functions -D__LINUX__ --static -O2 -c craces.cpp c++
-DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"ÃÂ -I.
-I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ -w -funsigned-char -fconserve-space
-fkeep-inline-functions -D__LINUX__ --static -O2 -c crypt.cpp c++
-DPACKAGE=\"uox3\" -DVERSION=\"0.70.03.18b\"ÃÂ -I.
-I.ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ -w -funsigned-char -fconserve-space
-fkeep-inline-functions -D__LINUX__ --static -O2 -c cweather.cpp c++:
Internal compiler error: program as got fatal signal 11 make[1]: ***
[cweather.o] Error 1 make[1]: Leaving directory
`/home/frank/uox3-0.70.03.18b/source' make: *** [all-recursive] Error
1
ÃÂ
Is it linux or the code that's behaving like this?
I'm using RedHat Linux 6.2. The gcc version is egcs-2.91.66 19990314/Linux
(egcs-1.1.2 release). If you could help me find a solution to this I'd greatly
appreciate it. :)ÃÂ ÃÂ ÃÂ Thanks for your time in
advance.
ÃÂ
ÃÂ ÃÂ ÃÂ -
Frank
More information about the Gcc-bugs
mailing list