Problem with pdftops Compile

Michael Sweet mike at easysw.com
Fri Aug 19 10:00:14 PDT 2005


Frank.Mueller at ruecker.de wrote:
> Hi folks,
> 
> I tryed to compile cups 1.1.23 on AIX 5.2ML5 with following installed
> via rpm
> gcc-3.3.2-5
> gcc-c++-3.3.2-5
> libstdc++-3.3.2-5
> libgcc-3.3.2-5
> zlib-1.2.2-4
> zlib-devel-1.2.2-4
> libjpeg-devel-6b-6
> libpng-devel-1.2.1-6
> libtiff-devel-3.6.1-2
> 
> after a configure run  make produces the following output:
> --start--
> fmu2601 at ibmit001:/home/v4/fmu2601/download/AIX/5X/cups-1.1.23
> ->make
> Making all in cups...
> Target "all" is up to date.
> Making all in backend...
> Target "all" is up to date.
> Making all in berkeley...
> Target "all" is up to date.
> Making all in cgi-bin...
> Target "all" is up to date.
> Making all in filter...
> Target "all" is up to date.
> Making all in man...
> Making all in man/es...
> Target "all" is up to date.
> Making all in man/fr...
> Target "all" is up to date.
> Making all in pdftops...
> Linking pdftops...
> ld: 0711-317 ERROR: Undefined symbol: .operator new(unsigned long)
> 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 delete[](void*)
> ld: 0711-317 ERROR: Undefined symbol: __gxx_personality_v0
> ld: 0711-317 ERROR: Undefined symbol: __cxa_pure_virtual
> ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__si_class_type_info
> ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__class_type_info
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
> collect2: ld returned 8 exit status
> make: 1254-004 The error code from the last command is 1.

Your GCC installation is missing the libsupc++ library.

The simplest fix is to change the CXX definition in the Makedefs
file to "g++" instead of "gcc".

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Publishing Software        http://www.easysw.com




More information about the cups mailing list