* Peter O'Gorman wrote on Sun, Sep 17, 2006 at 04:21:56PM CEST: > > And on systems that do not, the -R flag seems to be dropped entirely > from the link line. I have never actually used -R with libtool > myself, so was not aware of it, I was being stupid, sorry.
Well, there are systems on which libtool may just change the $shlibpath_var for the link command due to a -R setting; I think libtool should not do this silently, by the way. > The patch is okay, both parts, now that I understand where you're > going :) Thanks, for both the review and for making me spell out the ideas in more detail! It has actually helped me to get a bit clearer picture too, and find two more potential bugs: - ltmain should test for '!= no' instead of '= yes'. - libtool should print out when it is about to change $shlibpath_var (so that cut'n'pasting the link command will actually produce the same thing again). I've applied the two patches. Cheers, Ralf
