SDL2 libraries for QNX 7.0.0

Hello,

I’m currently working on a collaborative software project which is targeted to run on QNX 7.0.0 (Running on a Virtual Machine, VMware more specifically). The project is developped on QNX’s IDE (Momentics) (on Windows) which is really just eclipse with a dedicated plugin to build for the QNX platform.

I’m trying to find pre-compiled libraries for SDL2 which the qcc compiler can link against, but to no avail. I’ve tried compiling the source code for SDL2 was only able to do so on MacOS and yielded .dylib’s which is not compatible with qcc. I’ve tried doing the same thing on Windows to see if it would yield .so libraries but my windows installation lacks GNU autoconf and tools of the like and therefore I can’t even run the ‘configure’ script prior to building.

My question is:
How can I obtain the SDL2 libraries with the .so format which are compatible with qcc(the dedicated compiler that targets QnX platforms)?