]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
List only defined global symbols
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Feb 1999 19:50:24 +0000 (19:50 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Feb 1999 19:50:24 +0000 (19:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@763 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/lib/symbols

index e555d57fe79bafefd4b732091fd39d7d75bb2f81..bcd2e242fca290b022536c71d3a538ac0aa0154b 100755 (executable)
@@ -1,2 +1,2 @@
 #extract symbols from libraries and sort them
-nm *.g.a | c++filt | perl -pi -e 's/.{8} . (.*)/$1/;' | sort
+nm -g --defined-only *.g.a | c++filt | perl -pi -e 's/.{8} . (.*)/$1/;' | sort

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.