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: Farshad Muhammad
Subject: RE: GNU ClassPath : Need some help with autotools
Date: Thu, 18 Apr 2013 06:13:46 +0000

Thanks for you help mark, I already had gettext-dev installed, the problem was 
that the aclocal was not checking the correct directory for the .m4 files by 
default, it was checking /usr/local/share/aclocal instead of 
/usr/share/aclocal, I changed the settings for aclocal a bit and it configured, 
compiled and installed without a hitch.
I'll send a draft of my proposal to the classpath mailing list soon.
Cheers
Farshad
________________________________________
From: address@hidden address@hidden on behalf of Mark Wielaard address@hidden
Sent: Wednesday, April 17, 2013 10:58 AM
To: address@hidden
Subject: Re: GNU ClassPath : Need some help with autotools

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]