[R] problem compiling: alpha/linux: sqrttsu

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Wed Dec 8 00:13:43 CET 1999


Matthew Wiener <mcw at ln.nimh.nih.gov> writes:

> Hi, all.
> 
> In trying to compile R v.0.90 on an alpha running Red Hat Linux 6.0, I'm
> getting the following error: 
> 
> make[3]: Entering directory `/home/mcw/alpha-R/R-0.90.0/src/appl' 
> gcc -I. -I../include -I../../src/include -DHAVE_CONFIG_H -mieee -g -O2 -c cpoly.c
> -o cpoly.o 
> /tmp/ccPjZNwd.s: Assembler messages: 
> /tmp/ccPjZNwd.s:312: Error: unknown opcode `sqrttsu' 
> /tmp/ccPjZNwd.s:2631: Error: unknown opcode `sqrttsu'
> /tmp/ccPjZNwd.s:4028: Error: unknown opcode `sqrttsu'
> /tmp/ccPjZNwd.s:4132: Error: unknown opcode `sqrttsu'
> /tmp/ccPjZNwd.s:4141: Error: unknown opcode `sqrttsu'
> /tmp/ccPjZNwd.s:4470: Error: unknown opcode `sqrttsu'
> /tmp/ccPjZNwd.s:4492: Error: unknown opcode `sqrttsu'
> /tmp/ccPjZNwd.s:4516: Error: unknown opcode `sqrttsu' make[3]: ***
> [cpoly.o] Error 1
> 
> No such files seem to exist in my /tmp directory, nor can I find them
> elsewhere.  I can't find any files ending in .s, in fact.
> 
> I'm using make version 3.78.1, not the taboo 3.77, and egcs-2.91.66.
...
> Any help appreciated.

You can see the actual .s file by adding a -S to the compilation
options. The whole thing looks as if you might need to upgrade the
assembler (gas or as). Take a peek if you care at the minor flame war
at http://egcs.cygnus.com/ml/gcc/1999-08/msg00017.html

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list