Hi all,
I'm currently deploying collectd on Linux, Solaris and AIX. Linux : no problem ./configure ... ; make -j Solaris : no problem ./configure ... ; make AIX 6.1 : ./configure --disable-dns LDFLAGS="-Wl,-brtl" OK then make : Making all in libltdl make all-am /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:2804: error: 'R_OK' undeclared (first use in this function) ltdl.c:2804: error: (Each undeclared identifier is reported only once ltdl.c:2804: error: for each function it appears in.) make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 1. Stop. I've the same thing both with collectd 4.9 and 5.0 Have you an idea ? Thanks, Cyril
_______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
