|
| From: | Dan McMahill |
| Subject: | Re: debugging guile test failure and segfault. |
| Date: | Sat, 09 Jun 2007 10:18:54 -0400 |
| User-agent: | Mail/News 1.5.0.10 (X11/20070512) |
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
guile-1.8.1-patches.tar.gz
Description: application/gzip
| [Prev in Thread] | Current Thread | [Next in Thread] |