src/posix.mak: Link against libstdc++ explicitly#4934
src/posix.mak: Link against libstdc++ explicitly#4934MartinNowak merged 2 commits intodlang:masterfrom
Conversation
src/posix.mak: Link against libstdc++ explicitly
|
Thanks though I'd have waited for Brad's autotester just in case. |
|
This should not have been necessary... I don't know why it wasn't automatically added just by using g++ to link. |
|
It could be something distro-specific, or it could be because of some of the hacks I had to do to work around other distro-specific issues (e.g. the libcurl/ |
|
Oh yeah, I had Well, we might as well keep this in case anyone does this too. Is the |
CXX, CC is strictly for the C Compiler, this applies to *FLAGS aswell. |
No description provided.