[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Freetype] failed at the first hurdle
From: |
Quentin Bennett |
Subject: |
RE: [Freetype] failed at the first hurdle |
Date: |
Wed, 20 Feb 2002 14:05:46 +1300 |
Hi,
I downloaded 2.0.8 and tried again, and all is fine.
Probably something I did wrong initially.
Thanks
Quentin
-----Original Message-----
From: Nelson H. F. Beebe [mailto:address@hidden
Sent: Wednesday, 20 February 2002 2:17 a.m.
To: address@hidden
Cc: address@hidden; Quentin Bennett
Subject: Re: [Freetype] failed at the first hurdle
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
-
----------------------------------------------------------------------------
---
The information contained in this email is privileged and confidential and
intended for the addressee only. If you are not the intended recipient, you
are asked to respect that confidentiality and not disclose, copy or make use
of its contents. If received in error you are asked to destroy this email
and contact the sender immediately. Your assistance is appreciated.
Re: [Freetype] failed at the first hurdle, David Turner, 2002/02/20