This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regression/33637] "checking for nm: test: too many arguments" causes "Undefined symbol: __gxx_personality_v0"



------- Comment #2 from haubi at gentoo dot org  2007-10-08 14:17 -------
No - I do not use GNU binutils on aix, but symlinks and wrappers to native
binutils, much like:

powerpc-ibm-aix5.3.0.0-nm -> /usr/ccs/bin/nm

or

$ cat powerpc-ibm-aix5.3.0.0
#! /bin/sh
exec /usr/ccs/bin/ld "$@"


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33637


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]