[Mono-list] MONO_GAC_PREFIX not working
John M. Anderson
sontek at gmail.com
Fri Nov 30 00:12:08 EST 2007
Hey, I have svn installed in /opt/mono and my distro installs to /usrs
I first tried using this script:
#!/bin/bash
MONO_PREFIX=/opt/mono
export MONO_GAC_PREFIX=$MONO_PREFIX:/usr
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$MONO_PREFIX/include
export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
export PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:/usr/lib/pkgconfig
PATH=$MONO_PREFIX/bin:$PATH:/usr/bin
PS1="[mono] \w @ "
but before the script I had 195 packages in gacutil -l, 135 after it.
so then I tried working without the script:
export MONO_GAC_PREFIX=/opt/mono:/usr
/opt/mono/bin/gacutil -l returns 135 still. Am I missing something?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071129/95edb7ff/attachment.html
More information about the Mono-list
mailing list