This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Problem with _Unwind_xxx
- From: bela at home dot ro
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Cc: Andreas Jaeger <aj at suse dot de>
- Date: Thu, 15 Aug 2002 14:58:28 +0300
- Subject: Re: Problem with _Unwind_xxx
- References: <3D5B8F9B.7010307@home.ro> <hor8h0tl11.fsf@gee.suse.de>
Andreas Jaeger wrote:
bela@home.ro writes:
I made a library libx.so with:
gcc -lposix4 -lc -lgcc -lstdc++ -lz -lm
and ld show this:
You g++ for linking of C++ objects,
g++
give me same result
with flags
-D_SUNOS_ -DNDEBUG -w -nostdlib -nodefaultlibs -O3
-D__linux__ -D_REENTRANT -fPIC
-Wno-implicit-function-declaration -fno-exceptions
-fno-builtin
for compile and
g++ -s -shared -o $@ $(OBJS) -Wl,-t -lposix4 -lc -lgcc
-lstdc++ -lz -lm
for link
Bela