2008-07-28 09:16:54 UTC
Hello!
We face the following linker problem when compiling the cvs version (checked out on 28th of July 2008) from udtgate:
make[1]: Entering directory `/workspace/udtgate/src/relay'
/bin/sh ../../libtool --mode=link --tag=CXX g++ -g -O2 -DOS_LINUX -L/usr/local/lib -o udtrelay udtrelay.o ../lib/libudtgate.a -ludt -lpthread -ldl
g++ -g -O2 -DOS_LINUX -o udtrelay udtrelay.o -L/usr/local/lib ../lib/libudtgate.a -ludt -lpthread -ldl
udtrelay.o: In function `main':
/workspace/udtgate/src/relay/udtrelay.cpp:187: undefined reference to `acl_table::add(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
collect2: ld returned 1 exit status
make[1]: *** [udtrelay] Error 1
make[1]: Leaving directory `/workspace/udtgate/src/relay'
make: *** [all-recursive] Error 1
We're using openSUSE 11 - gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE Linux)
Best regards :)