Displaying 3 results from an estimated 3 matches for "algen".
Did you mean:
alen
2001 Mar 26
1
Problems with R CMD COMPILE within Makefile (PR#885)
...oblem to R-bugs. So that's what I try here.
The following Makefile will not work:
----------------------------------------
.PHONY: tst.o
tst.o: tst.c
R CMD COMPILE tst.c
----------------------------------------
It results in:
----------------------------------------
cd /u/holzer/CurrentWork/algen/C/temp/
make
R CMD COMPILE tst.c
make[1]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C/temp'
R CMD COMPILE tst.c
make[2]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C/temp'
make[2]: *** No rule to make target `w'. Stop.
make[2]: Leaving directory `/...
2000 Sep 04
2
problems with R COMPILE in make
...readargs.c regSegs.c goodiesPH.c \
generalAnalysis.c edgeAggregation.c utilities.alga.c \
cs.parametrizing.c
tst.so: $(SOURCES)
R SHLIB -o $@ $(SOURCES)
works fine, the Makefile with the target replaced by
imageio.o: imageio.c
R COMPILE imageio.c
results in
cd /u/holzer/CurrentWork/algen/C/
make
R COMPILE imageio.c
make[1]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C'
R COMPILE imageio.c
make[2]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C'
make[2]: *** No rule to make target `w'. Stop.
make[2]: Leaving directory `/users/u1/staff/h...
2000 Sep 04
2
problems with R COMPILE in make
...readargs.c regSegs.c goodiesPH.c \
generalAnalysis.c edgeAggregation.c utilities.alga.c \
cs.parametrizing.c
tst.so: $(SOURCES)
R SHLIB -o $@ $(SOURCES)
works fine, the Makefile with the target replaced by
imageio.o: imageio.c
R COMPILE imageio.c
results in
cd /u/holzer/CurrentWork/algen/C/
make
R COMPILE imageio.c
make[1]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C'
R COMPILE imageio.c
make[2]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C'
make[2]: *** No rule to make target `w'. Stop.
make[2]: Leaving directory `/users/u1/staff/h...