![]() |
Blitz Support : |
From: Peter Kümmel (syntheticpp_at_[hidden])
Date: 2005-06-20 07:52:10
Andrew Hurst wrote:
> Having the located the unobvious compile/bzconfig script, in absence of a
> 'configure' in the root directory; Runs fine for g++, but then cannot see
> how to build, since 'make lib' says 'nothing to be done for 'lib''.
>
> Also code using headers fails to compile with message-
> /usr/include/blitz/bzconfig.h:39:26: gnu/bzconfig.h: No such file or directoy
>
> Thanks for any help,
> Andy
Using a cvs checkout you must call 'autoreconf -fiv' to generate the configure
script, see INSTALL. This scripts generates /blitz/gnu/bzconfig.
Regrads,
Peter