I'm not sure whether Snow Leopard breaks the linker the same way that Leopard did - but shared library linking is a pain in the tuchus these days: you have to send a bunch of arcane runes to gcc to get shared libraries to compile right. (see Apple Tech Note at http://developer.apple.com/qa/qa2007/qa1567.html)
On Sep 16, 2009, at 10:10 AM, Hazen Babcock wrote: > > Hi Doug, > > Do you think it is possible to change the PDL/PLplot Makefile.pl so > that > it generates the right LDDFLAGS for OS-X? As I understand it, "- > shared" > has no meaning to OS-X gcc and it should be replaced with "-bundle > -undefined dynamic_lookup". > > -Hazen > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
