compiling on Solaris 7 (PR#1520)
cjpelton@ucdavis.edu writes:
I am unable to compile R-1.5.0, and am getting the following errors with make. I searched through the buglist and didn't see anything similar, although I wouldn't doubt if I was just using the wrong version of something. gcc version 3.0.3 gcc -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c lbfgsb.c -o lbfgsb.o /usr/ccs/bin/as: "/var/tmp/ccBVo80F.s", line 12970: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/ccBVo80F.s", line 12970: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccBVo80F.s", line 12982: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/ccBVo80F.s", line 12982: error: statement syntax *** Error code 1 make: Fatal error: Command failed for target `lbfgsb.o' Current working directory /export/home/cjpelton/R-1.5.0/src/appl *** Error code 1 make: Fatal error: Command failed for target `R'
I think this is a generic problem, unrelated to R: To use gcc-3.0.3 the assembler in /usr/ccs/bin/as is in sufficient. You need GNU as, and obviously also to make sure that it is found before the one in /usr/ccs. I have have built R succesfully on a system where the following holds: Sun Microsystems Inc. SunOS 5.7 Generic October 1998 [pd@rubin pd]$ which as /usr/local/bin/as [pd@rubin pd]$ /usr/local/bin/as --version GNU assembler 2.11.2 Copyright 2001 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This assembler was configured for a target of `sparc-sun-solaris2.7'. [pd@rubin pd]$ gcc --version 3.0.3 The assembler is part of binutils-2.11.2 installed from sunfreeware.com.
O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._