This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13977] New: xgcc c++


Hi,

I received the answer about generation
of libgcj-3.3.1.jar. It said it's not
possible to compile libjava separately.

So, I compiled all gcc source instead of
compiling libjava only.

I got this problem:

/usr/src/gcc-3.3.1-3/build/gcc/xgcc -shared-libgcc -B/usr/src/gcc-3.3.1-3/build/
gcc/ -nostdinc++ -L/usr/src/gcc-3.3.1-3/build/i686-pc-cygwin/libstdc++-v3/src -L
/usr/src/gcc-3.3.1-3/build/i686-pc-cygwin/libstdc++-v3/src/.libs -B/usr/src/gcc-
3.3.1-3/build//i686-pc-cygwin/bin/ -B/usr/src/gcc-3.3.1-3/build//i686-pc-cygwin/
lib/ -isystem /usr/src/gcc-3.3.1-3/build//i686-pc-cygwin/include -DHAVE_CONFIG_H
 -I. -I../../../libjava -I./include -I./gcj -I../../../libjava -Iinclude -I../..
/../libjava/include -I../../../libjava/../boehm-gc/include -I/usr/src/gcc-3.3.1-
3/boehm-gc/include -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INT
ERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE
=1 -I../../../libjava/libltdl -I../../../libjava/libltdl -I../../../libjava/../.
/libjava/../gcc -I../../../libjava/../zlib -I../../../libjava/../libffi/include
-I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Ws
witch-enum -D__NO_MATH_INLINES -ffloat-store -W -Wall -D_GNU_SOURCE -DPREFIX=\"/
usr/src/gcc-3.3.1-3/build/\" -g -O2 -Wp,-MD,.deps/prims.pp -c ../../../libjava/p
rims.cc -o prims.o

------------------------------------------ PROBLEM
xgcc: ../../../libjava/prims.cc: C++ compiler not installed on this system
------------------------------------------ PROBLEM

make[2]: *** [prims.lo] Error 1
make[2]: Leaving directory `/usr/src/gcc-3.3.1-3/build/i686-pc-cygwin/libjava'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gcc-3.3.1-3/build/i686-pc-cygwin/libjava'
make: *** [all-target-libjava] Error 2

Instruction is about "xgcc" and I guess it isn't able
to compile c++ source. What can I do ?

Thanks in advance,

Davide

-- 
           Summary: xgcc c++
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: scaccopardo at tiscali dot it
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13977


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]