FcFini", you should find the
associated conftest program used to test for 'FcFini' support. This program and
the gcc line used to compile it will indicate what is wrong.
Hope that helps.
--
zoyd
PS. list-admin: Are we allowing HTML posts now? -1
___
Pune GNU/Linux Users Group Mailing List
/pkgconfig
Also, when you run configure with a '--prefix=/opt' it will automatically find
the respective .pc files(freetype2.pc/fontconfig.pc/etc) in '/opt/lib/pkgconfig'
You can inspect the config.log of the package you're trying to build, this file
contains the configur
> cat file | awk -F'_' '{ for(i=2;i}'
>
can be done without sed/awk/perl/python/whatnot
for i in `cat file` ; do nohead=`echo $i | cut -d "_" -f2-` ; tail=`echo
$nohead | grep -o "_" | wc -l`; body=`echo $nohead | cut -d "_" -f-$tail | tr
-d "_"`; echo $body ;done
--
zoyd
___
Pune GNU/Linux Users Group Mailing List