0

Basically I want to test files/libraries/code in general that wont run on Linux by detecting windows specific includes, program calls, dynamically linked libraries at runtime, anything that isn't Linux compatible.
This is to make sure that the resulting program always works under Linux.
I also have to automate this

Thanks!

Ubuntu4Life
  • 109
  • 1
  • 2
  • 7
  • WOW that is going to be one massive list I think, good luck. – David Aug 11 '21 at 05:46
  • 1
    This may be more suitable at Stack Overflow. – Archisman Panigrahi Aug 11 '21 at 05:56
  • You could "cheat" by actually performing the compilation and seeing if you get an error. That's how things like `autoconf` used to test if a library existed, etc. -- it actually performed a test compilation. – Ray Aug 11 '21 at 06:08

0 Answers0