Can't compile latest CVS version - use automake

Christian Stimming stimming@tuhh.de
Sun, 15 Apr 2001 22:23:08 -0700


-----BEGIN PGP SIGNED MESSAGE-----

On Sunday 15 April 2001 21:50, Nathan "A." Smith wrote:
> Been trying to compile CVS version on the given date -- I have been able
> to compile it prior to this date.  Error I am getting:
> ...
> engine/.libs/libgncengine.so: undefined reference to `write_accounts'
> collect2: ld returned 1 exit status
> make[3]: *** [gnucash] Error 1

If I'm getting "undefined reference to ..." it means that a new file was 
added and the Makefiles have to be updated to link the new file to the 
final program. Therefore I'll have to run automake before make (which 
updates the makefiles), i.e.

automake
make
make install

Of course, if I haven't called './configure' before, I'd have to do that 
first.

- -- 
Christian Stimming

Ceterum Censeo that I'd like to get CVS write access.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)

iQCVAwUBOtqBvGXAi+BfhivFAQFMVwQAipz3WrlRe5cYkFV+qkbx+W4dW37mt060
+MO+ftdNvBz6gcGbMhzPasC2sQpOD5AGCm1PjvKl7P7666sf6Je61/ykjf9xwZeU
+zoZLG5b8I4vvQFZiK3A9ecpzCOSXjMHUpqeJlHhnPf7XaqlKJQzFT2aCFCsYo3P
Miyl8rjWwXk=
=TNM4
-----END PGP SIGNATURE-----