Problem with _Unwind_xxx

bela@home.ro bela@home.ro
Thu Aug 15 04:58:00 GMT 2002


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




More information about the Libstdc++ mailing list