0.81 built OK, but I can't get the current CVS snapshot to build. There seems to be a problem in the autoconfig stuff. The commands I'm using are:
export PKG_CONFIG_PATH=/usr/lib/pkgconfig ./autogen.sh (./configure && make && make install) 2>&1 | tee build.out The make ends like this: configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/libversit/Makefile config.status: creating intl/Makefile config.status: creating po/Makefile.in config.status: creating specs/multisync.spec config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands make all-recursive make[1]: Entering directory `/root/multisync' Making all in src make[2]: Entering directory `/root/multisync/src' Making all in libversit make[3]: Entering directory `/root/multisync/src/libversit' source='vcc.c' object='vcc.lo' libtool=yes \ depfile='.deps/vcc.Plo' tmpdepfile='.deps/vcc.TPlo' \ depmode=gcc3 /bin/sh ../../depcomp \ @LIBTOOL@ --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_VCTEST_CONSOLE -g -O2 -c -o vcc.lo `test -f 'vcc.c' || echo './'`vcc.c ../../depcomp: line 69: @LIBTOOL@: command not found make[3]: *** [vcc.lo] Error 127 make[3]: Leaving directory `/root/multisync/src/libversit' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/multisync/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/multisync' make: *** [all] Error 2 -- Grant Edwards [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Multisync-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/multisync-users
