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]

where did terminate() go?


I compiled the most recent snapshot (20000530) only to find out that
I can't compile anything with g++ anymore... all I get is
   
   undefined reference to `terminate(void)'

my configure command line:

../gcc/configure --prefix=/usr/local/opt --enable-libstdcxx-v3  \
                --enable-threads=posix --enable-long-long       \
                --enable-cshadow-headers --enable-namespaces

I _can_ work around this by writing my own terminate() function, but
that's no fun :) I wish I knew where to start solving this problem.
it seems as if somewhere the "namespace std" declaration is being lost,
because the missing symbol is terminate__Fv.

cheers.
  brent

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