Le lundi 26 janvier 2009 à 10:01 -0800, Bill Paul a écrit :
> Of all the gin joints in all the towns in all the world, Chris Frey had to 
> walk into mine and say:
> 
> > On Mon, Jan 26, 2009 at 01:38:29AM -0800, Bill Paul wrote:
> > > So I think you need to commit a copy of the config.rpath script to the
> > > repository to make AM_ICONV work right.
> >
> > Thanks for testing!
> >
> > I think config.rpath is a requirement on the system generating configure,
> > but not for any system compiling from source.  I.e. compiling from a
> > release tarball will not run into this problem, since I generate
> > the configure script.
> 
> Before I found a copy of config.rpath, I ran a test where I just did:
> 
> % touch config.rpath
> % ./buildgen.sh
>
> That created the configure script, but the resulting script was not able to 
> find libiconv even though I told it the right path with 
> --with-libiconv-prefix=/usr/local.
> 
> I could be wrong, but it looks like the generated configure script does not 
> include config.rpath inside itself: it refers to it as an external file. 
> Without having this script present, the autoconfiguration of iconv fails, 
> because it doesn't actually generate a search path.

The config.rpath missing seems be a buf of autotools 1.10.

As you, I have add the config.rpath with touch command line.

Then, ./buildgen.sh && ./configure --enable-gui && make && make install

-- 
Nicolas VIVIEN


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to