search for: all_cflags

Displaying 20 results from an estimated 29 matches for "all_cflags".

2008 Jul 10
4
[LLVMdev] Including svn version number in --version output
...Shorthand variables for dependency lists. TARGET_H = $(TM_H) target.h insn-modes.h MACHMODE_H = machmode.h mode-classes.def insn-modes.h @@ -2048,9 +2051,11 @@ dumpvers: dumpvers.c -version.o: version.c version.h $(DATESTAMP) $(BASEVER) $(DEVPHASE) +.PHONY: version.o +version.o: $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \ -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \ + -DSVNVER=$(SVNVER_s) \ -DDEVPHASE=$(DEVPHASE_s) -c $(srcdir)/version.c $(OUTPUT_OPTION) gtype-desc.o: gtype-desc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $ (TM_H) \ -------------- next part -------------- An HTM...
2000 Feb 22
1
R-0.99 installation on UNIX
...)/src/include/R_ext R_XTRA_FFLAGS = R_XTRA_LIBS = RANLIB = ranlib SHELL = /bin/sh SHLIBEXT = so SHLIBLD = gcc SHLIBLDFLAGS = -G TAR = tar X_CFLAGS = -I/usr/openwin/include X_LIBS = -L/usr/openwin/lib -R/usr/openwin/lib -lX11 X_PRE_LIBS = -lSM -lICE X_EXTRA_LIBS = -lsocket -lnsl YACC = bison -y ALL_CFLAGS = $(R_XTRA_CFLAGS) $(CFLAGS) ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS) ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FFLAGS) .SUFFIXES: .SUFFIXES: .c .f .d .o .c.d: @echo "making $@ from $<" @$(CC) -M $(ALL_CPPFLAGS) $< > $@ .c.o: $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $<...
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a problem while running "make check": running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1 make[3]: Leaving directory `/opt/R/R-2.9.1/tests' make[2]: *** [test-Specific] Error 2 make[2]: Leaving directory `/opt/R/R-2.9.1/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving
2004 Jun 22
1
lme4 fails to install on R-1.9/FreeBSD-5.2 (PR#7007)
Full_Name: W.B.Kloke Version: 1.9.1 OS: FreeBSD-5.2.1 Submission from: (NULL) (195.253.16.182) Subject line says it. I had problems installing lme4. 1. The dependency on package Matrix was not resolved (I am not sure that this is really a bug; but it is annoying, anyway). 2. Installing Matrix failed with a message saying something like "no rule for %_D.o" after compiling a lot of
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
...; TARGET_H = $(TM_H) target.h insn-modes.h > MACHMODE_H = machmode.h mode-classes.def insn-modes.h > @@ -2048,9 +2051,11 @@ > > dumpvers: dumpvers.c > > -version.o: version.c version.h $(DATESTAMP) $(BASEVER) $(DEVPHASE) > +.PHONY: version.o > +version.o: > $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \ > -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \ > + -DSVNVER=$(SVNVER_s) \ > -DDEVPHASE=$(DEVPHASE_s) -c $(srcdir)/version.c $(OUTPUT_OPTION) > > gtype-desc.o: gtype-desc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ > > >
1999 Sep 02
1
unresolved symbols in growth and repeated libraries
...lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm FPICFLAGS = -fPIC F2C = F2CFLAGS = SHLIBEXT = so SHLIBLD = gcc SHLIBLDFLAGS = -shared R_XTRA_CFLAGS = -mieee-fp R_XTRA_CPPFLAGS = -I$(R_HOME)/include R_XTRA_FFLAGS = ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS) ALL_CFLAGS = $(R_XTRA_CFLAGS) $(CPICFLAGS) $(CFLAGS) ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FPICFLAGS) $(FFLAGS) .SUFFIXES: .SUFFIXES: .c .f .o .c.o: $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@ .f.c: .f.o: $(FC) $(ALL_FFLAGS) -c $< -o $@ $(SHLIB): $(OBJS) $(SHLIBLD) $(SHLIBLDFLAGS) $(LDFLAGS) -o $@...
1999 Nov 13
0
patches for alpha
...nf.in.alpha-patch Thu Aug 19 00:24:49 1999 +++ ./Makeconf.in Sun Sep 12 17:38:27 1999 @@ -56,7 +56,10 @@ .SUFFIXES: .SUFFIXES: .c .f .d .o -@depend_rules_frag@ +# added for alpha (autoconf broken?): +.c.d: + @echo "making $@ from $<" + @$(CC) -M $(ALL_CPPFLAGS) $(ALL_CFLAGS) $< >$@ .c.o: $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@ @f77_rules_frag@ 2. aclocal.m4 has many wrong C preprocessor directives "#define"s and "#include"s with "#" not in column 1 (DEC cc wants it there) That means #define SOMETHIN...
2000 Jun 19
1
Trying to compile R on Unix
...lude/R_ext R_XTRA_FFLAGS = @R_XTRA_FFLAGS@ R_XTRA_LIBS = @R_XTRA_LIBS@ RANLIB = @RANLIB@ SHELL = /bin/sh SHLIBEXT = @SHLIBEXT@ SHLIBLD = @SHLIBLD@ SHLIBLDFLAGS = @SHLIBLDFLAGS@ TAR = @TAR@ X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ YACC = @YACC@ ALL_CFLAGS = $(R_XTRA_CFLAGS) $(CFLAGS) ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS) ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FFLAGS) .SUFFIXES: .SUFFIXES: .c .f .d .o @depend_rules_frag@ .c.o: $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@ @f77_rules_frag@ prefix = @prefix@ exec_prefix = @exec...
2015 Dec 29
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...devel/36886/match=package+tools+malformed http://article.gmane.org/gmane.comp.lang.r.devel/23372/match=package+tools+malformed Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and 30 minutes ago) To that, to get debug data, I have * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG * rm src/extra/tre/tre-match-parallel.o * find . -name \*.so -exec rm {} \; * make * cd src/library/tools * make -s sysdata Attached are the two script files of the screen output. The 32-bit one is more verbose - and contains magically lines such as: found matc...
2006 Sep 01
2
[LLVMdev] gfortran: patch, question
...============================================================== --- gcc/fortran/Make-lang.in (revision 160) +++ gcc/fortran/Make-lang.in (working copy) @@ -106,7 +106,7 @@ # The compiler itself is called f951. f951$(exeext): $(F95_OBJS) \ $(BACKEND) $(LIBDEPS) - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \ + $(LINKCC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \ $(F95_OBJS) $(BACKEND) $(F95_LIBS) gt-fortran-f95-lang.h gtype-fortran.h : s-gtype; @true -- Michael McCracken UCSD CSE PhD Candidate research: http://www.cse.ucsd.edu/~mmccrack/ misc: http://...
2008 Jul 10
4
[LLVMdev] Including svn version number in --version output
...sn-modes.h >> MACHMODE_H = machmode.h mode-classes.def insn-modes.h >> @@ -2048,9 +2051,11 @@ >> >> dumpvers: dumpvers.c >> >> -version.o: version.c version.h $(DATESTAMP) $(BASEVER) $(DEVPHASE) >> +.PHONY: version.o >> +version.o: >> $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \ >> -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \ >> + -DSVNVER=$(SVNVER_s) \ >> -DDEVPHASE=$(DEVPHASE_s) -c $(srcdir)/version.c $(OUTPUT_OPTION) >> >> gtype-desc.o: gtype-desc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $ >> (TM_H)...
2009 Jan 11
3
Package Matrix does not compile in R-devel_2009-01-10
Dear developers, today I tried to build and install R-devel_2009-01-10 on FreeBSD 8.0-CURRENT (i386) for testing purposes. All went well until compiling the now recommended (integrated) Matrix package. At this point the following break occured: ------------------------------------------------ begin installing recommended package Matrix * Installing *source* package 'Matrix' ... **
2006 May 02
1
Force action in package install?
I'd like to substitute the Subversion revision number for a string in a package man page every time the package is installed or built. I can assume it is being installed or built from a Subversion working copy. I tried putting a target that depends on FORCE into Makefile or Makevars in the src directory, but it is not being built. What sort of make magic do I need, and where do I put it
2004 Nov 02
0
how to call function in ../src/main
...) { return 2 * pt(t, deg, 0, 0); } We create GetPvalueForT.i, which has /* File : GetPvalueForT.i */ %module GetPvalueForT extern double GetPvalueForT ( double t, double deg ); We use GetPvalueForT: $(srcdir)/GetPvalueForT.c swig -perl5 GetPvalueForT.i gcc $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c GetPvalueForT.c GetPvalueForT_wrap.c -I$(DCDFLIB) -I/usr/local/lib/perl5/5.8.2/sun4-solaris-thread-multi/CORE -Im ld -G GetPvalueForT.o -Im -L. -lRmath -lm GetPvalueForT_wrap.o -o GetPvalueForT in Makefile and we got GetPvalueForT.pm and GetPvalueForT and then we can call it from perl...
2015 Dec 31
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...icle.gmane.org/gmane.comp.lang.r.devel/23372/match=package+tools+malformed >> Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and >> 30 minutes ago) >> >> To that, to get debug data, I have >> >> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = >> $(ALL_CFLAGS_LO) -DTRE_DEBUG >> * rm src/extra/tre/tre-match-parallel.o >> * find . -name \*.so -exec rm {} \; >> * make >> * cd src/library/tools >> * make -s sysdata >> >> Attached are the two script files of the screen output. The 32-bit &gt...
2016 Jan 01
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
.../gmane.comp.lang.r.devel/23372/match=package+tools+malformed Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and 30 minutes ago) >>>> >>>> To that, to get debug data, I have >>>> >>>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG >>>> * rm src/extra/tre/tre-match-parallel.o >>>> * find . -name \*.so -exec rm {} \; >>>> * make >>>> * cd src/library/tools >>>> * make -s sysdata >>>> >>>> Attached are the two scr...
2015 Dec 30
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...ed > > http://article.gmane.org/gmane.comp.lang.r.devel/23372/match=package+tools+malformed > Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and > 30 minutes ago) > > To that, to get debug data, I have > > * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = > $(ALL_CFLAGS_LO) -DTRE_DEBUG > * rm src/extra/tre/tre-match-parallel.o > * find . -name \*.so -exec rm {} \; > * make > * cd src/library/tools > * make -s sysdata > > Attached are the two script files of the screen output. The 32-bit one > is more verbose - and cont...
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
...= machmode.h mode-classes.def insn-modes.h >>> @@ -2048,9 +2051,11 @@ >>> >>> dumpvers: dumpvers.c >>> >>> -version.o: version.c version.h $(DATESTAMP) $(BASEVER) $(DEVPHASE) >>> +.PHONY: version.o >>> +version.o: >>> $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \ >>> -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \ >>> + -DSVNVER=$(SVNVER_s) \ >>> -DDEVPHASE=$(DEVPHASE_s) -c $(srcdir)/version.c $(OUTPUT_OPTION) >>> >>> gtype-desc.o: gtype-desc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h...
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
.../match=package+tools+malformed Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and 30 minutes ago) >>>>>> >>>>>> To that, to get debug data, I have >>>>>> >>>>>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG >>>>>> * rm src/extra/tre/tre-match-parallel.o >>>>>> * find . -name \*.so -exec rm {} \; >>>>>> * make >>>>>> * cd src/library/tools >>>>>> * make -s sysdata >>>>&gt...
2016 Jan 01
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...rticle.gmane.org/gmane.comp.lang.r.devel/23372/match=package+tools+malformed Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and 30 minutes ago) >>> >>> To that, to get debug data, I have >>> >>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG >>> * rm src/extra/tre/tre-match-parallel.o >>> * find . -name \*.so -exec rm {} \; >>> * make >>> * cd src/library/tools >>> * make -s sysdata >>> >>> Attached are the two script files of the screen outp...