Rostislav,

> I'm sending you the build logs of compilation and linking and a modified
> version of 'geometry_info.h'.

Let's do this one first. I've installed icc11 today (though I only have a 
linux box to test) and it compiled the library in its current form just fine. 
I have version 11.0.083 -- which version do you have exactly?

As for the actual problem: Does this little piece of code compile for you?
------------------------
template <int dim>
struct X
{
    static const int N = 2*dim;
    static const int x[N];
};

template <> const int X<2>::x[N];
-------------------------
If not, what is the exact error?

As for the linker error: these functions are (or should be) all defined in the 
library D:\project\solvers\deal.II\lib\libdeal_II_2d.g.a. Take, for example,
  dealii::Triangulation<2>::refine_global(unsigned int)
Can you try to find out whether it this function is available in any one of 
the libraries in the lib/ directory?

Best
 Wolfgang

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to