![]() |
________________________________________________________________________________ This e-mail is solely for the use of the intended recipient and may contain information which is confidential or privileged. Unauthorised use of its contents is prohibited. If you have received this e-mail in error, please notify the sender immediately via return e-mail and then delete the original e-mail. ________________________________________________________________________________ Sorry all, As Lee Howard pointed out, I forgot to mention that the hylfax version that I was trying to install is 4.1 beta 3. Bruce Whittaker. bwhittak@energy.com.au on 21/06/2001 13:32:51 To: hylafax-users@hylafax.org cc: (bcc: Bruce Whittaker/Network/energyAustralia/AU) Subject: [hylafax-users] Help. ________________________________________________________________________________ This e-mail is solely for the use of the intended recipient and may contain information which is confidential or privileged. Unauthorised use of its contents is prohibited. If you have received this e-mail in error, please notify the sender immediately via return e-mail and then delete the original e-mail. ________________________________________________________________________________ Hi, I am building HylaFAX from source on our RS600 under AIX4.3.2 and am having a problem linking the HylaFAX executables. I was wondering if anyone could help me out. I have the following installed, gmake 3.79.1.0 gcc/g++ 2.95.3.0 (freeware.gnu.gcc and freeware.gnu.gcc.g++) tiff 3.5.4.0 ghostscript 5.10.0.0 zlib 1.1.3.2 For the compilations to work I had to modify /usr/local/include/tiff.h to change the following, typedef long int32; typedef unsigned long uint32; /* sizeof (uint32) must == 4 */ became, typedef int int32; typedef unsigned int uint32; /* sizeof (uint32) must == 4 */ to conform with pre-existing definitions in /usr/include/inttypes.h. Other than that, I have followed the configure/build instructions and everything was progressing OK until it came time to generate the exeutables. Every time the make attempted to create an executable, it failed with the following error messages. ---------------------------------------------------------------- make[1]: Entering directory `/users/bruce/AIX_SW/hylafax/hylafax-4.1beta3/faxrm' make[2]: Entering directory `/users/bruce/AIX_SW/hylafax/hylafax-4.1beta3/faxrm' make[2]: Nothing to be done for `_quiet.c++dependtime'. make[2]: Leaving directory `/users/bruce/AIX_SW/hylafax/hylafax-4.1beta3/faxrm' make[1]: Leaving directory `/users/bruce/AIX_SW/hylafax/hylafax-4.1beta3/faxrm' make[1]: Entering directory `/users/bruce/AIX_SW/hylafax/hylafax-4.1beta3/faxrm' /usr/local/bin/g++ -D__ANSI_CPP__ -I. -I.. -I.././regex -I.././faxrm -I.././util -I/usr/local/include -g -O -o faxrm faxrm.o -L/usr/local/lib ../util/libfaxutil.a -L/usr/local/lib -ltiff -lz -L../regex -lregex ../port/libport.a -lbsd -lm ld: 0711-317 ERROR: Undefined symbol: .__register_exceptions ld: 0711-317 ERROR: Undefined symbol: .__find_first_exception_table_match ld: 0711-317 ERROR: Undefined symbol: .__unwind_function ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make[1]: *** [faxrm] Error 1 make[1]: Leaving directory `/users/bruce/AIX_SW/hylafax/hylafax-4.1beta3/faxrm' make: *** [default] Error 2 -------------------------------------------------------------- Has anyone seen this before or can any suggestions be offered? Thanks in advance, Bruce Whittaker. ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null