HylaFAX The world's most advanced open source fax server |
Hello, On my system Solaris 10 x86 update 5 I get following compilation
error. Can anybody give me a hand please? At the bottom, you can find my g++
compiler details. Regards, Ertan /usr/sfw/bin/gcc -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 fxassert.c /usr/sfw/bin/g++ -shared -Wl,-G,-h,libfaxutil.so -o
libfaxutil.so.5.2.7 Array.o BoolArray.o Dictionary.o Obj.o PageSize.o
RE.o REArray.o REDict.o StackBuffer.o Str.o StrArray.o StrDict.o
Dispatcher.o IOHandler.o Sys.o SystemLog.o Timeout.o Fatal.o AtSyntax.o
DialRules.o FmtTime.o Sequence.o TimeOfDay.o FaxDB.o TextFormat.o
Class2Params.o FaxParams.o FaxClient.o FaxConfig.o FaxRecvInfo.o
FaxSendInfo.o JobExt.o CallID.o ModemExt.o SendFaxJob.o SendFaxClient.o
TypeRules.o Transport.o InetTransport.o UnixTransport.o SNPPClient.o
SNPPJob.o cvtfacility.o fxassert.o ln -fs libfaxutil.so.5.2.7 libfaxutil.so /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/faxinfo.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 faxinfo faxinfo.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 /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 collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `faxwatch' Current working directory /hylafax-5.2.7/util *** Error code 1 The following command caused the error: make targets make: Fatal error: Command failed for target `default' Current working directory /hylafax-5.2.7/util *** Error code 1 The following command caused the error: for i in util faxalter faxcover faxd faxmail faxrm
faxstat hfaxd sendfax sendpage config etc man; do \ (/usr/5bin/echo "= "$i; cd $i; make) || exit
; \ done make: Fatal error: Command failed for target `dirs' Current working directory /hylafax-5.2.7 *** Error code 1 The following command caused the error: make -f Makefile dirs make: Fatal error: Command failed for target `default' bash-3.00# /usr/sfw/bin/g++ --version g++ (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying
conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. bash-3.00# |