install probs

ccos <[email protected]> Wed, 4 Jun 2003 21:20:26 +1000
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <[email protected]>
hello all,

i'm trying to install under os x 10.2.3, with the january dev tools.

./configure seems to work, but then i get a hangup with make:

g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -c 
CgiInput.cpp -MT CgiInput.lo -MD -MP -MF .deps/CgiInput.TPlo  
-fno-common -DPIC
../cgicc/CgiInput.h: In function `void
    __static_initialization_and_destruction_0(int, int)':
../cgicc/CgiInput.h:57: no matching function for call to 
`std::type_info::
    type_info()'
/usr/include/gcc/darwin/3.1/g++-v3/typeinfo:78: candidates are:
    std::type_info::type_info(const char*)
/usr/include/gcc/darwin/3.1/g++-v3/typeinfo:72:
    std::type_info::type_info(const std::type_info&)
make[2]: *** [CgiInput.lo] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

i'm not sure what's trying to call type_info().
any ideas/solutions?

thanks much,
c

p.s. in case i can't build this thing, anybody know any other
good open source c++ cgi libs?