<div dir="ltr">When building release 3.02 on Ubuntu 18.04 with GCC9 or Clang9 I receive the following error:<div> > undefined reference to `alloca'<br></div><div><br></div><div>The simplest fix I could find was including alloca.h on Linux systems, I modified "physfs_internal.h" at line 42 to read:</div><div>#if defined(PHYSFS_PLATFORM_SOLARIS) || defined(PHYSFS_PLATFORM_LINUX)<br>#include <alloca.h><br>#endif<br></div><div><br></div><div></div></div>