Re: [ANNOUNCE] rep-gtk-0.18.4
- From: Teika Kazura <teika lavabit com>
- To: sawfish-list gnome org
- Subject: Re: [ANNOUNCE] rep-gtk-0.18.4
- Date: Tue, 17 Mar 2009 16:21:47 +0900 (JST)
Hi.
I (Teika Kazura) wrote:
> I seem to have a peculiar 'libdir' value in Makefile on my Gentoo
> Linux. As a result, my rep-gtk.pc is installed in
> /usr/usr/lib64/... Note duplicate '/usr'.
Sorry, I reported wrongly.
$ ./configure --prefix=/usr
-> libdir=/usr/${exec_prefix}/lib in Makefile.
This installs rep-gtk.pc *correctly* in /usr//lib/pkgconfig/ .
$ ./configure --prefix=/usr --libdir=/usr/lib64
-> libdir=/usr//usr/lib64
With this, rep-gtk.pc goes /usr//usr/lib64/pkgconfig/ .
Both gentoo setting
* econf --prefix=/usr
* No explicit 'src_compile()'
are essentially the same as the latter for me. Explicitly, it is
./configure --prefix=/usr --host=x86_64-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info
--datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
--prefix=/usr --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
>Maybe [libdir= libdir@] is correct, instead of current @prefix@/@libdir@ ?
Nope. If ./configure --prefix=/usr, then rep-gtk.pc goes into
/lib/pkgconfig
So, this problem happens mainly on multilib system, with lib32 and lib64
under /usr . (This libdir in Makefile.in is introduced for multilib.)
Could anyone help? It's beyond me.
Thanks, fuchur, for your reply.
Regards,
Teika (Teika kazura)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]