bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Link Error bash-3.1, AIX 5.2, xlC version 8


From: Perry Smith
Subject: Link Error bash-3.1, AIX 5.2, xlC version 8
Date: Sat, 8 Jul 2006 12:23:48 -0500

This may be a dup but the subject pretty much says it all. Compiled bash-3.1 fresh out of the box with just a configure command. The only error was this:

ld: 0711-317 ERROR: Undefined symbol: .isnan

I fixed it by adding -lm to the LOCAL_LIBS in the Makefile. Not sure if that is how to really fix it or not.

LOCAL_LIBS = -lm

This is on a fresh AIX 5.2 install. Seems like I had the same problem on a fresh AIX 5.3 install but I honestly can't say for sure.

I hope this helps someone somewhere.

I'm not on this mailing list so, if you want to reply to me, you will need to explicitly include my email address.

Thank you times infinity for bash and all the other great GNU software.

Perry





reply via email to

[Prev in Thread] Current Thread [Next in Thread]