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]

g++ 2.95.1 internal compiler error


Hello,
    I am trying to build libgcj-2.95.1 under HP-UX 10.20 using the gcc 2.95.1
compiler.  I am getting the following error:

c++ -DHAVE_CONFIG_H -I. -I../../../libgcj-2.95.1/libjava -I./include -Iinclude -I../../../libgcj-2.95.1/libjava/include -I../../../libgcj-2.95.1/libjava/../boehm-gc -I./../boehm-gc -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1 -I../../../libgcj-2.95.1/libjava/../compat-include -I../../../libgcj-2.95.1/libjava/../zlib -fno-rtti -fvtable-thunks -fpermissive -W -Wall -g -O2 -g0 -c  -fPIC -DPIC ../../../libgcj-2.95.1/libjava/java/lang/natSystem.cc -o java/lang/.libs/natSystem.lo
../../../libgcj-2.95.1/libjava/java/lang/natSystem.cc: In function `static void java::lang::System::init_properties()':
../../../libgcj-2.95.1/libjava/java/lang/natSystem.cc:325: no matching function for call to `getpwuid_adaptor (int (&)(int, passwd *, char *, int), uid_t &, passwd *, char *&, size_t &, passwd **)'
../../../libgcj-2.95.1/libjava/java/lang/natSystem.cc:366: Internal compiler error in `add_insn_before', at emit-rtl.c:2559
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make[2]: *** [java/lang/natSystem.lo] Error 1
make[2]: Leaving directory `/scratch/jnance/src/lb/hppa1.1-hp-hpux10.20/libjava'

Since the libgcj library is gnu source, I am not including any preprocessor
output.  If you need it please let me know.

Thanks,

Jim


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