Greetings I am trying to build freetype 1.3 on a sparc/solaris 2.6 box for inclusion into PHP4.
When trying to do a make in the freetype source directory I am getting the following:
gcc -I. -I/opt/perlmods/freetype-1.3/test/arch/unix/../.. -I.. -I/opt/perlmods/freetype-1.3/test/arch/unix/../../../lib -I/opt/perlmods/freetype-1.3/test/arch/unix/../../../lib/extend -g -O2 -Wall -pedantic -ansi -DX11 -DLOCALEDIR=\"/usr/local/share/locale\" -o .libs/ftview ftview.o common.o gmain.o display.o gwin_x11.o blitter.o ../lib/.libs/libttf.so -lm -lsocket -lnsl -lintl -lSM -lICE -lnsl -lm -lsocket -lnsl -lintl -lX11 -Wl,--rpath -Wl,/usr/local/lib
../lib/.libs/libttf.so: undefined reference to dgettext@SUNW_0.7'
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for targetftview'
Current working directory /opt/perlmods/freetype-1.3/test
*** Error code 1
make: Fatal error: Command failed for target `tttest'
any clues? any one know of a freetype forum?
-briand