Displaying 4 results from an estimated 4 matches for "_mcw_em".
2005 Apr 14
5
cross compiling R for Windows under Linux
...'
dynload.c:94: error: `_MCW_IC' undeclared (first use
in this function)
dynload.c:94: error: (Each undeclared identifier is
reported only once
dynload.c:94: error: for each function it appears in.)
dynload.c:95: warning: implicit declaration of
function `_clearfp'
dynload.c:99: error: `_MCW_EM' undeclared (first use
in this function)
dynload.c:99: error: `_MCW_RC' undeclared (first use
in this function)
dynload.c:99: error: `_MCW_PC' undeclared (first use
in this function)
make[3]: *** [dynload.o] Error 1
make[2]: *** [../../bin/R.dll] Error 2
make[1]: *** [rbuild] Error 2
ma...
2004 Nov 26
1
Cross-compiling R for Windows on linux
...'
dynload.c:94: error: `_MCW_IC' undeclared (first use in this function)
dynload.c:94: error: (Each undeclared identifier is reported only once
dynload.c:94: error: for each function it appears in.)
dynload.c:95: warning: implicit declaration of function `_clearfp'
dynload.c:99: error: `_MCW_EM' undeclared (first use in this function)
dynload.c:99: error: `_MCW_RC' undeclared (first use in this function)
dynload.c:99: error: `_MCW_PC' undeclared (first use in this function)
make[4]: *** [dynload.o] Error 1
make[3]: *** [../../bin/R.dll] Error 2
make[2]: *** [rbuild] Error 2
ma...
2005 Jan 28
1
error in gmake CrossCompileBuild
...9;
dynload.c:94: error: `_MCW_IC' undeclared (first use in this
function)
dynload.c:94: error: (Each undeclared identifier is reported
only once
dynload.c:94: error: for each function it appears in.)
dynload.c:95: warning: implicit declaration of function
`_clearfp'
dynload.c:99: error: `_MCW_EM' undeclared (first use in this
function)
dynload.c:99: error: `_MCW_RC' undeclared (first use in this
function)
dynload.c:99: error: `_MCW_PC' undeclared (first use in this
function)
gmake[5]: *** [dynload.o] Error 1
gmake[4]: *** [../../bin/R.dll] Error 2
gmake[3]: *** [rbuild] Erro...
2000 Apr 26
2
Cross compiling a package for Windows on Linux
...ude -O2 -Wall -pedantic -I../include -I../include/R_ext -I. -DHAVE_CONFIG_H -c extra.c -o extra.o
extra.c: In function `Rwin_fpset':
extra.c:452: warning: implicit declaration of function `_fpreset'
extra.c:453: warning: implicit declaration of function `_controlfp'
extra.c:453: `_MCW_EM' undeclared (first use in this function)
extra.c:453: (Each undeclared identifier is reported only once
extra.c:453: for each function it appears in.)
make: *** [extra.o] Error 1
$ i386-mingw32-gcc --version
2.95.2
With the sources from r-devel, which have been changed today, I can
gener...