Hi Wolfgang,

Indeed - my "svn update" messed things up a bit. Thanks for pointing that out. 
I've fixed that now. Then I ran into another issue while trying to link my 
solver against the newly built library. I get a series of undefined symbols 
that 
may be connected to the threads library (?):

Undefined symbols:
  "__ZN6dealii19GrowingVectorMemoryINS_6VectorIeEEE5mutexE", referenced from:
      __ZN6dealii19GrowingVectorMemoryINS_6VectorIeEEEC9Ejb in 
liblac.g.a(precondition_block.g.o)
      __ZN6dealii19GrowingVectorMemoryINS_6VectorIeEEE5allocEv in 
liblac.g.a(precondition_block.g.o)
....
  "__ZN6dealii19GrowingVectorMemoryINS_6VectorIfEEE4poolE", referenced from:
....
 "__ZN6dealii19GrowingVectorMemoryINS_6VectorIeEEE4poolE", referenced from:
....
  "__ZN6dealii19GrowingVectorMemoryINS_6VectorIfEEE5mutexE", referenced from:
...

Should I disable pthreads (that is, recompile deal.II w/o threading support) to 
get rid of these? I am compiling and linking with icpc/ifort version 10.1.015 
and with the linker switches

-lstdc++ -lpthread -lpthread -ldl solver.o -L/opt/intel/fc/10.1.015/lib 
-lifcore 
-lz 

(there is also some Fortran code in the mix).

Thanks!
-- Mihai



________________________________
Von: Wolfgang Bangerth <[email protected]>
An: mihai alexe <[email protected]>
CC: [email protected]
Gesendet: Samstag, den 24. Juli 2010, 5:31:48 Uhr
Betreff: Re: AW: AW: [deal.II] error compiling deal.ii from svn under MacOS X 
10.5 with intel c/c++ 10.1.015


> I don't know about 21565 but 21567 does not compile out of the box. Looks
> like mesh_worker_info.templates.h is corrupted.

These are changes you have locally after calling
  svn update
because you changed places that also changed in the repository. You may want 
to delete the file and update it again with the revision from the repository.

Best
W.

-------------------------------------------------------------------------
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