Displaying 1 result from an estimated 1 matches for "fig_h".
Did you mean:
nfig_h
2005 Apr 07
1
build rpvm under cygwin
...rom the rw2001.exe setup file.
I guess that the R under rw2001.exe was build with
some other compiler?
I then tried to compile R myself under CYGWIN but runs
into the following problem:
building from src typing make
gcc -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CON
FIG_H -D__NO_MATH_INLINES -g -O2 -c dynload.c -o
dynload.o
In file included from dynload.c:35:
../../src/include/Defn.h:60:22: psignal.h: No such
file or directory
I found the psignal.h header file under
gnuwin32/fixed/h/psignal.h how do incoperate this
udner cygwin?
I also tried to type build under s...