freetype-devel
[Top][All Lists]
Advanced

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

[Devel] freetype-2.1.5 on solaris 8


From: Warren L Dodge
Subject: [Devel] freetype-2.1.5 on solaris 8
Date: Tue, 3 Feb 2004 19:04:19 -0800 (PST)

I am trying to build freetype-2.1.5 on solaris 8 and noticed something.

I did this when I configured freetype.

setenv CFLAGS "-I/tools/perl5.8.3/support/include"
setenv LDFLAGS "-L/tools/perl5.8.3/support/lib -R/tools/perl5.8.3/support/lib"
setenv CC gcc
../freetype-2.1.5/configure --prefix=/tools/perl5.8.3/support 
--with-zlib=/tools/perl5.8.3/support
unsetenv CFLAGS
unsetenv LDFLAGS
unsetenv CC

I use the -R flag to build into all the files where the libraries exist.

After the configure the freetype-config command is built and shows these
flags.

sh ./freetype-config --libs
-L/tools/perl5.8.3/support/lib -lfreetype -lz

I expected to see the -R/tools/perl5.8.3/support/lib  switch in there also.

Since what I did doesn't do what I expect, what can I do to accomplish this?

I'd prefer to get it from the confiure command rather then hand editing the
file. But if that is what it takes then I'll do it.


 



reply via email to

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