Search found 5 matches

by demianph
2012-01-19T12:48:11-07:00
Forum: Developers
Topic: AIX compile error
Replies: 5
Views: 11102

Re: AIX compile error

Well it works on the dev machine so now it's time to try in the wild.

Thank you.
by demianph
2012-01-19T12:04:06-07:00
Forum: Developers
Topic: AIX compile error
Replies: 5
Views: 11102

Re: AIX compile error

The good news is I have been informed we do not need .png support so I am moving on. Found some other posts and have tried it with config of disable-shared ImageMagick is configured as follows. Please verify that this configuration matches your expectations. Host system type: powerpc-ibm-aix5.3.0.0 ...
by demianph
2012-01-19T10:58:46-07:00
Forum: Developers
Topic: AIX compile error
Replies: 5
Views: 11102

Re: AIX compile error

Did you reconfigure ImageMagick after updating libpng? Your "configure" appears to have found libpng12 (see the "-lpng12" in the configure output) but if you updated libpng it should have found libpng14 or 15 depending on what you updated to. I think I see the problem in the new configure. It can ...
by demianph
2012-01-12T10:29:01-07:00
Forum: Developers
Topic: AIX compile error
Replies: 5
Views: 11102

Re: AIX compile error

Updated libpng and now it dies in an unexpected area. CCLD ltdl/libltdlc.la libtool: link: not configured to extract global symbols from dlpreopened files CCLD magick/libMagickCore.la ld: 0711-317 ERROR: Undefined symbol: lt_libltdlc_LTX_preloaded_symbols ld: 0711-345 Use the -bloadmap or -bnoquiet ...
by demianph
2012-01-11T15:38:46-07:00
Forum: Developers
Topic: AIX compile error
Replies: 5
Views: 11102

AIX compile error

AIX 5.3 TL12 is the OS. Current source for imagemagick. Configure ran quite well but the make died here: CC coders/magick_libMagickCore_la-png.lo coders/png.c: In function 'MagickPNGErrorHandler': coders/png.c:1744: error: 'png_struct' has no member named '__jmpbuf' make: The error code from the ...