[OpenWrt-Devel] rrs package fails to link

2010-10-15 Thread Michael Büsch
The rss package fails to link properly on ARM:

farm9crypt.ssl.cc.o: In function `farm9crypt_init':
farm9crypt.cc:(.text+0x288): undefined reference to `operator
new(unsigned int)'
farm9crypt.cc:(.text+0x2c8): undefined reference to `operator
new(unsigned int)'
farm9crypt.cc:(.text+0x2f4): undefined reference to `operator
delete(void*)'
farm9crypt.cc:(.text+0x2fc): undefined reference to `__cxa_end_cleanup'
farm9crypt.ssl.cc.o:(.ARM.extab+0x0): undefined reference to
`__gxx_personality_v0'
collect2: ld returned 1 exit status


Does somebody have an idea?
I already tried various things, but I currently don't see way to resolve
this, except by linking to libstdc++ instead of uClibc++.

-- 
Greetings Michael.

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] rrs package fails to link

2010-10-15 Thread Michael Büsch
On Fri, 2010-10-15 at 18:01 +0200, Michael Büsch wrote: 
 The rss package fails to link properly on ARM:
 
 farm9crypt.ssl.cc.o: In function `farm9crypt_init':
 farm9crypt.cc:(.text+0x288): undefined reference to `operator
 new(unsigned int)'
 farm9crypt.cc:(.text+0x2c8): undefined reference to `operator
 new(unsigned int)'
 farm9crypt.cc:(.text+0x2f4): undefined reference to `operator
 delete(void*)'
 farm9crypt.cc:(.text+0x2fc): undefined reference to `__cxa_end_cleanup'
 farm9crypt.ssl.cc.o:(.ARM.extab+0x0): undefined reference to
 `__gxx_personality_v0'
 collect2: ld returned 1 exit status
 
 
 Does somebody have an idea?
 I already tried various things, but I currently don't see way to resolve
 this, except by linking to libstdc++ instead of uClibc++.
 

Oh nevermind. This was a uclibc++ issue. It works now.

-- 
Greetings Michael.

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel