[Bug 227669] Review Request: <ppl-0.9> - <A modern C++ library providing numerical abstractions>

bugzilla at redhat.com bugzilla at redhat.com
Sat Feb 10 21:08:26 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: <ppl-0.9> - <A modern C++ library providing numerical abstractions>


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227669





------- Additional Comments From bagnara at cs.unipr.it  2007-02-10 16:08 EST -------
Thanks.  We are restructuting everything along the lines you suggested.

Actually, I have spent the good part of this afternoon trying to solve the rpath
problem.  I thought it was enough to do something like

  %build
  %configure --enable-shared --disable-rpath
  make

But it is not: I still see link commands like

  /bin/sh ../libtool --tag=CXX --mode=link g++  -W -Wall  -g -O2 \
    -o libppl.la -rpath /usr/lib64  -version-info 6:0:0 ...

I tried with google and I only got more confused: it is a bug of libtool; it is
no longer a bug of libtool; it is because something is wrong with
/etc/ld.so.conf; an autoreconf -f -i would solve it (but it did not in my case);
and so on and so forth.

Can you please point me in the right direction?


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list