Hi,
after having problems to build the dll deal.ii libraries v7.1 por cygwin, I was 
able to build them using the suggestion of R.Tavakoly. Unfortunately there is 
some problem.
I can build the sample programs for the shared librairies but they do not work. 
When I build them for using the static libraries, they work. 

Here is the message I obtain when I try to run the step-1.exe sample program 
built to use the dll.

$ ./step-1
/cygdrive/c/soft_desarrollo/librerias/deal.II/examples/step-1/step-1.exe: error
while loading shared libraries: tmp.gInQ6OiOPB: cannot open shared object file:
No such file or directory

I tried to go deeper using the "dependency walkerprogram" that tell me what dll 
the program is asking for. I seems that the program is looking for a weird 
module that seems
it should contain the deal functions.

TMP.GINQ6OIOPB <<-----
IESHIMS.DLL
WER.DLL
MPR.DLL
ADVAPI32.DLL
CYGGCC_S-1.DLL
CYGSTDC++-6.DLL
CYGWIN1.DLL...

and this module the program says should contains the following functions

_ZN6dealii13GridGenerator10hyper_cubeILi2ELi2EEEvRNS_13TriangulationIXT_EXT0_EEEdd
_ZN6dealii13GridGenerator11hyper_shellILi2EEEvRNS_13TriangulationIXT_EXT_EEERKNS_5PointIXT_EdEEddjb
_ZN6dealii13TriangulationILi2ELi2EE12set_boundaryEj
_ZN6dealii13TriangulationILi2ELi2EE12set_boundaryEjRKNS_8BoundaryILi2ELi2EEE
_ZN6dealii13TriangulationILi2ELi2EE13refine_globalEj....

I actually use deal 6.3 without any problem (the share libaries version), could 
someone give me some clue please?

Santiago Calderon

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

Reply via email to