Skip to content
Prev 16188 / 63424 Next

Implementing R on IBM p690 cluster Jump

On 11/05/2005, at 8:04 PM, Ralf Seppel wrote:
There seem to be problems in the autoconf stuff.  cos and sin are  
being located in libm but the link line you show has no '-lm' which  
accounts for 6 of the 7 missing symbols.
Also gettext seems to have been located by the configure script, but  
there is no option on the link line to include it in the link. Also  
search configure.in for strings like powerpc-ibm-aix to see what  
stuff is being done
specifically for AIX.  It may be out of date in relation to your system.

If it was my problem, I would have look at those bits of the  
configure script and the sections of configure.in that generated  
them.  Then I would compare the AC_SUBST variables with the  
makefile.in that generated the link.  It seems there is some non- 
communication there.

Bill Northcott