I've still got an: ./configure: line 2452: AC_PROG_CC_C99: command not found
on configure. Do I need something extra? It doesn't seem to affect successful compilation though. == Rene -----Original Message----- From: Alejandro Guerrieri [mailto:[email protected]] Sent: donderdag 24 juni 2010 23:49 To: Rene Kluwen Cc: [email protected] Subject: Re: Configure error I think you need to install the gettext package. Regards, Alex -- Alejandro Guerrieri [email protected] On 24/06/2010, at 23:28, Rene Kluwen wrote: > I get three related errors when compiling revision 4833 of gateway/trunk. > > When starting: ./bootstrap > > aclocal:configure.in:248: warning: macro `AM_ICONV' not found in library > > After that, when running ./configure: > > ./configure: line 7123: AM_ICONV: command not found > > Then, in line 78 of Makefile, I get: > > LIBS=-lmysqlclient_r -lssl -lrt -lresolv -lnsl -lm -lpthread -L/usr/lib > -lxml2 -lz -lm -L/usr/lib -lcrypto -lssl -rdynamic -L/usr/lib/mysql > -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread -L/usr/lib -lssl > -lcrypto @LIBICONV@ > > The @LIBICONV@ generates an error on make. If I remove it, it compiles > cleanly. > > So do I need to install extra packages? Or is this a bug? > > == Rene > > >
