Re: Build problem (./configure fails) on BSD system
Urs Janßen <[email protected]> Wed, 17 May 2006 12:25:08 +0200
| Newsgroups | gmane.network.tin.user |
|---|---|
| Message-ID | <[email protected]> |
On Mi, Mai 17, 2006 at 03:36:44 -0500, [email protected] wrote: > I'm trying to ./configure tin on a BSD system. > > 'uname -a' returns "OpenBSD leary2.csoft.net 3.8 GENERIC#247 amd64", > it's not my own system, just a system where I have a shell account. > > The ./configure fails almost at the first hurdle:- > > ./configure --prefix=$HOME --enable-nntp-only > loading cache ./config.cache the should be no config.cache on the first run (and using a cache from another host might cause strange errors). remove the cached files before you run configure. "make distclean" should remove all cachecd files. make distclean && ./configure --prefix=$HOME --enable-nntp-only urs -- "Only whimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;)" - Linus