From: Wolfgang Bangerth
Date: Fri, 14 Apr 2000 15:21:32 +0000 (+0000)
Subject: More on libtool.
X-Git-Tag: v8.0.0~20669
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a408f90d006490e0aed3412d265795d5978f6126;p=dealii.git
More on libtool.
git-svn-id: https://svn.dealii.org/trunk@2726 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/future.html b/deal.II/doc/future.html
index df3d55bd52..b2bdca9f05 100644
--- a/deal.II/doc/future.html
+++ b/deal.II/doc/future.html
@@ -148,6 +148,16 @@
libtool utility may be a help.
+
+
+ Regarding shared and static libraries, there may also be
+ another open problem in that we don't call
+ ranlib
on static libraries (or ar
+ -s
). This has no particular reason, it is simply that
+ we don't know what is the right thing to do in a
+ cross-platform way. Help in the configuration of these things
+ would be greatly appreciated.
+