On Saturday 08 June 2013 14:29:35 William Harrington wrote:
> make pkgconfigdir=/usr/lib/pkgconfig install
works
thanks a lot
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
lux-integ wrote:
> On Saturday 08 June 2013 10:31:03 Armin K. wrote:
>> Just don't use --libdir switch. I removed it for exactly the same reason
>> - not to install *.so, *.a and pkgconfig directory into /lib
>
>
> so for now I will MOVE the .pc files in /lib/pkgconfig to /usr/lib/pkgconfig
> and
On Jun 8, 2013, at 3:55 AM, lux-integ wrote:
I passsed --libdir=/lib as I thought since they were copied to
/lib as per the blfs book
If you do that then override the Makefile's pkgconfiglibdir as it is $
(libdir)/pkgconfigdir
make pkgconfigdir=/usr/lib/pkgconfig install
Sincerely,
- Original Message -
From: lux-integ
Sent: 06/08/13 02:03 PM
To: blfs-support@linuxfromscratch.org
Subject: Re: [blfs-support] glib-2.36 will not build with pcre-8.33
On Saturday 08 June 2013 10:31:03 Armin K. wrote:
> Just don't use --libdir switch. I removed it for exactly
On Saturday 08 June 2013 10:31:03 Armin K. wrote:
> Just don't use --libdir switch. I removed it for exactly the same reason
> - not to install *.so, *.a and pkgconfig directory into /lib
so for now I will MOVE the .pc files in /lib/pkgconfig to /usr/lib/pkgconfig
and edit them accordingly. S
On 06/08/2013 10:55 AM, lux-integ wrote:
> I NOW do
>
> I passsed --libdir=/lib as I thought since they were copied to
> /lib as per the blfs book
>
> here is configure
>
> ###configure options
> ./configure \
> --prefix=/usr \
> --disable-static \
> --libdir=/lib \
> --docdir=/usr/share
On Saturday 08 June 2013 01:38:24 William Harrington wrote:
>
> When you run make install for pcre 8.33: what is the output of this
> section?
>
> This is what I get:
>
> while read p p1; do if test -f $p \
>
> || test -f $p1 \
>
> list='libpcre.pc libpcreposix.pc libpcrecpp.pc'; test -n "
On Jun 7, 2013, at 8:14 PM, lux-integ wrote:
SO are you saying then it is wise to move stuff (and it is only
for pcre )
in /lib/pkgconfig to /usr/lib/pkgconfig ?
When you run make install for pcre 8.33: what is the output of this
section?
This is what I get:
while read p p1; do if te
On Friday 07 June 2013 18:23:00 Bruce Dubbs wrote:
> If /lib/pkgconfig exists, then something is installed incorrectly.
> There should really only be /usr/lib/pkgconfig, and the lightly used
> /usr/share/pkgconfig. In some cases, depending on package install
> options PKG_CONFIG_PATH may conta
lux-integ wrote:
> On Monday 03 June 2013 22:38:46 Wayne Blaszczyk wrote:
>> Hi All,
>>
>> I get the following error:
>> checking for Unicode support in PCRE... no
>> configure: error: *** The system-supplied PCRE does not support Unicode
>> properties or UTF-8.
>> It builds fine with pcre-8.32
>>
On Monday 03 June 2013 22:38:46 Wayne Blaszczyk wrote:
> Hi All,
>
> I get the following error:
> checking for Unicode support in PCRE... no
> configure: error: *** The system-supplied PCRE does not support Unicode
> properties or UTF-8.
> It builds fine with pcre-8.32
> This issue only arises on
On 04/06/13 17:10, Armin K. wrote:
> On 06/03/2013 11:38 PM, Wayne Blaszczyk wrote:
>> Hi All,
> mv -v /usr/lib/libpcre.so.* /lib &&
> ln -sfv ../../lib/libpcre.so.1.2.0 /usr/lib/libpcre.so
>
> This looks wrong to me.
>
> It should be: ln -sfv ../../lib/libpcre.so.1.2.1 /usr/lib/libpcre.so
On 06/03/2013 11:38 PM, Wayne Blaszczyk wrote:
> Hi All,
>
> I get the following error:
> checking for Unicode support in PCRE... no
> configure: error: *** The system-supplied PCRE does not support Unicode
> properties or UTF-8.
> It builds fine with pcre-8.32
> This issue only arises on a clean b
Hi All,
I get the following error:
checking for Unicode support in PCRE... no
configure: error: *** The system-supplied PCRE does not support Unicode
properties or UTF-8.
It builds fine with pcre-8.32
This issue only arises on a clean build. If installing pcre-8.33 on top
of pcre-8.32, then buildi
14 matches
Mail list logo