On Fri, September 25, 2015 16:43, Gerhard Gedigk wrote: > I tried to install GLib-2.42.1 with BLFS 7.7 and received > > Package requirements (libpcre >= 8.13) were not met: > No package 'libpcre' found > > So PCRE-8.36 is required. With it installed everything works out fine. > > Thanks and keep up the good work. > Gerhard
Hello Gerhard, Interesting. Glib should use the internal pcre by default. As far as I know, pcre is required by Glib and it will use the internal pcre or system installed pcre. It is a recommended dep as the system built pcre could be newer than the included pcre tree with Glib source and so --with-pcre=system is available. Sincerely, William Harrington -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
