Bob Ippolito wrote:

3) Statically link those libs into the matplotlib extensions

This is (3)
Make sure you don't have libpng.dylib or libfreetype.dylib sitting around on your link paths...


Build them like this:
./configure --disable-shared --enable static

That seemed to build and install both the *.a and the *.dylib

Make sure you only have libpng.a and libfreetype.a on your link paths. It will link statically.

So I'll remove the dylib...

I'm going to go home before I finish, but I'll report back tomorrow.

-Chris


-- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception

[EMAIL PROTECTED]
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to