There is another problem building gnucash-1.2.2 -- an "All the World's
Linux" problem.

On both Solaris and BSD /usr/bin/make is not GNU's make.  When GNU's make
is installed on these systems it is most often named gmake.  The actual
name does not matter as the invoker knows what he called it.

However gnucash's Makefiles are not portable -- one calls ``make''
directly.

--- lib/Makefile.in.orig        Sun Aug  1 23:14:27 1999
+++ lib/Makefile.in     Sat Aug 21 12:32:40 1999
@@ -44,8 +44,8 @@
 include @top_srcdir@/Makefile.common
 
 g-wrap-install:
-       (cd g-wrap && make)
-       (cd g-wrap && make install)
+       (cd g-wrap && ${MAKE})
+       (cd g-wrap && ${MAKE} install)
 TRASH += g-wrap-install

-- 
-- David    ([EMAIL PROTECTED])
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Reply via email to