Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scons build not compatible with libtool #118

Open
GoogleCodeExporter opened this issue May 27, 2015 · 5 comments
Open

scons build not compatible with libtool #118

GoogleCodeExporter opened this issue May 27, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. build serf 1.3.0 with scons, using an install prefix that is not in the 
standard library search path
2. build Subversion against serf 1.3.0 

Now Subversion binaries cannot run because libserf-1.so cannot be found.

Adding the $(PREFIX)/serf/lib directory to LD_LIBRARY_PATH works around the 
issue.
Manually passing an rpath to the Subversion build process works around the 
issue, too:
  make EXTRA_LDFLAGS="-Wl,-rpath,$(PREFIX)/serf/lib"

Before serf-1.3.0 this linker argument was handled by libtool.
Can serf please be fixed so that this works out of the box again?

Original issue reported on code.google.com by [email protected] on 7 Aug 2013 at 11:31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant