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 test -f $p \
 || test -f $p1 \
list='libpcre.pc libpcreposix.pc libpcrecpp.pc'; test -n "/usr/lib/ pkgconfig" || list=; \
if test -n "$list"; then \
  echo " /bin/mkdir -p '/usr/lib/pkgconfig'"; \
  /bin/mkdir -p "/usr/lib/pkgconfig" || exit 1; \
fi; \
for p in $list; do \
  if test -f "$p"; then d=; else d="./"; fi; \
  echo "$d$p"; \
done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$! N;s/\n/ /g' | \
while read files; do \
  echo " /usr/bin/install -c -m 644 $files '/usr/lib/pkgconfig'"; \
  /usr/bin/install -c -m 644 $files "/usr/lib/pkgconfig" || exit $?; \
done

See the /usr/lib/pkgconfig?

I do not know why you are getting /lib/pkgconfig

Sincerely,

William Harrington
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to