Subject: Re: does gnucash work on mac68k?
To: Guy Santiglia <fredfl2@soback.kornet.net>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 06/19/1999 22:11:57
On Sun, 20 Jun 1999, Guy Santiglia wrote:

>   I guess my whole question in in the subject above.
> I'm trying to install gnucash from the pkgsrc and I keep
> getting error messages when I "make":
> 
> perl -p  -e "s|\@GNC_RUNTIME_SHAREDIR\@|/usr/pkg/share/gnucash|o;"  -e
> "s|\@GNC_RUNTIME_CONFIGDIR\@|/usr/pkg/share/gnucash|o"  <
> src/scm/startup/init.scm.in > src/scm/startup/init.scm

That's not an error message--it's a perl "one-liner" to construct
init.scm from int.scm.in by substituting the correct directories for
the text @GNC_RUNTIME_SHAREDIR@ and @GNC_RUNTIME_CONFIGDIR@, a fairly
common technique.

Does the make stop there? Which one of the dependencies is being built
when it stops?