[Schrodinger-devel] patch to fix missing symbol in testsuite/wavelet_2d for Mac OS X and MinGW

2011-02-01 Thread Michael Chen
I think on mac os x -export-symbol-regex is respected when generating the shared lib. Probably is the same case for the MinGW build since I got the exact same error message that mhe got. diff -r -u schroedinger-1.0.10.orig/schroedinger/Makefile.am schroedinger-1.0.10/schroedinger/Makefile.am

Re: [Schrodinger-devel] patch to fix missing symbol in testsuite/wavelet_2d for Mac OS X and MinGW

2011-02-01 Thread David Schleef
On Tue, Feb 01, 2011 at 01:18:57AM -0800, Michael Chen wrote: > I think on mac os x -export-symbol-regex is respected when generating the > shared lib. Probably is the same case for the MinGW build since I got the > exact same error message that mhe got. As I recall, this is fixed in git. D