Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2001 11:57:17 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject:   RE: cvs commit: src/release/alpha fixit_crunch.conf src/release/
Message-ID:  <XFMail.011114115717.jhb@FreeBSD.org>
In-Reply-To: <200111141748.fAEHmtp26802@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 14-Nov-01 John Baldwin wrote:
> jhb         2001/11/14 09:48:55 PST
> 
>   Modified files:
>     release/alpha        fixit_crunch.conf 
>     release/i386         fixit_crunch.conf 
>     release/pc98         fixit_crunch.conf 
>   Log:
>   The new libedit from a while back depends on ncurses, so put -ledit before
>   -lncurses so the fixit crunch binary links.
>   
>   Tested on:  alpha
>   
>   Revision  Changes    Path
>   1.32      +2 -2      src/release/alpha/fixit_crunch.conf
>   1.7       +2 -2      src/release/i386/fixit_crunch.conf
>   1.7       +2 -2      src/release/pc98/fixit_crunch.conf

Ok, head scratching time.  My test x86 release did finish fine w/o this, so it
seems only alpha needs this.  FWIW, it seems that libedit just needs libtermcap
judging by other lines in the release output, so I could change this to just
put -ledit instead of -ltermcap if desired.  Anyone know why the alpha version
would fail to link but x86 would work fine?  Both are current from just a few
days ago.  Also, fwiw, the boot crunch has libedit very early and links with
libncurses but not with libtermcap.

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.011114115717.jhb>