RE: 1.1.2: specifying installation directory (env R) causes installto fail
5 Jun
2006
5 Jun
'06
11:18 a.m.
As you noted, adding -L... helps. I'm not sure how to do this with libtool, because it's "install" stage doesn't accept linker options, even though it's actually doing linking.
Did I mention I hated that PoS?
Maybe setting LD_LIBRARY_PATH before running libtool --install will work?
I had this same problem as I set R as well. This was fixed for me by setting: LDFLAGS (before ./configure) RLM_LDFLAGS (when you call make) I made my own makefile one directory up: all: cd ${SRCDIR} && LDFLAGS=/alt/dir/to/usr/local/lib \ ./configure \ (etc....) \ && make \ RLM_LDFLAGS=/alt/dir/to/usr/local/lib Thanks, Ryan
7338
Age (days ago)
7338
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ryan Melendez