Blitz logo

Blitz Support :

From: Julian C. Cummings (cummings_at_[hidden])
Date: 2004-06-17 16:45:32


Patrik,

Are you certain that you fully updated your blitz area from the cvs
directory? The m4 subdirectory is a relatively new item added by Patrick
Guio. It contains local m4 macros for use with autoconf to do the work
previously done by the old bzconfig script. I asked Patrick to add this as
a modernization step, to more fully utilize autoconf.

Make sure you get this m4 subdirectory (try "cvs up -d blitz") and then do
autoreconf -fiv and reconfigure. Everything should work as before after
that.

Regards, Julian C.

Dr. Julian C. Cummings
Staff Scientist, CACR/Caltech
(626) 395-2543
cummings_at_[hidden]
 

> -----Original Message-----
> From: blitz-support-bounces_at_[hidden]
> [mailto:blitz-support-bounces_at_[hidden]] On Behalf Of Patrik
> Sent: Thursday, June 17, 2004 2:10 PM
> To: Support list for Blitz++
> Subject: [Blitz-support] building from cvs (again)
>
>
> Hi everyone,
>
> Every time I try to rebuild blitz it's like another lost
> workday... anyway,
> I just updated my cvs directory and wanted to build. I did
>
> ./configure --with-cxx=KCC --enable-64bit
>
> (am I correct that autoreconf -fiv is no longer necessary? I
> hope so,
> because it doesn't work either... it says "aclocal: couldn't
> open directory
> `m4': A file or directory in the path name does not exist."
> I swear it
> worked last time!)
>
> and make. this results in:
>
> make generate-headers
> ...
> Making all in array
> make[2]: Entering directory `/u7/patrik/blitz-cvs/blitz/array'
> make[2]: *** No rule to make target `newbops.cc', needed by
> `all-am'. Stop.
> make[2]: Leaving directory `/u7/patrik/blitz-cvs/blitz/array'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/u7/patrik/blitz-cvs/blitz'
> make: *** [all-recursive] Error 1
>
> ?? What do I do now? (I also noticed that it was not running
> the script
> that tries to determine the capabilities of the compiler. Is that no
> longer done?
>
> Regards,
>
> /Patrik
>
> _______________________________________________
> Blitz-support mailing list
> Blitz-support_at_[hidden]
> http://www.oonumerics.org/mailman/listinfo.cgi/blitz-support
>