RE: install probs

"Stephen F. Booth" <[email protected]> Wed, 4 Jun 2003 11:16:34 -0400
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <001501c32aac$4d13ca70$91674bab@hades>
I'm not too familiar with OS X.  What version of gcc is installed on
your system?

> -----Original Message-----
> From: [email protected] [mailto:help-cgicc-
> [email protected]] On Behalf Of ccos
> Sent: Wednesday, June 04, 2003 7:20 AM
> To: [email protected]
> Subject: [help-cgicc] install probs
> 
> 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?
> 
> 
> _______________________________________________
> help-cgicc mailing list
> [email protected]
> http://mail.gnu.org/mailman/listinfo/help-cgicc