From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14947 invoked by alias); 17 Dec 2002 03:22:50 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14935 invoked from network); 17 Dec 2002 03:22:48 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by 209.249.29.67 with SMTP; 17 Dec 2002 03:22:48 -0000 Received: by redhat.com (Postfix, from userid 201) id 0625A1C10A; Mon, 16 Dec 2002 22:21:57 -0500 (EST) Date: Mon, 16 Dec 2002 19:22:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Subject: Re: Trunk build problems Message-ID: <20021217032156.GA13166@redhat.com> Mail-Followup-To: gdb@sources.redhat.com References: <0bff01c2a542$c47742d0$f601a8c0@nkelseyxp> <0c4501c2a547$d7cccee0$f601a8c0@nkelseyxp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0c4501c2a547$d7cccee0$f601a8c0@nkelseyxp> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-12/txt/msg00237.txt.bz2 On Mon, Dec 16, 2002 at 01:12:17PM -0800, Nick Kelsey wrote: >Configure line (from config.log): > $ >/ubicom/toolchain/work/../src/readline/configure --host=i686-pc-cygwin32 --t >arget=ip2k-elf --prefix=/ubicom/ip2ktools --exec-prefix=/ubicom/ip2ktools/H- >i686-pc-cygwin32 --srcdir=/ubicom/toolchain/work/../src/readline --with-gcc- >version-trigger=/ubicom/toolchain/src/gcc/version.c --with-gnu-as --with-gnu >-ld --enable-gdbmi --cache-file=../config.cache > >Linking messages: > >gcc -shared -o libreadline.so.4 readline.so vi_mode.so funmap.so keymaps.so ^^^^^^^^^^^^^^^^ An obvious problem for cygwin. I've checked in a patch to fix this behavior, after consultation with Elena. It will require rerunning configure in the readline directory to turn off shared library builds. cgf