From mboxrd@z Thu Jan 1 00:00:00 1970 From: To: Brent Phillips Cc: Subject: Re: is STL usable with gcc 3.0? Date: Thu, 16 Aug 2001 18:09:00 -0000 Message-id: References: <5.1.0.14.2.20010816162106.03c96bb0@lyrastudios.com> X-SW-Source: 2001-08/msg00129.html Isn't the STL for C++?? On Thu, 16 Aug 2001, Brent Phillips wrote: > ...the latest is problems getting STL to work with gcc > 3.0. On my system (RedHat Linux, RedHat Linux 2.2.18), a basic "hello > world" that uses STL crashes in a variety of ways. Take your basic "hello > world" program... > yields the error > /tmp/cctISmpm.o: In function `__FRAME_BEGIN__': > /tmp/cctISmpm.o(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' > collect2: ld returned 1 exit status "gxx" everywhere I've seen it referred to (makefiles, mostly) is talking about C++. further, the extension .cpp would suggest it's C++. Try "g++ hello.cpp".