[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] new starter
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] new starter |
Date: |
Sun, 08 Feb 2004 23:35:51 +0100 (CET) |
> I downloaded freetype-2.1.4.tar.gz file and have compiled it on the
> Solaris 8 machine. By default it compile the library on 32 bit. My
> question is how can I make it to compile for the Solaris-8 64 bit
> library?
I have no idea, but I assume that you have to pass an option to the
compiler and/or link with a specific library:
./configure CFLAGS="..." LDFLAGS="..."
make
make install
BTW, please get 2.1.7 or a current development snapshot.
Werner