This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: patch: <bits/localefwd.h> with -fno-exceptions
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: patch: <bits/localefwd.h> with -fno-exceptions
- From: Dirk Mueller <dmuell at gmx dot net>
- Date: Fri, 16 Feb 2001 12:01:50 +0100
- Cc: libstdc++ at gcc dot gnu dot org
- References: <20010216110552.A13132@rotes20.wohnheim.uni-kl.de>
On Fre, 16 Feb 2001, Dirk Mueller wrote:
for the source
int main(){return 0;};
I get the following undefined symbols in libstdc++ now:
__check_null_eh_spec
__check_eh_spec
__stat_cp_handle
__cpp_pop_exception
Dirk