Hi, lets take this back to maintainers. Am 10.10.12 17:14, schrieb Maciej (Matchek) BliziĆski: > ld: fatal: relocation error: R_SPARC_32: file .libs/compatibility.o: > symbol __gxx_personality_v0: offset 0xe29b3 is non-aligned > ld: fatal: relocation error: R_SPARC_32: file > .libs/compatibility-atomic-c++0x.o: symbol __gxx_personality_v0: > offset 0xe2d9f is non-aligned
Using google skills I found that most of the time a -g flag in gcc creates this problem. (e.g. http://stackoverflow.com/questions/7566044/error-when-compiling-simple-sparc-asm-math-code or http://prefetch.net/blog/index.php/2006/03/27/unaligned-symbols/ ) _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
