dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU] building pnet-0.6.10 on AIX 5.1


From: Frank Griessbaum
Subject: [DotGNU] building pnet-0.6.10 on AIX 5.1
Date: Fri, 31 Dec 2004 22:56:20 +0900 (JST)

Hello!

After I successfuly build treecc-0.3.4 I failed to build pnet-0.6.10 on 
powerpc-ibm AIX 5.1.
Gmake stopped at following lines:

a)
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.././libffi -I. 
-I.././libffi/include -Iinclude -I.././libffi/src   -fexceptions -g -O2 -c -o 
src/powerpc/aix.lo    src/powerpc/aix.S
gcc -DHAVE_CONFIG_H -I. -I.././libffi -I. -I.././libffi/include -Iinclude 
-I.././libffi/src -fexceptions -g -O2 -c src/powerpc/aix.S -o src/powerpc/aix.o


b)
I tried to disable libffi with:
    ./configure --enable-threads=posix --disable-libffi
and got the same problem as above

c)
Thereafter I used "--without-libffi" instead of "--disable-libffi ":
    ./configure --enable-threads=posix --without-libffi
and got following different problem in gmake:

..
Making all in tests
make[1]: Entering directory `/home/cic/frankg/tar/pnet-0.6.10/tests'
gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../include -g -O2 -Wall -c 
test_thread.c
test_thread.c: In function `checkGetSetValue':
test_thread.c:1004: warning: comparison between pointer and integer
gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../include -g -O2 -Wall -c 
ilunit.c
make[1]: *** No rule to make target `../support/libILSupport.a', needed by 
`test_thread'.
gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../include -g -O2 -Wall -c 
test_crypt.c
make[1]: Target `all' not remade because of errors.
make[1]: Leaving directory `/home/cic/frankg/tar/pnet-0.6.10/tests'
make: *** [all-recursive] Error 1
make: Target `all' not remade because of errors.



I would be very happy about any advice.

Cheers,

frank





reply via email to

[Prev in Thread] Current Thread [Next in Thread]