gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEN D -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VER SION=\"1.4.0\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthreads -I/usr/l ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/ usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11 R6/include/freetype2 -I/usr/X11R6/include -I.. -O2 -pipe -Wall -MT pangoft2.lo - MD -MP -MF .deps/pangoft2.Tpo -c pangoft2.c -fno-common -DPIC -o .libs/pangoft2 .o gcc: unrecognized option `-pthreads' gcc: unrecognized option `-pthreads' pangofc-fontmap.c: In function `pango_fc_convert_weight_to_fc': pangofc-fontmap.c:538: error: `FC_WEIGHT_NORMAL' undeclared (first use in this f unction) pangofc-fontmap.c:538: error: (Each undeclared identifier is reported only once pangofc-fontmap.c:538: error: for each function it appears in.) make[4]: *** [pangofc-fontmap.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... gcc: unrecognized option `-pthreads' gcc: unrecognized option `-pthreads' pangoft2.c: In function `pango_ft2_font_get_face': pangoft2.c:202: error: `FC_HINT_STYLE' undeclared (first use in this function) pangoft2.c:202: error: (Each undeclared identifier is reported only once pangoft2.c:202: error: for each function it appears in.) pangoft2.c:203: error: `FC_HINT_FULL' undeclared (first use in this function) pangoft2.c:205: error: `FC_HINT_NONE' undeclared (first use in this function) pangoft2.c:209: error: `FC_HINT_SLIGHT' undeclared (first use in this function) pangoft2.c:210: error: `FC_HINT_MEDIUM' undeclared (first use in this function) pangoft2.c:211: error: `FT_LOAD_TARGET_LIGHT' undeclared (first use in this func tion) pangoft2.c:214: error: `FT_LOAD_TARGET_NORMAL' undeclared (first use in this fun ction) make[4]: *** [pangoft2.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 2 make: *** [all] Error 2 Reproducible: Always Steps to Reproduce: 1. 2. 3. macos-20041118 Portage 2.0.51.19 (default-darwin/macos/10.3, gcc-3.3, libsystem-7.1-r0, 7.8.0 Power Macintosh) ================================================================= System uname: 7.8.0 Power Macintosh powerpc Python: dev-lang/python-2.3.5 [2.3 (#1, Sep 13 2003, 00:49:11)] distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled] ccache version 2.3 [enabled] dev-lang/python: 2.3.5 sys-devel/autoconf: 2.57 sys-devel/automake: 1.9.5 sys-devel/binutils: [Not Present] sys-devel/libtool: 1.5.10 virtual/os-headers: 7.1 ACCEPT_KEYWORDS="ppc-macos" AUTOCLEAN="yes" CFLAGS="-O2 -pipe" CHOST="powerpc-apple-darwin" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks userpriv" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="ppc X aalib aiff altivec audiofile avi divx emboss fftw gif gimp jack jpeg mpeg ncurses ogg opengl png ppc-macos python real svg theora tiff truetype xml2 xvid zlib" Unset: ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Gotta patch the appropriate files to use -pthread on ppc-macos instead of -pthreads.
This is a result of overwriting the darwin libtool with GNU libtool.