View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 10-05-2018 , 10:04   Re: Compiling SM build succeeds but build does not load or error. (Ubuntu 18.04)
Reply With Quote #2

It's probably not finding tier0/vstdlib due to the linking order bug with GCC. Manually using the meta load command should give a more specific error, or you can check for that issue with ldd. If that is the issue, easiest workaround is to just build with Clang. That's what we use for the first-party builds.
psychonic is offline