[Mono-list] What is the right way to compile managed C code with dependencies ?

carsten.hess@autodesk.com carsten.hess@autodesk.com
Thu, 6 Feb 2003 09:40:08 -0800


Hi,

I've been compiling c-code that runs on Windows into IL code with Visual Studio.Net. That code
runs fine in Mono under Linux unless that c-code uses some basic system libraries like:

	stdlib.h, io.h, math.h, time.h, string.h

What is the preferred way of handling calls into these standard libraries. Anyone an opinion on 
how to do this other then rewriting these basic functions (if possible at all)?

Thanks!
-- Carsten