On 5/31/12 5:32 PM, Andrew Benton wrote: >> pkk-config >> glib (required)
Since when does glib require Python? Are you using glib2? IIRC, pkg-config up until recently shipped with glib1 sources and built that in its own build system. In fact pkg-config's page says it uses glib-1.2.10 - that's lightweight and has no external deps. Two possibilities 1. Add in glib1 (preferably to pkg-config's internal build like it was previously) 2. Provide a workaround for missing pkg-config in the script - it is possible since pkg-config is pretty basic stuff - it's just looking for link and include options. JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page