Hi Dave

Thanks for responding.

On Mittwoch, September 10, 2003, at 05:05 Uhr, David R. Morrison wrote:

This sounds like the libtool-1.4.x relinking bug. Try disabling relinking
and see if that cures it.


perl -pi.bak -e "s/need_relink=yes/need_relink=no/" ltmain.sh

is one way to do it.

Sorry, I forgot to mention, I already do:


# Patch Phase:
PatchScript: <<
perl -pi.bak -e "s/need_relink=yes/need_relink=no/" ac-helpers/ltmain.sh
<<


Or, if it is finding an old copy of the library during linking instead
of the one it just build, you can try

perl -pi.bak -e "s/hardcode_direct=yes/hardcode_direct=no/" configure

I will try that and report back.


Chris.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to