]> git.saurik.com Git - wxWidgets.git/commit
SHARED_LD must be CXX, not CC, otherwise we get unresolved
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 1 Aug 2001 23:06:46 +0000 (23:06 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 1 Aug 2001 23:06:46 +0000 (23:06 +0000)
commit6b076b4034c979861e9bd5b009f15e9c85ea2c35
tree2e72d6c212d113a5ea08470a434d73b1a0a786a6
parentff292c7b5bd6eaa8f11ece5d4925485478c171a4
SHARED_LD must be CXX, not CC, otherwise we get unresolved
externals (at least with gcc3) if app binary wasn't linked with CXX. This may
happen for instance when dynamically loading wxPython module.
(Let's change it for all platforms, not only Linux, and see what happens.)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in