Mailinglist Archive: opensuse (2441 mails)
| < Previous | Next > |
Re: [SLE] How do I set glib in PREFIX?
- From: Jos van Kan <vankan@xxxxxxxxxxxx>
- Date: Sat, 18 Jun 2005 16:34:27 +0200
- Message-id: <42B430F3.1020808@xxxxxxxxxxxx>
Jos van Kan wrote:
export GLIB_CONFIG=/opt/gnome/bin/glib-config
Regards,
--
Jos van Kan www.josvankan.tk
My glib-config is located in /opt/gnome/bin, so /opt/gnome/bin should be in my path. That is what your script is telling. It also tells that if the directory is not in your path you can either doWoops, that last line should be
export PATH=$PATH:/opt/gnome/bin
or
export GLIB_CONFIG=/opt/gnome/bin
from the command line.
export GLIB_CONFIG=/opt/gnome/bin/glib-config
Regards,
--
Jos van Kan www.josvankan.tk
| < Previous | Next > |