assuming you are using Cygwin to compile deal ii (though i did not tried win7 and no longer use windows to do a check), however, to my former experiences, adding deal ii lib to your path does not resolve the problem, but to copy deal ii dlls in worked directory; directory in which your exe files will be created; resolves its.
Cheers RT On 4/12/12, Nicolás G.J. <[email protected]> wrote: > Hi everyone I'm trying to run dealii in windows 7 x64. > When I compile the example 1 (step-1) after do make run. I get this. > > /home/Nikkolazo/deal.II/examples/step-1/step-1.exe: error while loading > shared libraries: tmp.36RlV3t4pt: cannot open shared object file: No such > file or directory > Makefile:89: recipe for target `run' failed > make: *** [run] Error 127 > > I tried to add the line to the file .bash_profile. > And also make the command in the shell, > > export PATH=$PATH:/home/Nikkolazo/deal.II/lib > > before make all > > Then I don't know what is happening. I am really new in this so, if you can > help me I'll really appreciate it. > > -- > Nicolás González J. > M.S. Student in Astrophysics > Astronomy and Astrophysics Department > Pontificia Universidad Católica de Chile > Vicuna Mackenna 4860 > 7820436 Macul, Santiago, Chile > E-mail: [email protected] > Web: www.astro.puc.cl/~ngonzale > _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
