[Mono-dev] Library path bug in Makefile?

Edward Ned Harvey (mono) edward.harvey.mono at clevertrove.com
Tue Mar 4 12:51:01 UTC 2014


Nobody has any opinions on this?
That seems hard to believe....


> -----Original Message-----
> From: mono-devel-list-bounces at lists.ximian.com [mailto:mono-devel-list-
> bounces at lists.ximian.com] On Behalf Of Edward Ned Harvey (mono)
> Sent: Sunday, March 2, 2014 9:58 PM
> To: mono-devel-list at lists.ximian.com
> Subject: [Mono-dev] Library path bug in Makefile?
> 
> I had a problem, and I figured it out, thanks to this page:
> http://www.cc.dtu.dk/?page_id=304
> 
> I have a system with mono built as follows:
> ./configure --prefix=/usr/local/mono-3.2.8 && make && echo "" && echo
> "Done" && echo""
> followed by
> sudo make install && echo "" && echo "Ok Ok Ok" && echo ""
> 
> I would expect, based on the above webpage, that the ./configure && make
> should have built mono using LD_RUN_PATH set to /usr/local/mono-
> 3.2.8/lib, but apparently it doesn't - Should that be considered a bug in the
> Makefile?
> 
> The workaround is to specify the LD_LIBRARY_PATH on each call to mono
> env LD_LIBRARY_PATH=/usr/local/mono-3.2.8/lib /usr/local/mono-
> 3.2.8/bin/mono FunWithFooBar.exe



More information about the Mono-devel-list mailing list