Santiago,

I think that your problem is because deal ii dlls did not appended to your
default run time libraries, to study this issue, i suggest to simply copy
all deal ii dlls into folder in which your exe file exist, if then it
works, you have option either to add deal ii dll libraries into your path,
or simply copy them in your working folder, another possible alternative
(not recommended) for non-expert is to simply copy them in to your bin
(root) folder.

Cheers

RT

On Sat, Nov 12, 2011 at 4:51 AM, Santiago Calderon <[email protected]>wrote:

>  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
>
>
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to