Kayvan A. Sylvan wrote:
> When I install the RPM, I get this:
> checking [for cmex10]... yes (pfb)
> checking [for cmmi10]... yes (pfb)
> checking [for cmr10]... yes (pfb)
> checking [for cmsy10]... yes (pfb)
> checking [for eufm10]... yes (pfb)
> checking [for msam10]... yes (pfb)
> checking [for msbm10]... yes (pfb)
> checking [for wasy10]... yes (pfb)
> ./configure: makepsres: command not found
> What is makepsres?
The comment in lib/configure:
# create a resource list file for Display Postscript
I thought Jean-Marc had fixed problems with this?
If the installation of the RPM is failing, then I suggest you modify
lib/configure.m4 so that the offending line is guarded. For example:
# create a resource list file for Display Postscript
+ which makepsres > /dev/null && \
(cd xfonts ; rm -f PSres.upr ; makepsres -q) || true
--
Angus