![]() |
Blitz Support : |
From: Julian C. Cummings (cummings_at_[hidden])
Date: 2005-03-04 14:55:15
I found this e-mail while going through my mailbox and realized that the
question was never fully answered. The problem here is that you were using
a stale version of the cfd.cpp example code, which is not compatible with
the present version of blitz. There
is an updated version of cfd.cpp and the other example codes in
blitz-0.8/examples.
The blitz-0.8 release can be downloaded from
http://www.sourceforge.net/projects/blitz.
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 Jason Dusek
> Sent: Friday, January 21, 2005 12:46 PM
> To: blitz-support_at_[hidden]
> Subject: Re: [Blitz-support] FreeBSD - Cannot Compile Example
>
>
> I tried your example command line, and it still didn't work.
> The compiler errors are at:
>
> http://www.cs.uiowa.edu/~jdusek/Log_File/
>
> I hope they are helpful - they're mostly a bunch of
> uninterpretable STL junk.
>
> _jason
>
>
> On Fri, 21 Jan 2005 10:43:37 -0600, Zane Dodson
> <zdodson_at_[hidden]> wrote:
> > Hello Jason,
> >
> > On Fri, Jan 21, 2005 at 10:09:16AM -0600, Jason Dusek wrote:
> > | Hi,
> > |
> > | I have the example file cfd.cpp
> > | http://www.oonumerics.org/blitz/examples/blitz/cfd.cpp
> > | on my computer and I am trying to compile it like so:
> > | ================================================
> > | g++ -I /usr/local/include/ -L /usr/local/include/ -lblitz -lm
> > | g++ cfd.cpp
> >
> > The text of the compiler/linker error message would also be
> helpful.
> > Nevertheless, I think you need to reorder the arguments to
> g++ in your
> > compile/link line above and pass -L/usr/local/lib (not
> > -L/usr/local/include). Using the -v option (verbose) to
> g++ can also
> > be helpful in diagnosing these problems. Try the following command.
> > g++ -v -I/usr/local/include cfd.cpp -L/usr/local/lib -lblitz -lm
> >
> > Best regards,
> >
> > --
> > Zane Dodson
> > _______________________________________________
> > Blitz-support mailing list
> > Blitz-support_at_[hidden]
> > http://www.oonumerics.org/mailman/listinfo.cgi/blitz-support
> >
>
>
> --
> _jason
> _______________________________________________
> Blitz-support mailing list
> Blitz-support_at_[hidden]
> http://www.oonumerics.org/mailman/listinfo.cgi/blitz-support
>