[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Configure bug
From: |
Noel Hunt |
Subject: |
Configure bug |
Date: |
Mon, 04 Feb 2002 08:36:59 +0900 |
GROFF VERSION: 1.17.2, applying groff-1.17.2-current.diff
MACHINE: Sun Ultra10
OS: SunOS 2.8
COMPILER: Sun Forte 6.2
DESCRIPTION OF INCORRECT BEHAVIOUR:
1.17.2 builds builds successfully. After doing this, make clean
apply the above patch and re-configure using this script:
rm -f config.cache config.status
CFLAGS=-xO2 PATH=.:$PATH \
LM_LICENSE_FILE=/opt/Forte6.2/license_dir/license.dat \
CC=cc CXX=CC CCC=CC INSTALL='/usr/ucb/install -c' \
YACC=/usr/ccs/bin/yacc LEX=/usr/ccs/bin/lex \
configure \
--prefix=/home/nhunt
; ./build
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
. . .
checking for existing troff installation... yes
checking for prefix of system macro packages... /usr/share/lib/tmac/
checking which system macro packages should be made available... an ansun bib
m mmn.FCS mmt.FCS s v vgrind
configure: creating ./config.status
config.status: creating stamp-h
config.status: creating Makefile
config.status: creating src/xditview/Imakefile
config.status: creating src/include/config.h
config.status: error: cannot find input file: src/include/config.hin
There is no config.h* anywhere to be seen.
- Configure bug,
Noel Hunt <=