Installing CUPS in Mac mini with Pentium

Michael Sweet mike at easysw.com
Fri May 19 16:36:16 PDT 2006


Joseph Lozano wrote:
> I was wondering if any of you has attempted to install CUPS in one of the new Pentium powered Mac minis. I'm running into the next error when trying to compile the code (OSX version 10.4.6):
> 
> Linking libcupsimage.2.dylib...
> ld: Undefined symbols:
> _png_create_info_struct
> _png_create_read_struct
> _png_destroy_read_struct
> _png_get_IHDR
> _png_get_valid
> _png_get_x_pixels_per_meter
> _png_get_y_pixels_per_meter
> _png_init_io
> _png_read_end
> _png_read_info
> _png_read_row
> _png_set_background
> _png_set_expand
> _png_set_interlace_handling
> _png_set_packing
> _png_set_strip_16
> _png_set_tRNS_to_alpha
> _TIFFClose
> _TIFFFdOpen
> _TIFFGetField
> _TIFFReadScanline
> _TIFFScanlineSize
> __TIFFfree
> __TIFFmalloc
> /usr/bin/libtool: internal link edit command failed
> lipo: can't figure out the architecture type of: /var/tmp//cc9raUib.out
> make[1]: *** [libcupsimage.2.dylib] Error 1
> make: *** [all] Error 1
> 
> Any idea what the source of this error might be?

Sounds like the configure script detected the PNG and TIFF libraries,
but the linker is unable to do so.  Can you provide the configure
options you used and the full output?

-- 
______________________________________________________________________
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