Hi all,
I'm trying to install a data analysis program called Matpack on my MacBook (running 10.5.2 Leopard). I've successfully installed it on both Fedora and Ubuntu Linux systems in the lab, but I'd like it on my laptop, too. The process was cake on the Linux boxes, just type 'make' and everything flies. When I do the same on my MacBook, the 'make' step fails with the following:
I've searched quite a bit online and found that everyone's solution to this problem was to either install libpng from source or to install it via Fink. I've done both, but neither has worked. I currently have the Fink-installed libpng3 (version 1.2.29-1) installed. I was hoping that the newest available version would do the trick for me. No dice.
Any ideas? Thanks in advance for your attention.
I'm trying to install a data analysis program called Matpack on my MacBook (running 10.5.2 Leopard). I've successfully installed it on both Fedora and Ubuntu Linux systems in the lab, but I'd like it on my laptop, too. The process was cake on the Linux boxes, just type 'make' and everything flies. When I do the same on my MacBook, the 'make' step fails with the following:
Code:
Undefined symbols:
"_png_mmx_support", referenced from:
_png_init_mmx_flags in matpack.a(png.o)
"_png_read_filter_row", referenced from:
_png_read_row in matpack.a(pngread.o)
"_png_do_read_interlace", referenced from:
_png_read_row in matpack.a(pngread.o)
"_png_combine_row", referenced from:
_png_read_row in matpack.a(pngread.o)
_png_read_row in matpack.a(pngread.o)
_png_read_row in matpack.a(pngread.o)
_png_read_row in matpack.a(pngread.o)
_png_read_row in matpack.a(pngread.o)
_png_read_row in matpack.a(pngread.o)
_png_read_row in matpack.a(pngread.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: *** [../../bin/elements] Error 1
make[2]: *** [ALL] Error 2
make[1]: *** [thetools] Error 2
make: *** [allstatic] Error 2
I've searched quite a bit online and found that everyone's solution to this problem was to either install libpng from source or to install it via Fink. I've done both, but neither has worked. I currently have the Fink-installed libpng3 (version 1.2.29-1) installed. I was hoping that the newest available version would do the trick for me. No dice.
Any ideas? Thanks in advance for your attention.