[R] Assembler messages?

alexander volovics awol at STAT.UNIMAAS.NL
Wed Oct 14 08:26:53 CEST 1998


On Tue, 13 Oct 1998 Albrecht Gebhardt wrote:

>Yes, you are right -- sorry. You have to change the FFLAGS, not the
>CFLAGS in config.site: 
>
>    FFLAGS="-g -O2" 

I tried it last night and this is the result:

This is what I got first when FFLAGS was the default (remmed out):

libs
f77 -fpic -c idbvip.f -o idbvip.o
f77 -fpic -c idgrid.f -o idgrid.o
f77 -fpic -c idpdrv.f -o idpdrv.o
f77 -fpic -c idsfft.f -o idsfft.o
f77 -fpic -c idxchg.f -o idxchg.o
f77 -fpic -c idcldp.f -o idcldp.o
/tmp/cca01314.s: Assembler messages:
/tmp/cca01314.s:881: Error: operands given don't match any known 386 instruction
/tmp/cca01314.s:891: Error: operands given don't match any known 386 instruction
make: *** [idcldp.o] Error 1

This is what I get when using FFLAGS="-g -O2" in config.site:

libs
f77 -fpic -c idcldp.f -o idcldp.o
/tmp/cca00570.s: Assembler messages:
/tmp/cca00570.s:881: Error: operands given don't match any known 386 instruction
/tmp/cca00570.s:891: Error: operands given don't match any known 386 instruction
make: *** [idcldp.o] Error 1

Other errors but still no result!
As I don't understand exactly what is happening I don't know if there
is any progress.

Alexander

-------------------------------------
Alexander Volovics
Dept of Methodology & Statistics
Maastricht University, Maastricht, NL
-------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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