Sergey,

the simplest way that works well (it worked well for me) is default
configuration

./configure

make all

then you can compile example and make exe, but to run them dealii dlls are
requared for this you should add path of dealii dlls to your enviroment
variables path (my comp. > prop> advanced> envi. ...)


Cheers

RT

On Thu, Dec 11, 2008 at 9:26 AM, J A <[EMAIL PROTECTED]> wrote:

> Hi!
> For some reason i was not able to install the library (downloaded a week
> ago, no documentation) under the Cygwin. I used script ./configure. Then, as
> the script said, i included "export PATH=/home...:$PATH into .bash_profile.
> But the library did not associate a path to the library files (CPATH,
> CPPFLAGS, I guess) with the Cygwin's configuration. So, when i tried to
> compile a simplest program the compiler did not find all h-files (for
> example grid/tria.h). I used -I oprion: g++ 1.cpp -Ideal.II/deal.II/include,
> and the compiler found the h-files but gave me about 3000 errors only for
> the tria.h. I have Cygwin 2.573.2.2.
> Best,
> Sergey
>
>
> _______________________________________________
>
>
_______________________________________________

Reply via email to