Hi,
After configuring the configure scripts that configure configure before
compiling with make, it finally compiles!
These were the steps that ended up working for me:
cd unix
sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
../prebuild.sh
cd ..
../bootstrap
../configure LIBS="-lboost_system -lboost_thread" COMPILED_BY='Arch Linux'
--prefix=/usr --sysconfdir=/etc
make CXXFLAGS+="-w -lboost_system -lboost_thread"
Thanks for all the help!
Best regards,
Post a reply to this message
|