compiling nhc98 on AIX



About this list Date view Thread view Subject view Author view

Zoltan Vorosbaranyi (vbzoli@hbrt.hu)
Wed, 21 Feb 2001 18:50:26 +0100 (CET)


Hello, I tried to compile nhc98 on AIX 4.3.3 using gcc 2.95.2.1. First, I added -D__PPC__ to the OPT flag into top level Makefile.inc, because it seemed to me that some header file requires this define. After I replaced harch with config.guess from some GNU program to be able to correctly identify the powerpc-ibm-aix4.3.3.0 target instead of the 005406DA4C00-AIX-3 target string---in fact it did not make any difference. The hardware is a new IBM M80 with powerpc. After issuing gmake I got: ... [lot of successful compilations] gmake[1]: Entering directory `/usr/local/pkgs/nhc/nhc98-1.02/src/prelude/005406DA4C00-AIX-3' rm -f *.hi rm -f DErrNo.c rm -f /pkgs/nhc/nhc98-1.02/targets/005406DA4C00-AIX-3/obj/prelude/DErrNo/*.o *.o rm -f rm -f /usr/local/pkgs/nhc/nhc98-1.02/script/nhc98 -cpp -c +CTS -lib -redefine -CTS +RTS -H32M -RTS -o /pkgs/nhc/nhc98-1.02/targets/005406DA4C00-AIX-3/obj/prelude/DErrNo/DErrNo.o DErrNo.hs Tried to evaluate beyond end of function. Instruction pointer at 10009 What, run() returned! Tried to evaluate beyond end of function. Instruction pointer at 10009 What, run() returned! Tried to evaluate beyond end of function. Instruction pointer at 10009 What, run() returned! gmake[1]: *** [/pkgs/nhc/nhc98-1.02/targets/005406DA4C00-AIX-3/obj/prelude/DErrNo/DErrNo.o] Error 1 gmake[1]: Leaving directory `/usr/local/pkgs/nhc/nhc98-1.02/src/prelude/005406DA4C00-AIX-3' gmake: *** [targets/005406DA4C00-AIX-3/ccompiler] Error 2 Can anybody tell me how can I compile it correctly? Thanks, Zoli


About this list Date view Thread view Subject view Author view