[omniORB] compile fail with v2.8.0 for LinuxPowerPC

Fabrice Podlyski podlyski@clrhp04.in2p3.fr
Fri, 08 Oct 1999 15:19:14 +0200


Hello !

I don't succed in compiling omniorb2 on a linux powerpc machine.
Here is a description of th problem !!!

Machine, Operating System and omniORB2 version :
Machine : MVME 2700 powerpc 133MHz RAM 32MB
Operating system : Debian Linux powerpc kernel 2.2.9
            (see http:// www.debian.org/~porter)
Compiler       : gcc -v -> gcc version 2.95.1 19990816 (release)
make version :  GNU Make version 3.77, by Richard Stallman and Roland
McGrath
OmniORB2 version : 2.8.0

I have selected in ./config/config.mk the following platform :
powerpc_linux_2.2_glibc
I have corrected  the typo error (g --> g++) mentionned by Xavier Grave.

in ./src i do "make export"

I got the following error message :

making export in src/lib/omniORB2/orbcore...
make[3]: Entering directory
`/home/podlyski/omniORB2/omniORB_280/src/lib/omniORB2/orbcore'
/usr/bin/g++ -c -O2  -Wall -Wno-unused  -D_REENTRANT -I. -I../include
-I./.. -I./../.. -I/home/podlyski/omniORB2/omniORB_280/include
-DUSE_omniORB_logStream -D_OMNIORB2_LIBRARY -DUnixArchitecture
-DCONFIG_DEFAULT_LOCATION='"\"/etc/omniorb.cfg\""' -D__powerpc__
-D__linux__ -D__OSVERSION__=2 -o corbaBoa.o corbaBoa.cc
<internal>:0: Internal compiler error.
<internal>:0: Please submit a full bug report.
<internal>:0: Internal compiler error:
<internal>:0: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
make[3]: *** [corbaBoa.o] Error 1
make[3]: Leaving directory
`/home/podlyski/omniORB2/omniORB_280/src/lib/omniORB2/orbcore'
make[2]: *** [export] Error 1
make[2]: Leaving directory
`/home/podlyski/omniORB2/omniORB_280/src/lib/omniORB2'
make[1]: *** [export] Error 1
make[1]: Leaving directory `/home/podlyski/omniORB2/omniORB_280/src/lib'

make: *** [export] Error 1


Is it really an Internal compiler error ?
Has anyone already seen such an error ?
... can it be a problem in the Linux powerpc ...?

Thank you in advance for your help !!!

F. Podlyski