View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 09-07-2017 , 15:17   Re: Compiling with AMBuild2: libtier0 and libvstdlib missing
Reply With Quote #5

This is definitely the well-known GCC problem of it deciding not to link the libs, because it hasn't yet encountered any code that requires them, because our linker flags are in the "wrong" order. Reproducing this broken behaviour is dependent on the distro's linker scripts (--as-needed / --no-as-needed), so it working on one system is not indicative of there not being an issue (there is an issue).
__________________
asherkin is offline