jed-B0.99-17.135 available

John E. Davis davis at space.mit.edu
Wed Oct 26 16:53:01 UTC 2005


On Wed, 26 Oct 2005 18:28:40 +0200, Rafael Laboissiere <rafael at debian.org> said:
>$ grep "^\(prefix\|exec_prefix\|RPATH\)" src/Makefile
>prefix = /usr
>exec_prefix = ${prefix}
>RPATH           = -Wl,-R${exec_prefix}/lib

Perhaps this patch (and the re-running autoconf) will solve the problem.
Thanks,
--John

--- autoconf/configure.in~	2005-01-09 01:26:32.075360000 -0500
+++ autoconf/configure.in	2005-10-26 12:47:43.425659000 -0400
@@ -38,7 +38,7 @@
 AC_CHECK_SIZEOF(float, 4)
 AC_CHECK_SIZEOF(double, 8)
 
-JD_SET_RPATH($libdir)
+dnl JD_SET_RPATH($libdir)
 ELF_CFLAGS="$ELF_CFLAGS $IEEE_CFLAGS"
 CFLAGS="$CFLAGS $IEEE_CFLAGS"
 



More information about the Pkg-jed-devel mailing list