On Sun, 31 Oct 2010 17:23:05 +0100
Jernej Simončič <jernej|[email protected]> wrote:
> On Sun, 31 Oct 2010 17:18:26 +1100, Owen wrote:
>
> > If the prefix is /opt, then have you set the paths to /opt, ie
> > LD_LIBRARY_PATH=/opt
> > PKG_CONFIG_PATH=/opt
> > PATH=/opt:$PATH
>
> Shouldn't these be
>
> LD_LIBRARY_PATH=/opt/lib
> PKG_CONFIG_PATH=/opt/lib/pkgconfig
> PATH=/opt/bin:$PATH
>
>
You are correct and my apologies for incorrect information.
I have commands in .bashrc that I invoke when I want to build a
particular gimp, eg;
gimpgtk(){
export PATH=/gimpgtk18/bin:$PATH && export
PKG_CONFIG_PATH=/gimpgtk18/lib/pkgconfig && export
LD_LIBRARY_PATH=/gimpgtk18/lib/ echo "PATH is now" echo "$PATH"
echo "PKG_CONFIG_PATH is $PKG_CONFIG_PATH "
echo "LD_LIBRARY_PATH is $LD_LIBRARY_PATH "
}
Non thinking cut and pasting
Owen
_______________________________________________
Gimp-user mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user