This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

type_info under apple's os x


gcc version:
Apple Computer, Inc. GCC version 1161, based on gcc version 3.1 20020420 (prerelease)

bug description:
while trying to build ddd:

PrintGC.h: In function `void  __static_initialization_and_destruction_0(int,
    int)':
 PrintGC.h:40: 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&)

how to reproduce:
try to build ddd from source

source code:
http://gatekeeper.dec.com/pub/X11/R6-contrib/utilities/ddd-3.1.tar.gz

thanks,
--vicka
  vicka at nmr dot mgh dot harvard dot edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]