David,
   While debugging the loading issues with the LLVMPolly.so plugin in 
dragonegg.so,
I noticed that gmp5 doesn't build static libraries. The breakage in libgmp.a 
which prevented
you from doing this...

ld: illegal text-relocation to ___gmp_binvert_limb_table in 
/sw/lib/gmp5/libgmp.a(mp_minv_tab.o) from ___gmpn_divexact_1 in 
/sw/lib/gmp5/libgmp.a(dive_1

can be easily worked around with the hack that HomeBrew is using...

+++ /sw/fink/10.7/local/main/finkinfo/gmp5.info 2012-10-23 12:41:24.000000000 
-0400
@@ -1,7 +1,7 @@
 Info4: <<
 Package: gmp5%type_pkg[-64bit]
 Version: 5.0.5
-Revision: 3
+Revision: 4
 GCC: 4.0
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
@@ -26,8 +26,7 @@
   ABI=$ABI \
   --libdir='${prefix}/%lib/gmp5' \
   --infodir='${prefix}/share/info' \
-  --enable-cxx \
-  --disable-static
+  --enable-cxx --with-pic
 <<
 PatchScript: <<
   #!/bin/sh -ev

Thanks in advance for fixing this.
           Jack

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to