From 44e4365908797e6115a64619ea8e11c9940b0af0 Mon Sep 17 00:00:00 2001
From: rschulz libXXX.DLL
cannot
+ be found!
libXXX.DLL
cannot
+ be found!
+ With Version 5.1.0, deal.II creates and uses shared
+ libraries (DLLs) under cygwin. These DLLs will be linked to your program
+ at run-time, which requires Windows to know where the DLLs are stored.
+ Windows looks for DLLs in the execution path of your program, in the
+ Windows system directories, and in every directory specified in the
+ PATH
environment variable. To do this, type
+
+ export PATH=$PATH:/usr/local/lib/deal.II/lib
+
+ in the shell prior to execution, or add this line to .bashrc
.
+ To disable shared libraries, change enable-shared
in
+ common/Make.global_options
to no
and link
+ deal.II again (with make all
).
+
+ New: Support of shared libraries under Cygwin / Windows systems. Shared
+ libraries are used as default. To use, make sure the library path is included
+ in your PATH
environment variable.
+
+ (Ralf B. Schulz, 2004/12/20)
+
Fixed: Examples do not use obsolete classes
QGaussN
anymore.
--
2.39.5