Andrew Haley <aph <at> redhat.com> writes: > Vardhan, Sundara (GE Infra, Energy) wrote: > > /lib/libc.a(moveeq.o):moveeq.s:(.pr+0xc): undefined reference to > > `.___memmove' > > Ouch. You're linking statically against libc. I don't know what's > causing this, but I suspect it's a Bad Thing. /lib/libc.a typically is/contains a shared object on AIX. Yes, AIX is confusing. Cheers, Ralf