[EMAIL PROTECTED] writes:
> hello,
> I'm trying to compile libgcj, but there are some errors. Can somebody help
> me?
> Thanks!
>
>
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for Cygwin environment... no
> checking for mingw32 environment... no
> checking host system type... i686-pc-linux-gnu
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... missing
> checking for gcc... gcc -m64
> checking whether we are using GNU C... yes
> checking whether gcc -m64 accepts -g... yes
> checking for c++... c++
> checking whether we are using GNU C++... yes
> checking whether c++ accepts -g... yes
> checking build system type... i686-pc-linux-gnu
> checking for as... as
> checking for ar... ar
> checking for ranlib... ranlib
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether to enable maintainer-specific portions of Makefiles... no
> i686-pc-linux-gnu
> checking for ranlib... (cached) ranlib
> checking for gcc... (cached) gcc -m64
> checking whether the C compiler (gcc -m64 -g -O2 ) works... no
> configure: error: installation or configuration problem: C compiler
> cannot create executables.
There's your clue. You're trying to build with "gcc -m64", which 2.95
doesn't do.
How about you tell us what you are really tring to do?
Andrew.