Displaying 2 results from an estimated 2 matches for "liblzma_a_objects".
2016 Mar 10
4
Problem building R-3.2.4
I am trying to build R-3.2.4 on an Oracle Enterprise Linux system, where
I have previously built R-3.1.3 and predecessors without problems. I ran
"./configure --with-x=no" ok. The make fails in src/extra/xz with what
looks like a Makefile problem:
liblzma.a: $(liblzma_a_OBJECTS)
$rm -f $@
$(AR) -cr $@ $(liblzma_a_OBJECTS)
$(RANLIB) $@
What I see in the make log is:
gcc -std=gnu99 -I./api -I. -I../../../src/include -I../../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -fopenmp -g -O2 -c x86.c -o x86.o
m -f liblzma.a
make[4]: m: Command not found...
2016 Mar 10
0
Problem building R-3.2.4
...m, where
| I have previously built R-3.1.3 and predecessors without problems. I ran
Well that is pretty much why R Core asks us to build early, and build often.
| "./configure --with-x=no" ok. The make fails in src/extra/xz with what
| looks like a Makefile problem:
|
| liblzma.a: $(liblzma_a_OBJECTS)
| $rm -f $@
| $(AR) -cr $@ $(liblzma_a_OBJECTS)
| $(RANLIB) $@
|
|
| What I see in the make log is:
|
| gcc -std=gnu99 -I./api -I. -I../../../src/include -I../../../src/include
| -I/usr/local/include -DHAVE_CONFIG_H -fopenmp -g -O2 -c x86.c -o x86.o
| m -f liblzma.a
| make[4]:...