HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Hylafax+ 5.2.7 compile error
Ertan Küçükoğlu wrote:
/usr/sfw/bin/g++ -L/usr/local/lib -R/usr/local/lib
-D__ANSI_CPP__ -I. -I.. -I.././regex -I.././util -I.././util
-I/usr/local/include -g -fpic -O -c .././util/faxwatch.c++
/usr/sfw/bin/g++ -L/usr/local/lib -R/usr/local/lib
-D__ANSI_CPP__ -I. -I.. -I.././regex -I.././util -I.././util
-I/usr/local/include -g -fpic -O -o faxwatch faxwatch.o -L../util
-L../faxd -R/usr/local/lib -lfaxutil -lstdc++ -L/usr/local/lib
-L/usr/local/lib -ltiff -lz -L../regex -lregex ../port/libport.a
-lsocket -lnsl -lresolv -lm -lmalloc -lpam
Undefined first referenced
symbol in file
FaxClient::login(char const*, char const*, fxStr&)faxwatch.o
ld: fatal: Symbol referencing errors. No output written to faxwatch
I think that this is ld complaining that it cannot find the libfaxclient
library. This could be related (once again) to DSO builds not working
right on Solaris. Please run:
make distclean
./configure --with-DSO=no
make
Let me know if that works out for you. If it does, then I'll turn
Solaris DSOs off again by default.
Thanks,
Lee.
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*