Re: Build problem (./configure fails) on BSD system
[email protected] Wed, 17 May 2006 13:04:42 -0500
| Newsgroups | gmane.network.tin.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, May 17, 2006 at 04:08:45PM +0200, Urs Janßen wrote: > On Wed, May 17, 2006 at 08:10:37AM -0500, [email protected] wrote: > > mail63$ make distclean && ./configure --prefix=$HOME --enable-nntp-only > > rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut *.core "#"* > > rm -f Makefile .depend > > loading cache ./config.cache > > checking for X... ./configure[846]: cd: conftestdir: bad directory > > I have no idea what is going wrong here, but from looking at the configure > script this one should go away if you tell configure not to check for X: > > ./configure --prefix=$HOME --enable-nntp-only --without-x > > > libraries /usr/X11R6/lib, headers /usr/X11R6/include > > configure: error: can not find install-sh or install.sh in . ./.. ./../.. > > once again, no idea. the configure source looks ok to me. > > could you post the generated config.log? it should hold some more detailed > information what is going wrong. > Wierd, adding that "--without-x" fixed the problem completely, the configure has now run successfully! Oddly 'make build' didn't then work but 'cd src;make' does work. I now have a working tin. It seems odd to me that configure seems to default to '--with-x' as tin is a text mode program. Thanks for all your help! -- Chris Green ([email protected])