This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Howdy, I'm prety confused right now. I have tried to build the current snapshot (gcc-20020107) with Paul Eggerts suggestion (see enclosed email below). The problem with configure NOT using the prefix dirs to start searching for utilities seems to be resolved but now I'm getting the missing libiconv problem again. You will note that I used --with-libiconv-prefix= as requested. I'm enclosing the build log for last Mondays snapshot using Pauls suggestion. Regards, George... (See attached file: bld.log1.gz) Paul Eggert <eggert@twinsun.com> on 01/11/2002 10:49:14 PM To: George.R.Goffe@seagate.com cc: Subject: Re: autoconf questioin. > From: George.R.Goffe@seagate.com > Date: Wed, 9 Jan 2002 08:50:37 -0800 > > Is there a way that I > can tell configure that when it looks for software that's installed, to > look at the --prefix= directories first? Can't you prepend them to your PATH? Something like the following: PATH=/your/prefix/bin:$PATH configure --prefix=/your/prefix
Attachment:
bld.log1.gz
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |