summer-of-code
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU ClassPath : Need some help with autotools


From: Mark Wielaard
Subject: Re: GNU ClassPath : Need some help with autotools
Date: Wed, 17 Apr 2013 17:58:19 +0200

On Wed, 2013-04-17 at 11:23 +0000, Farshad Muhammad wrote:
> The commands go through but I keep getting these warnings:
>          
>          configure.ac:505: warning: macro 'AM_ICONV' not found in library
>          configure.ac:505: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but 
> not m4_defun'd
>          m4/iconv.m4:11: AM_ICONV_LINKFLAGS_BODY is expanded from...
>          m4/iconv.m4:22: AM_ICONV_LINK is expanded from...
>          m4/iconv.m4:77: AM_ICONV is expanded from...
>          configure.ac:505: the top level
>          configure.ac:505: warning: AC_LIB_RPATH is m4_require'd but not 
> m4_defun'd
> 
> and right after when I try to use ./configure it fails giving me this error:
>                 ./configure: line 18024: syntax error near unexpected token 
> `iconv'
>                 ./configure: line 18024: `      AC_LIB_LINKFLAGS_BODY(iconv)'

Best email list for GNU Classpath feedback is address@hidden

This particular failure means that you don't have the 
gettext-devel package installed (at least that is the name on fedora).
Make sure you have /usr/share/aclocal/gettext.m4
See also this thread:
http://developer.classpath.org/pipermail/classpath/2013-March/thread.html#3205

Cheers,

Mark




reply via email to

[Prev in Thread] Current Thread [Next in Thread]