Bug #5534 | building with --with-berkeley-db requires linking with stdc++ | ||
---|---|---|---|
Submitted: | 13 Sep 2004 3:19 | Modified: | 4 Mar 2013 8:28 |
Reporter: | Ian Holsman | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S4 (Feature request) |
Version: | 4.1bk | OS: | MacOS (OS/X 10.3.5) |
Assigned to: | CPU Architecture: | Any |
[13 Sep 2004 3:19]
Ian Holsman
[4 Oct 2004 21:14]
Matthew Lord
Hi, Thanks for your bug report! While I don't think we should add -lstd++ with berkely-db because it's not needed on other platforms, I do think that an OS-X BUILD/ file in our bk repository is a good idea. I'm going to make this a feature request for that. Best Regards
[11 Oct 2004 20:47]
Sergei Golubchik
to avoid linking with stdc++ we have new/delete functions in mysys/my_new.cc with -DUSE_MYSYS_NEW you should be able to use them. But having OS X specific build script in BUILD/ will solve that :)
[4 Mar 2013 8:28]
Yngve Svendsen
BDB support was removed as of 5.1.11 (see http://dev.mysql.com/doc/refman/5.1/en/source-configuration-options.html) and no further enhancements are planned for 5.0 and older.