So I'm trying to debug an issue my user is having with a piece of software on Ubuntu.
I have compiled a C# app targeted towards the the x86 platform, when running it on my x64 windows image the app operates as a x32 application.
However when running the same app though mono on Ubuntu it displays that it is x64
Which then causes the very nasty error of
libgcc_s.so.1 must be installed for pthread_cancel to work