Hi. To compile the version 5 (collectd-5.1.1), I use the scripts: clean.sh and build.sh from the repository to regenerate the configure, because the default from the tarball not create the .so files in src/.libs
You will need automake, autoconf and libtool to regenerate the configure. Also use the flag -D_THREAD_SAFE_ERRNO in configure. $ ./clean.sh $ ./build.sh $ OBJECT_MODE=64 ./configure LDFLAGS="-Wl,-brtl" CFLAGS="-maix64 -D_THREAD_SAFE_ERRNO" --disable-multimeter $ OBJECT_MODE=64 make On Tue, Nov 13, 2012 at 10:55 AM, Benjamin Jacobs <[email protected]> wrote: > On Mon, 12 Nov 2012 16:42:47 -0200 > "Daniel." <[email protected]> wrote: > >> Any document/guide/howto/tutorial about build collectd on AIX.... I >> had nerver build anything on AIX ... :-/ >> >> Thanks in advance! >> > > Hi, > > The following archive mail was helpful to me : > > http://mailman.verplant.org/pipermail/collectd/2009-November/003374.html > > You can get gcc and binutils from perzl.org. AFAICT, one only have to > manualy apply the aix-notested-multimeter.patch to let it compile (or > disable mutlimeter support). Everything else should work... YMMV ;-) > > Best regards, > > B. Jacobs. > > _______________________________________________ > collectd mailing list > [email protected] > http://mailman.verplant.org/listinfo/collectd _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
