[Tfug] Cross Compiling C CGI

Tim Colson tfug@tfug.org
Mon Mar 31 08:05:01 2003


Leo mentioned in the M$ thread the using cygwin to cross-compile with
GNU C to build apps for M$ or Unix.

I'm curious, has anyone created a binary C CGI that runs on Apache on
both Windows and Unix? 

Will libraries 'just work' so long as they are written in ANSI C?

Ex. I want to use the Boutell C CGI library and an XML parser and
wrapper like SCEW+XPAT
http://www.boutell.com/cgic/
http://www.nongnu.org/scew/

Tim