[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gnu-libiconv] build libiconv-1.11 fails if only gmake and no make a
From: |
anirkko |
Subject: |
[bug-gnu-libiconv] build libiconv-1.11 fails if only gmake and no make available |
Date: |
Mon, 23 Apr 2007 17:03:59 +0200 (MET DST) |
Hi
The build of libiconv-1.11 fails at the very beginning
if only gmake and no make is available in the PATH (output below)
Probably somewhere in the Makefiles, "$(MAKE)" should be used
instead of a straight "make".
Workaround: ln -s gmake make
Arto
-----------------------------------------------------------------
builddir="`pwd`"; cd libcharset && make all && make install-lib
libdir="$builddir/lib" includedir="$builddir/lib"
/bin/sh: make: not found
gmake: *** [lib/localcharset.h] Error 1
- [bug-gnu-libiconv] build libiconv-1.11 fails if only gmake and no make available,
anirkko <=