Thread: [Solved] GCC version 4.6.4 and C++11
View Single Post
nosoop
Veteran Member
Join Date: Aug 2014
Old 10-26-2018 , 22:06   Re: GCC version 4.6.4 and C++11
Reply With Quote #3

SourceMod uses the AMTL in place of the C++ standard libraries.

You'll either want to spin up a VM with the appropriate / older libstdc++, rewrite portions of your extension against the AMTL, or add -static-libstdc++ to your linker flags in your AMBuildScript at around this line.
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)
nosoop is offline