Re: pangoft refuses to install



You try use relink, MUCH cleaner.
Everything for each program is self-contained in its own name.

[war war war]$ du -sh /app/pango*
2.2M    /app/pango-1.2.1
[war war war]$ cd $_
[war war pango-1.2.1]$ ls
bin/  etc/  include/  lib/  share/
[war war pango-1.2.1]$

./configure --prefix=/app/`basename $PWD`; make ; make install
relink

http://relink.sourceforge.net/


torsten wrote:

Hello,

I come across this problem occasionally with configure,
that libraries refuse to install.

problem---->pangoft2 libraries will not install.

./configure --prefix=/usr/local  \
--mandir=/usr/local/share/man \
--infodir=/usr/local/share/info \
--sysconfdir=/etc/local \
--localstatedir=/var/local

mkdir -p /usr/local/src/$PKG &&
make prefix=/usr/local/src/$PKG \
mandir=/usr/local/src/$PKG/share/man \
infodir=/usr/local/src/$PKG/share/info \
localstatedir=/var/local \
sysconfdir=/etc/local \
install

You can see I'm configuring the program in the
system tree (/usr/local) but installing it in
a subtree for packaging.

Thanks,
Torsten
_______________________________________________
gtk-list mailing list
gtk-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-list







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]