Re: build check in AIX 5.2 / 5.3 / 6.1 - gcc/g++

2008-01-10 Thread Rainer Tammer
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

Re: build check in AIX 5.2 / 5.3 / 6.1 - gcc/g++

2008-01-10 Thread Bob Friesenhahn
On Thu, 10 Jan 2008, Rainer Tammer wrote: With gcc 4.0.0 I need to include: libltdl/ltdl.c #include sys/access.h R_OK is undefined Does using #include unistd.h not work as it should? Perhaps there is a fixincludes bug in this old double oh (double oh indicates suspect) GCC version?

Re: build check in AIX 5.2 / 5.3 / 6.1 - gcc/g++

2008-01-10 Thread Rainer Tammer
Hello, Bob Friesenhahn wrote: On Thu, 10 Jan 2008, Rainer Tammer wrote: With gcc 4.0.0 I need to include: libltdl/ltdl.c #include sys/access.h R_OK is undefined Does using #include unistd.h not work as it should? No, problem see below. Perhaps there is a fixincludes bug in this old

Re: build check in AIX 5.2 / 5.3 / 6.1 - gcc/g++

2008-01-10 Thread Bob Friesenhahn
On Thu, 10 Jan 2008, Rainer Tammer wrote: problem see below. Perhaps there is a fixincludes bug in this old double oh (double oh indicates suspect) GCC version? No, its a configure problem. The problem is that: gcc build libltdl/config.h: /* Define to 1 if you have the unistd.h header file.