Cross system libraries

Hi Ron,

I am just curious because I remember you mentioning using a homegrown low level lib you wrote in Objective C during the years. Was that ported in C++ for Linux/Windows or did you just recompiled that for those systems?

I ported my entire lib to C++. I no longer use the obj-c one.

2 Likes

So you use GNU GCC on Linux, Clang on Mac and Visual C++ on Windows? Or do you cross-compile your code?