gnucash-test build For hacking on GnuCash CVS Note, you will need to add the following to your path: /afs/sipb/project/gnucash-test/bin /afs/sipb/project/guile/bin You will need to set the following extra environment variables: setenv ACLOCAL_FLAGS '-I /afs/sipb/project/gnucash-test/share/aclocal' On solaris you need to configure gnucash with: LDFLAGS="-L/usr/athena/lib -L/afs/sipb/project/gnucash-test/libtool/lib" CPPFLAGS="-I/usr/athena/include -I/afs/sipb/project/gnucash-test/libtool/include" LD=gcc LD_LIBRARY_PATH += /usr/athena/lib Note that you will have to set MAKEINFO when you build, because what's in the path doesn't work on either Linux or Solaris. You can set it to "/usr/bin/makeinfo" on Linux or "/bin/echo" on Solaris. Note that "sed" is broken on Solaris; be sure that GNU sed is in your path ahead of /usr/bin/sed (perhaps by making a symlink in the local bin directory?). Also, be sure that you have the proper Athena alocal macros in your path (you may need to symlink a few into the build tree, in particular libglade.m4 and glib.m4).