[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build check in AIX 5.2 / 5.3 / 6.1 - gcc/g++
From: |
Rainer Tammer |
Subject: |
Re: build check in AIX 5.2 / 5.3 / 6.1 - gcc/g++ |
Date: |
Thu, 10 Jan 2008 09:39:01 +0100 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0 |
Hello Ralf,
If you like me to perforce some tests with gcc then I can try that too..
Yes, that would be great. The systems I test on currently don't have
g++ or gfortran (or gcj) installed, so if you could test
./configure CC=gcc CXX=g++ FC=gfortran F77=gfortran
branch-1.5
=======
With gcc 4.0.0 I need to include:
libltdl/ltdl.c
#include <sys/access.h>
R_OK is undefined
gmake[2]: Entering directory
`/daten/source/libtool/libtool-1.5.24a-cvs-gcc/libltdl'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-g -O2 -c -o ltdl.lo ltdl.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -c ltdl.c -DPIC -o .libs/ltdl.o
ltdl.c: In function 'find_handle_callback':
ltdl.c:2808: error: 'R_OK' undeclared (first use in this function)
ltdl.c:2808: error: (Each undeclared identifier is reported only once
ltdl.c:2808: error: for each function it appears in.)
The make check does show some errors...
See the attached log file.
Cheers, and many thanks for your work!
Ralf
Bye
Rainer
check-libtool-aix61-gcc4-branch-1.5.log.gz
Description: GNU Zip compressed data
Re: build check in AIX 5.2 / 5.3 / 6.1, Ralf Wildenhues, 2008/01/09