DMD Linux Question
Adam D. Ruppe
destructionator at gmail.com
Fri Mar 14 10:59:48 PDT 2008
On Fri, Mar 14, 2008 at 01:51:38PM -0400, Justin Greenwood wrote:
> Do you linux wizards know any way I can run dmd with the needed shared
> libraries in my user account directory? Maybe referencing the shared
> libraries "~/lib64/libstdc++.so.5" by adding the path to some
> environment variable or command line argument or something?
Maybe:
LD_LIBRARY_PATH=~/lib64/ ./dmd [args...]
I'm not sure if that will work for this, but setting the LD_LIBRARY_PATH
environment variable lets you add more paths to search for shared libs.
>
> I really appreciate your help,
> Justin
--
Adam D. Ruppe
http://arsdnet.net
More information about the Digitalmars-d
mailing list