Skip to content

Commit 930d21a

Browse files
committed
Fix __gxx_personality_v0: referenced symbol not found error on Solaris
Tested on a Solaris 10 machine, original patch and bug report from http://sourceforge.net/p/mysql-python/bugs/334/ Closes #35
1 parent 375508b commit 930d21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup_posix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def get_config():
9090
]
9191
create_release_file(metadata)
9292
del metadata['version_info']
93+
libraries.append('stdc++')
9394
ext_options = dict(
9495
name = "_mysql",
9596
library_dirs = library_dirs,

0 commit comments

Comments
 (0)