Gnu Cgicc Library compiles on Mac OS X 10.5.6!
March 9th, 2009
No comments
Although not officially tested for the Mac, I got version 3.2.7 to compile (3.2.8 had compiler errors). Here’s what I did:
- Remove “#pragma interface” and “#pramga implementation” from all source files
- In Terminal, change to the cgicc directory
- ./configure –prefix=/Path/where/you/want/to/install
- sudo make install