On Sunday, December 15, 2002, at 04:52 PM, jfm wrote:

Sorry: but I had there :

cc -dynamiclib -L/sw/lib -undefined suppress -flat_namespace -o pltcl.dylib pltcl.o -L/sw/lib -ltcl8.3

so, probably due to changes in /sw/lib/tclConfig.sh between versions 8.3 and 8.4 of tcltk
Yeah, it appears that sometime recently, tclConfig.sh started creating dylib files instead of .so files.

The postgresql makefile hacks I made basically decide whether to make a dylib or bundle depending on the file extension (easiest way to do it without rewriting large bits of their make system :P)

So now that it's making a dylib, it's not adding undefined suppress and flat_namespace.

I'll have to figure out how to make it play nicely. The problem is it appears most of the settings in the postgresql makefile don't do anything, because tclConfig.sh has it's own link line that doesn't end up including postgresql's flags.



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Reply via email to