From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3231 invoked by alias); 7 Dec 2001 19:46:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 3207 invoked by uid 71); 7 Dec 2001 19:46:01 -0000 Date: Fri, 07 Dec 2001 11:46:00 -0000 Message-ID: <20011207194601.3206.qmail@sources.redhat.com> To: tromey@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Tom Tromey Subject: Re: java/4972: undefined reference to libiconv Reply-To: Tom Tromey X-SW-Source: 2001-12/txt/msg00438.txt.bz2 List-Id: The following reply was made to PR java/4972; it has been noted by GNATS. From: Tom Tromey To: George.R.Goffe@seagate.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: java/4972: undefined reference to libiconv Date: 07 Dec 2001 12:48:34 -0700 >>>>> "George" == George R Goffe writes: George> I've tried an experiment by invoking each configure using the George> --help option and redirecting to a file. I edited the file and George> specified parameters that I wanted for each and then copied George> all the parameters into one file (script), deleted the dups George> and tried to build gcc. I don't think it worked but can't George> remember. Does this sound like what you had in mind? The only option that matters to me is --with-libiconv-prefix. If you set this correctly and the build works, then I'm satisfied we've tracked down the bug. Tom