I'm also working on getting this going on Solaris-2.9/sparc but am not
quite to the testsuite part.  I have a few bug fix patches there
too. Once I get my various problems worked out, I'll submit a more
cleaned up set of patches.

see the attached file for most of my patches. One I didn't include in the tarfile is this one since I don't think you can universially (or maybe you can) assume -Wl,-Rpath is ok. I wonder if the result of a configure test and maybe the --enable-rpath/--disable-rpath flag could be used to do the right thing here:


--- guile-config/guile-config.in.orig   2006-09-20 00:19:02.000000000 +0000
+++ guile-config/guile-config.in
@@ -155,7 +155,7 @@
                (if (or (string=? libdir "/usr/lib")
                        (string=? libdir "/usr/lib/"))
                   ""
-                  (string-append "-L" (get-build-info 'libdir)))
+ (string-append "-Wl,-R" (get-build-info 'libdir) " -L" (get-build-info 'libdir)))
               (string-join other-flags)

               )))



-Dan

Attachment: guile-1.8.1-patches.tar.gz
Description: application/gzip

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to