search for: cmd_obj

Displaying 2 results from an estimated 2 matches for "cmd_obj".

Did you mean: cma_obj
2010 May 13
2
Compiling R with --enable-R-shlib for rpy2 error
Hi, I am trying to compile R with the command below in order to install rpy2. ./configure --prefix=/usr/local/R/R-2.9.2 --with-gnu-ld --with-cairo --with-x --enable-R-shlib However, error the I have gotten was: /usr/bin/ld: CConverters.o: relocation R_X86_64_32S against `R_FunTab' can not be used when making a shared object; recompile with -fPIC CConverters.o: could not read symbols: Bad
2003 Oct 04
0
klibc: kbuild improvements
...net/inet_aton.o inet/inet_addr.o \ inet/inet_ntop.o inet/inet_pton.o inet/bindresvport.o \ send.o recv.o -SOLIB = libc.so -SOHASH = klibc.so - -CRT0 = crt0.o -LIB = libc.a # Add any architecture-specific rules include $(src)/arch/$(ARCH)/Makefile.inc @@ -44,73 +39,76 @@ quiet_cmd_objs.mk = GEN $@ cmd_objs.mk = $(PERL) $(word 2,$^) $(ARCH) $(obj) $< > $@ +clean-files += syscalls.mk syscalls/*.[cS] $(obj)/syscalls.mk: $(src)/SYSCALLS $(src)/syscalls.pl - $(call if_changed,objs.mk) + $(call cmd,objs.mk) +clean-files += socketcalls.mk socketcalls/*.[cS] $(o...