On Mon, Apr 24, 2006 at 01:14:54AM -0400, Jon LaBadie wrote: > On Sun, Apr 23, 2006 at 10:36:25PM -0400, stan wrote: > > On Sun, Apr 23, 2006 at 10:10:38PM -0400, Jon LaBadie wrote: > > > > > > Where in your configure/make do you think you told the amanda > > > executables that at `runtime' to search /usr/local/lib directory, > > > where libgcc_s.so.1 is located? > > > > OK, so this is what, the 3rd time you told me that :-) > > This time I think it soaked through my hard head. > > > > is LDFLAGS the best way to do this? > > works for me > OK, I finally got this working.
Thanks to all the kind folk that pounded soem knowledge into my thick head. would up adding the folowing to my script that I use to run configure. unset LD_LIBRARY_PATH setenv LDFLAGS -R/usr/local/lib But, the question this leaves me with, is, "Isn't this the sort of detail that libtool is supposed to ahndle?" -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967
