[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compile freetype 1.3.1 on Solaris 2.7 Sparc
From: |
Xiaolin Allen Zhao |
Subject: |
Re: Compile freetype 1.3.1 on Solaris 2.7 Sparc |
Date: |
Wed, 12 Jan 2000 22:07:01 -0600 |
Werner LEMBERG wrote:
>
> > After ./configure, the make gave the following:
> >
> > /usr/include/X11/Xutil.h:871: warning: type defaults to `int' in
> > declaration of'
> > /usr/include/X11/Xutil.h:879: warning: type defaults to `int' in
> > declaration of'
> > /usr/include/X11/Xutil.h:903: warning: type defaults to `int' in
> > declaration of'
>
> Ignore this.
>
> > gcc -c -I. -I/opt/home2/xlz/working/freetype-1.3.1/test/arch/unix/../..
> > -I.. -c
> > ../libtool --mode=link gcc -I.
> > -I/opt/home2/xlz/working/freetype-1.3.1/test/ar\
> > ../lib/libttf.la -lSM -lICE -lnsl -lm -lsocket -lnsl -lintl
> > -lX11
> > mkdir .libs
> > gcc -I. -I/opt/home2/xlz/working/freetype-1.3.1/test/arch/unix/../.. -I..
> > -I/opb
> > ../lib/.libs/libttf.so: undefined reference to `dgettext@@SUNW_0.7'
>
> Try
>
> ./configure --disable-nls
>
> Werner
Dear Werner and others,
Thanks Werner for the message.
Just try that, but it does not work.
gcc -I. -I/opt/home2/xlz/working/freetype-1.3.1/test/arch/unix/../..
-I.. -I/opb
../lib/.libs/libttf.so: undefined reference to `dgettext@@SUNW_0.7'
*** Error code 1
make: Fatal error: Command failed for target `ftview'
Current working directory /opt/home2/xlz/working/freetype-1.3.1/test
*** Error code 1
make: Fatal error: Command failed for target `tttest'
:
BTW, it is not related to gcc. I can successfully compile the freetype
1.2 and 2.0 (some older download on my disk). And both of them are
working. I only have trouble with the latest freetype 1.3.1 release.
Still do not know what is going wrong.
Best regards,
Allen Zhao
- Re: Compile freetype 1.3.1 on Solaris 2.7 Sparc,
Xiaolin Allen Zhao <=