dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] Problem on building pnet-0.6.10 on AIX 5.1


From: Frank Griessbaum
Subject: [Pnet-developers] Problem on building pnet-0.6.10 on AIX 5.1
Date: Thu, 6 Jan 2005 01:39:54 +0900 (JST)

Hello!

I'm not sure if this is the right mailing list for my problem with pnet. If 
not, I would appreciate a hint about the correct mailing list.

After I successfuly build treecc-0.3.4 I failed to build pnet-0.6.10 on 
powerpc-ibm AIX 5.1. (Please find the the tool version information of 
madcow.log at the end of this email)

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 disabled 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.

c)
also with
    ./configure --enable-threads=posix --without-libffi --without-libgc
gmake stopped as below:

gmake[1]: Entering directory `/home/cic/frankg/tar/pnet-0.6.10/support'
gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../libgc/include -I../include     
                -DCSCC_LIB_PREFIX=\"/home/cic/frankg/lib\"                  
-DCSCC_BIN_PREFIX=\"/home/cic/frankg/bin\"              
-DCSCC_DATA_PREFIX=\"/home/cic/frankg/share\"                       
-DCSCC_HOST_TRIPLET=\"powerpc-ibm-aix5.1.0.0\" -g -O2 -Wall -c console.c
console.c: In function `ILConsoleSetPosition':
console.c:1214: error: too few arguments to function `tparm'
gmake[1]: *** [console.o] Error 1
gmake[1]: Leaving directory `/home/cic/frankg/tar/pnet-0.6.10/support'
gmake: *** [all-recursive] Error 1


d)
I also tried to change auto_gen.sh from the line "aclocal" to the line below
  # Run aclocal to update the macros.
  aclocal -I ./"

with ./configure --enable-threads=posix --without-libffi without-libgc

and make stopped again as below:


make[1]: Entering directory `/home/cic/frankg/tar/pnet-0.6.10/support'
gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../libgc/include -I../include     
                -DCSCC_LIB_PREFIX=\"/home/cic/frankg/lib\"                  
-DCSCC_BIN_PREFIX=\"/home/cic/frankg/bin\"              
-DCSCC_DATA_PREFIX=\"/home/cic/frankg/share\"                       
-DCSCC_HOST_TRIPLET=\"\" -g -O2 -Wall -c console.c
console.c: In function `ILConsoleSetPosition':
console.c:1214: error: too few arguments to function `tparm'
make[1]: *** [console.o] Error 1
make[1]: Leaving directory `/home/cic/frankg/tar/pnet-0.6.10/support'
make: *** [all-recursive] Error 1


Are there some more options to test?
I would be very happy about any hint to get pnet build.

Cheers,

frank


*** Diagnostics started at Fri Dec 31 21:53:31 JST 2004 ***
*** System: AIX whale 1 5 0020ADAA4C00 ***
*** Tool version information ***
*** Running: autoconf --version ***
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

*** Running: automake --version ***
automake (GNU automake) 1.9
Written by Tom Tromey <address@hidden>.

Copyright 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

*** Running: gcc -v ***
Reading specs from 
/home/dmmg/noguchi/gcc3.3/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3/specs
Configured with: configure  : (reconfigured) configure --enable-threads=posix
Thread model: aix
gcc version 3.3

*** Running: make -v ***
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

*** Running: gmake -v ***
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

*** Running: bison --version ***
bison (GNU Bison) 1.875
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

*** Running: flex --version ***
flex version 2.5.4

*** End of tool version information ***










reply via email to

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