gnu-make: no rule to make target...
Brought to you by:
adragos
System: Solaris 5.6 (sparc)
Compiler: gcc/g++ 3.1
Problem:
Making all in intl
gmake[1]: Entering directory
`/progs/devel/src/docpp/doc++-3.4.9/intl'
gmake[1]: *** No rule to make target `libintl.@l@a',
needed by `all-yes'. Stop.
gmake[1]: Leaving directory
`/progs/devel/src/docpp/doc++-3.4.9/intl'
gmake: *** [all-recursive] Error 1
Description:
@l@ is not replaced by the configure script.
Solution:
Add AC_PROG_LIBTOOL to configure.in
Oli
Logged In: NO
You can fix this problem by installing GNU gettext 0.11.3
which includes libintl.a, then run 'configure' again and it
will skip building libintl.a.