Full_Name: Vincent Yau Version: 2.0.1 OS: Solaris SPARC 9 Submission from: (NULL) (137.53.23.145)
We have recently upgraded to using 64-bit R. Was trying to install a SOM library by using: install.packages(c("som")); from http://cran.r-project.org/src/contrib/Descriptions/som.html I got this error message: ld: fatal: file som.o: wrong ELF class: ELFCLASS64 I was able to fix this problem by modifying R/etc/Makeconf and changed all SHLIB_FLAGS (with -G) to also include -m64. Thanks --Vincent ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel