In regard to: Re: gettext libintl.la dependency_libs problem, Albert Chin...:
>According to the libtool info file: > `-R LIBDIR' > If OUTPUT-FILE is a program, add LIBDIR to its run-time path. If > OUTPUT-FILE is a library, add -RLIBDIR to its DEPENDENCY_LIBS, so > that, whenever the library is linked into a program, LIBDIR will > be added to its run-time path. > >So, I guess it's a bug in libtool. Is the patch below correct? We can >throw away -R in $deplibs because we already added it to $xrpath when >we scanned $dependency_libs. That patch does alleviate the problem -- when I rebuild glib 2.2.0's configure machinery to use the patched libtool 1.4.3, -R/some/path is no longer passed to the platform linker. Whether it's the optimum fix, I don't know. Tim -- Tim Mooney [EMAIL PROTECTED] Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building (701) 231-8541 (Fax) North Dakota State University, Fargo, ND 58105-5164 _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
