On 12/9/06, Jason Grossman <[EMAIL PROTECTED]> wrote:
> Dear Axel
>
> The world is a bad place and your work-around doesn't work. :--(

It is indeed.

Try this:

env LDFLAGS=-liconv ./configure; make; make install


>
> > But, but, but, that's so _evil_. They use macros to rename _all_
> > functions into something else and provide phone headers to mask their
> > evil shenanigans. As near as I can tell, that makes it completely
> > impossible to detect a working iconv implementation using standard
> > autoconf macros.
> >
> > Why??? :-(
> >
> > Anyway, thank you for the information, I think I have everything I
> > need to fix this, I simply have to figure out a way to implement it.
> > In the meantime, you can remove this line from configure.ac:
> >
> > AC_SEARCH_LIBS( iconv_open, iconv, , [AC_MSG_ERROR([Could not find an
> > iconv implementation, needed to build fish])] )
> >
> > and run the 'autoconf' command, and then fish should compile just
> > fine.
>
>  > make clean
> ...
>  > autoconf; and configure; and make
> ...
> /usr/bin/ld: Undefined symbols:
> _libiconv
> _libiconv_close
> _libiconv_open
> collect2: ld returned 1 exit status
> make: *** [fish] Error 1
>
> :--(
>
> Jason
>


-- 
Axel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to