Just did a "cvs update -d" today (Sep22) and tried compiling with the following steps... (running on RH7.3)
make clean ./autogen.sh make I quickly got the below errors. After hunting through the generated "libtool" script, I found that it was expected a SED environment variable to be set. After doing "export SED=sed", everything compiled fine. I did not have to do this before... Here's the compile errors.... [EMAIL PROTECTED] multisync]$ make make all-recursive make[1]: Entering directory `/home/dixonl/multisync-cvs/multisync' Making all in src make[2]: Entering directory `/home/dixonl/multisync-cvs/multisync/src' Making all in libversit make[3]: Entering directory `/home/dixonl/multisync-cvs/multisync/src/libversit' /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_VCTEST_CONSOLE -g -O2 -c vcc.c ../../libtool: s%^.*/%%: No such file or directory ../../libtool: -e: command not found *** Warning: inferring the mode of operation is deprecated. *** Future versions of Libtool will require -mode=MODE be specified. ../../libtool: -e: command not found ../../libtool: -e: command not found ../../libtool: -e: command not found ../../libtool: -e: command not found ../../libtool: -e: command not found ../../libtool: -e: command not found ../../libtool: -e: command not found ../../libtool: -e: command not found ../../libtool: -e: command not found ../../libtool: -e: command not found ../../libtool: -e: command not found ../../libtool: -e: command not found : compile: cannot determine name of library object from `' make[3]: *** [vcc.lo] Error 1 make[3]: Leaving directory `/home/dixonl/multisync-cvs/multisync/src/libversit' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/dixonl/multisync-cvs/multisync/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dixonl/multisync-cvs/multisync' make: *** [all-recursive-am] Error 2 -- J. Lee Dixon Sr Software Engineer SAIC - Celebration, FL [EMAIL PROTECTED] 321.939.7917 AIM - LeeOrlando ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Multisync-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/multisync-users
