Re: wrong LD_LIBRARY_PATH in wrapper scripts

2012-11-12 Thread Dan Nicholson
On Sat, Nov 10, 2012 at 11:28 AM, Poor Yorick org.gnu.lists.libt...@pooryorick.com wrote: On Nov 8, 2012 6:38 PM, Poor Yorick org.gnu.lists.libt...@pooryorick.com [SNIP] the culprit turns out to be /path/to/software/collection/lib/libffi.la, which was included in dependency_libs of

Re: wrong LD_LIBRARY_PATH in wrapper scripts

2012-11-10 Thread Poor Yorick
On Nov 8, 2012 6:38 PM, Poor Yorick org.gnu.lists.libt...@pooryorick.com [SNIP] the culprit turns out to be /path/to/software/collection/lib/libffi.la, which was included in dependency_libs of /path/to/src/glib-2.32.4/glib-2.32.4/gobject/libgobject-2.0.la. If I remove that, the error

Re: wrong LD_LIBRARY_PATH in wrapper scripts

2012-11-09 Thread Dan Nicholson
On Nov 8, 2012 6:38 PM, Poor Yorick org.gnu.lists.libt...@pooryorick.com wrote: Hi, Attempting to build glib-2.32.4, the make check stage, produces this result: /path/to/src/glib-2.32.4/glib-2.32.4/gobject/tests/.libs/boxed: symbol lookup error:

Re: wrong LD_LIBRARY_PATH in wrapper scripts

2012-11-09 Thread Poor Yorick
On Fri, Nov 09, 2012 at 07:12:10AM -0800, Dan Nicholson wrote: On Nov 8, 2012 6:38 PM, Poor Yorick org.gnu.lists.libt...@pooryorick.com wrote: Hi, Attempting to build glib-2.32.4, the make check stage, produces this result:

wrong LD_LIBRARY_PATH in wrapper scripts

2012-11-08 Thread Poor Yorick
Hi, Attempting to build glib-2.32.4, the make check stage, produces this result: /path/to/src/glib-2.32.4/glib-2.32.4/gobject/tests/.libs/boxed: symbol lookup error: /path/to/glib-2.32.4/glib-2.32.4/gobject/.libs/libgobject-2.0.so.0: undefined symbol: g_key_file_unref looking at