I am attempting to install HylaFAX 6.0.6 on an AIX 6.1 Power7 system. The configure operation works successfully. The make fails as follows: Target "targets" is up to date. = util /bin/bash ../port/mkdepend -e 's@ /usr/include/@ /@' -s C++ -e 's@\.c++\.o *: @\.o: @' -c /bin/g++ -D__ANSI_CPP__ -I. -I.. -I.././util -I.././libhylafax -I.. /./regex -g -O -c -M -i Makedepend checkat.c++ dialtest.c++ faxfetch.c++ faxinf o.c++ faxwatch.c++ textfmt.c++ tiffcheck.c++ typetest.c++ Target "_quiet.c++dependtime" is up to date. /bin/bash ../port/mkdepend -e 's@ /usr/include/@ /@' -c /bin/gcc -D__ANSI_CPP_ _ -I. -I.. -I.././util -I.././libhylafax -I.././regex -O -c -M -i Makedepend fa xadduser.c faxconfig.c faxdeluser.c faxmodem.c faxmsg.c faxstate.c Target "_quiet.cdependtime" is up to date. /bin/gcc -D__ANSI_CPP__ -I. -I.. -I.././util -I.././libhylafax - I.././regex -O -o faxmsg .././util/faxmsg.c -L../libhylafax -lhylafax-6.0 -ltiff -lz -L../regex -lregex ../port/libport.a -lbsd ld: 0711-317 ERROR: Undefined symbol: __gxx_personality_v0 ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__class_type_info ld: 0711-317 ERROR: Undefined symbol: .operator delete(void*) ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__si_class_type_inf o ld: 0711-317 ERROR: Undefined symbol: __cxa_pure_virtual ld: 0711-317 ERROR: Undefined symbol: .operator new(unsigned long) ld: 0711-317 ERROR: Undefined symbol: .operator delete[](void*) ld: 0711-317 ERROR: Undefined symbol: .operator new[](unsigned long) ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: error: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 2. Stop. I can?t glean from this what my issue may be? could someone offer some insight? Bob W