fetchmail-friends
[Top] [All Lists]

[fetchmail] 6.2.0 build error with --with-included-gettext

2002-12-13 13:24:56
When trying to build v6.2.0 from source using the --with-included-gettext
to configure, the following error occurs when invoking make:

...[initial output snipped]...
cd intl; make
make[1]: Entering directory `fetchmail-6.2.0/intl'
make[1]: *** No rule to make target `libintl(_dot_)(_at_)l@a', needed by 
`all-yes'.  Stop.
make[1]: Leaving directory `fetchmail-6.2.0/intl'
make: *** [(_at_)INTLDEPS@] Error 2

When I examine intl/Makefile, it appears the configure variable @l@
is not getting replaced.

v6.2.0 builds without error if --with-included-gettext is not
used, however, since I have a version of gettext installed that
is older than what is recommended in INSTALL, I would like to use
--with-included-gettext.

The problem is also present in v6.1.3.

System Information:
  uname -a
      Linux (host) 2.4.18-18.7.x #1 Wed Nov 13 20:29:30 EST 2002 i686 unknown
  gcc --version
      2.96
  flex --version
      flex version 2.5.4
  rpm -q glibc
      glibc-2.2.5-42
  rpm -q libtool
      libtool-1.4.2-7
  gettext --version
      gettext (GNU gettext) 0.11.1

--ewh
-- 
Earl Hood, <earl(_at_)earlhood(_dot_)com>
Web: <http://www.earlhood.com/>
PGP Public Key: <http://www.earlhood.com/gpgpubkey.txt>

<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail] 6.2.0 build error with --with-included-gettext, Earl Hood <=