I got "libintl.1.dylid" to compile prebound. I'm working on getting the rest of the bootstrap working. :) Here's a patch for the patch for gettext for the bootstrap. I'd appreciate it if one of the core-developers would look at it. :)

Thanx,
JP



- 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'






On Saturday, February 8, 2003, at 05:12 PM, Carsten Klapp wrote:

Ahh yes, you're starting to discover the "fun" of prebinding those libs which depend on other libs.

AFAIK a library can't be build prebound without specifying an explicit load address during compile time (adding -prebind is not enough when compiling libraries), AND when it depends on other libraries--like in this case--those libs must have been built prebound (which means manually patching the Makefile of each of those dependant libs to use a unique hexadecimal prebind load address).

Unfortunately, that is all I know about prebinding, how to go about doing it is another matter.

I've been pushing on the fink list to get everything prebound but personally I have had no success getting any of my libs to compile prebound either.

Sorry,
:(
Carsten

On Saturday, February 8, 2003, at 07:52 pm, John Davidorff Pell wrote:

--SNIP--

--
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