kyleodonnell's picture

# ./configure --with-log4cpp --with-log4cplus --with-log4cxx --with-openssl --with-bzlib --with-zlib --with-plugins --with-boost

# lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: CentOS
Description: CentOS release 5.2 (Final)
Release: 5.2
Codename: Final

gcc (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42)

downloaded the pre-built third party libs

make stops at:
mv -f .deps/hasCreateAndDestroy.Tpo .deps/hasCreateAndDestroy.Plo
/bin/sh ../../../libtool --tag=CXX --mode=link g++ -DPION_NETWORK_LIBRARY -O2 -Wall -Wno-strict-aliasing -DNDEBUG -no-undefined -module -avoid-version -pthread -Wl,-E -L/usr/local/lib -o hasCreateAndDestroy.la -rpath yes hasCreateAndDestroy.lo ../../src/libpion-common.la -ldl -lboost_thread-gcc41-mt-1_37 -lboost_system-gcc41-mt-1_37 -lboost_filesystem-gcc41-mt-1_37 -lboost_regex-gcc41-mt-1_37 -lboost_date_time-gcc41-mt-1_37 -lboost_signals-gcc41-mt-1_37 -lboost_iostreams-gcc41-mt-1_37 -lssl -lcrypto -lz -lbz2 -llog4cxx
libtool: link: only absolute run-paths are allowed
make[3]: *** [hasCreateAndDestroy.la] Error 1
make[3]: Leaving directory `/usr/local/src/pion-net-1.0.10/common/tests/PluginsUsedByUnitTests'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/pion-net-1.0.10/common/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/pion-net-1.0.10/common'
make: *** [all-recursive] Error 1

Mike Dickey's picture
I'm not sure why it would

I'm not sure why it would cause problems, but here is the configure command that we use on our Cent5/32 build machines (for binary packages):

/configure --with-log4cxx --with-openssl --with-sqlite --with-yajl

(--with-sqlite and --with-yajl are only used by pion-platform -- they are ignored if you're just building the network library)

Submitted by Mike Dickey on Tue, 02/10/2009 - 16:32.
kyleodonnell's picture
I tried the configure options

I tried the configure options above and it compiled fine.

Submitted by kyleodonnell on Tue, 02/10/2009 - 18:44.