freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pooma-dev] POOMA for windows on Dev-C++, or a binary???


From: Ben McLean \(finlaylabs\)
Subject: Re: [pooma-dev] POOMA for windows on Dev-C++, or a binary???
Date: Tue, 25 May 2004 17:45:50 +0800

Dev-C++ is a popular GPL'd C++ IDE, http://www.bloodshed.net/devcpp.html ,
and I have found it very functional. It would be very useful to have a setup
for POOMA such as is available for Visual C++, so that an example compiled
by Dev-C++ triggered (error-free) compilation of POOMA.

For an example of the type of errors I get, when compiling the CosTimes.cpp
example I get many undefined reference errors, starting with:

[Linker error] undefined reference to `Pooma::initialize(int&, char**&,
bool, bool, bool)'
[Linker error] undefined reference to
`Pooma::BrickBase<2>::BrickBase(Interval<2> const&, bool)'
[Linker error] undefined reference to `Pooma::blockAndEvaluate()'
etc etc...

I am guessing this is a makefile problem, presently Dev-C++ is
auto-generating its own..., maybe it is a simple matter to set up POOMA for
compilation by Dev-C++, and open it to an even wider audience.

Thanks,
Ben.

> What is Dev-C++?  What are the errors you get?  Probably either the
> compiler doesn't follow the ISO C++ standard, or it does too much and you
> need to use POOMA CVS.
>
>
> A precompiled binary won't help you very much for a template library.  But
> you can try using a recent Cygwin or Mingw to compile POOMA.  Not that I
> have used Windows for any numerical stuff yet...
>
> Richard.
>
> --
> Richard Guenther <richard dot guenther at uni-tuebingen dot de>
> WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/
>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]