freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can't compile 1.31 on solaris...


From: Pavel Kankovsky
Subject: Re: can't compile 1.31 on solaris...
Date: Mon, 20 Mar 2000 11:08:40 +0100 (MET)

On Sun, 19 Mar 2000, Kervin Pierre wrote:

> gcc -I. -I/tmp/freetype-1.3.1/test/arch/unix/../..
> -I.. -I/tmp/freetype-1.3.1/test/arch/unix/../../../lib
> -I/tmp/freetype-1.3.1/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

Uh...-lsocket et al. twice? That's odd.

> ../lib/.libs/libttf.so: undefined reference to
> `dgettext@@SUNW_0.7'

You must have linked libttf.so against standard Solaris libintl.so but
ftview is being linked against something else (GNU gettext in
/usr/local/lib?). Is --rpath to blame?

Anyway, try the latest development snapshot. AFAIK it uses a newer version
of libtool and this could solve your problem.

--Pavel Kankovsky aka Peak  [ Boycott Microsoft--http://www.vcnet.com/bms ]
"Resistance is futile. Open your source code and prepare for assimilation."






reply via email to

[Prev in Thread] Current Thread [Next in Thread]