The follow error appeared during configure of 3.0.6: checking for broken nisplus include files... no checking if the realpath function allows a NULL argument... no ./configure[22652]: A: not found checking whether to use smbwrapper... no checking whether to use AFS clear-text auth... no On Irix 6.5.23f using MIPSpro 7.4.2m compilers, env CC=cc CFLAGS="-O" ./configure --with-quotas --with-acl-support
configure:22599: checking if the realpath function allows a NULL argument configure:22621: cc -o conftest -O -I/opt/include -L/opt/lib32 conftest.c -lgen -lexc -liconv >&5 cc-1140 cc: ERROR File = configure, Line = 22613 A value of type "int" cannot be used to initialize an entity of type "char *". char *newpath = realpath("/tmp", NULL); ^ 1 error detected in the compilation of "conftest.c". configure:22624: $? = 2 configure: program exited with status 2 configure: failed program was: #line 22608 "configure" #include "confdefs.h" #include <stdio.h> #include <limits.h> main() { char *newpath = realpath("/tmp", NULL); exit ((newpath != NULL) ? 0 : 1); } configure:22642: result: no configure:22655: checking whether to use smbwrapper configure:22694: result: no
There is an "A" on line 22652 22650 fi 22651 22652 A 22653 ################################################# 22654 # check for smbwrapper support
Easily fixed ! Thanks. Jeremy.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.