I may be very very wrong, but i think that this simply built the lib with the address that it defaulted to. It gave no errors about it for "libintl.1.dylid" but many other binaries gave errors about conflicting w/ "libintl.1.dylid" The later packages also gave me errors about conflicting w/ "libintl.1.dylid" so I think that it did prebind, but maybe in the wrong place. I dunno...

JP




On Saturday, February 8, 2003, at 08:07 PM, Benjamin Reed wrote:

On Saturday, February 8, 2003, at 10:56 PM, John Davidorff Pell wrote:

- archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
+ archive_cmds='$CC $(test .$module = .yes && echo -bundle -prebind || echo -dynamiclib -prebind) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $tmp_verstring'
How exactly did this end up prebinding it?

You need a segment address too (-seg1addr <foo>), or it doesn't end up prebinding, as far as I'm aware....




--
God is dead, now the war shall never end.



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to