1998-09-15 03:00:04 +00:00
|
|
|
Solaris hints:
|
|
|
|
|
-------------
|
1999-01-09 20:57:15 +00:00
|
|
|
If the Makefile won't work, try the following:
|
|
|
|
|
The Makefile won't work unless SHELL=/bin/bash for me (Solaris 2.5.1).
|
|
|
|
|
That is:
|
|
|
|
|
make motif SHELL=/bin/bash
|
1998-09-15 03:00:04 +00:00
|
|
|
|
1999-11-29 01:16:36 +00:00
|
|
|
Alan Orndorff writes:
|
|
|
|
|
|
|
|
|
|
in /src/motif/makefile
|
|
|
|
|
|
|
|
|
|
If you want to get further before we have a chance to fix this, you
|
|
|
|
|
could just change those $(wildcard foo) statements to $(shell find
|
|
|
|
|
"foo") statements
|
|
|
|
|
|
|
|
|
|
This will leave two unresolved dependancies.
|
|
|
|
|
|
|
|
|
|
/usr/local/lib/libiberty.a contains asprintf, so
|
|
|
|
|
vi /src/motif/Makefile and added -liberty to it
|
|
|
|
|
|
|
|
|
|
In gnucash.c changed setenv to putenv and changed
|
|
|
|
|
the parms from (variable, variable,1)
|
|
|
|
|
to (variable) on both lines
|
|
|
|
|
|
1998-09-15 03:00:04 +00:00
|
|
|
|