Hey, I'm working with mono both from svn and with openSUSE 10.3's releases.

I'm currently using this script:

#!/bin/bash
MONO_PREFIX=/opt/mono
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
PATH=$MONO_PREFIX/bin:$PATH
PS1="[mono] \w @ "


when the PATH gets set, when I do gacutil -l and its at 124 packages (its
175 before I set it).

So I figured if I setup MONO_GAC_PREFIX it would fix the issue:

export MONO_GAC_PREFIX=/opt/mono:/usr

but it didn't fix the issue.

Any tips on what I could do to get it working so I am able to use svn mono
but reference GTK
and other libraries that I install from SUSE repos?
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to