From: Wolfgang Bangerth Date: Fri, 6 Mar 1998 11:02:51 +0000 (+0000) Subject: Add a script to list all symbols in the debug libraries. X-Git-Tag: v8.0.0~23221 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=341657659fd4276ad14cc9ece9e5ef5ba0408aa5;p=dealii.git Add a script to list all symbols in the debug libraries. git-svn-id: https://svn.dealii.org/trunk@30 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/lib/symbols b/deal.II/deal.II/lib/symbols new file mode 100755 index 0000000000..ca6416b17c --- /dev/null +++ b/deal.II/deal.II/lib/symbols @@ -0,0 +1 @@ +nm *.g.a | c++filt | perl -pi -e 's/.{8} . (.*)/$1/;' | sort