[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] failed at the first hurdle
From: |
Nelson H. F. Beebe |
Subject: |
Re: [Freetype] failed at the first hurdle |
Date: |
Tue, 19 Feb 2002 06:16:57 -0700 (MST) |
Quentin Bennett reports build freetype problems on Sun Solaris.
I successfully built and installed freetype-2.0.8 on Sun Solaris 2.8
like this:
./configure && make all check install
Both gcc and cc are on my path; configure prefers gcc over other
compilers, but this can be overridden by
env CC=cc ./configure && make all check install
I do installations by default into the /usr/local tree.
The two recipes above now work for the vast majority of GNUware, and a
lot of other software as well.
The above build got as far as the check target, then stopped because
that target is absent from the Makefile(s), but "make install" works
fine.
Remark to the freetype developers:
The GNU standards for Makefiles (see info node "(make)Standard
Targets") require several standard targets, including check;
if there isn't one, provide a dummy one like this:
check:
@echo There is no validation suite yet for this package
-------------------------------------------------------------------------------
- Nelson H. F. Beebe Tel: +1 801 581 5254 -
- Center for Scientific Computing FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah Internet e-mail: address@hidden -
- Department of Mathematics, 322 INSCC address@hidden address@hidden -
- 155 S 1400 E RM 233 address@hidden -
- Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe -
-------------------------------------------------------------------------------
Re: [Freetype] failed at the first hurdle, David Turner, 2002/02/20