|
Pango 1.4.0 make error
I am trying to install pango 1.4.0 from source, and when i do the make, i get the following error:
/usr/local/lib/libfontconfig.so: undefined reference to `MAX'
/usr/local/lib/libfontconfig.so: undefined reference to `ABS'
/usr/local/lib/libfontconfig.so: undefined reference to `MIN'
collect2: ld returned 1 exit status
make[4]: *** [ottest] Error 1
make[4]: Leaving directory `/root/pango-1.4.0/pango/opentype'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/pango-1.4.0/pango'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/pango-1.4.0/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/pango-1.4.0'
make: *** [all] Error 2
I installed Freetype 2 and Fontconfig beforehand, so I don't know what this error is. any help is appreciated.
|