[Gltt-devel] gltt and SunC++
Brought to you by:
gerard
|
From: David A B. <ba...@tu...> - 2001-02-13 21:07:36
|
Hi
I maintain xlock and use gltt to compile and link in the text3d mode.
I always had trouble using CC (SunC++) to build xlock with this mode.
Building gltt with CC (instead of g++) solves this. Here are the steps that
worked for me (there are probably better ways):
configure --with-ttf-includes=/usr/openwin/include/freetype --with-ttf-libraries=/usr/openwin/lib
(I dropped FreeType 1.3.1 in /usr/openwin)
change g++ reference in generated Makefile to CC
change .la references to .a in Makefile to produce a libgltt.a
remove -Wall to get rid of warnings in Makefile
change compiler_o_lo="no" for libtool
remove -fPIC to get rid of warnings in libtool
I would be interested in a gltt for FreeType 2.0. I was going to see what was
involved in converting but http://www.freetype.org/ always refuses my
connections.
--
Cheers,
/X\ David A. Bagley
(( X ba...@tu... http://www.tux.org/~bagleyd/
\X/ xlockmore and more ftp://ftp.tux.org/pub/tux/bagleyd
|