search for: objcflag

Displaying 20 results from an estimated 21 matches for "objcflag".

Did you mean: objcflags
2017 Jan 13
0
[PATCH 1/4] Do not override CFLAGS, as CFLAGS is a user flag.
...t;x"], + [enable_debug="yes"]) + + # case of debug + AS_CASE([$enable_debug], + [yes],[ + AC_MSG_RESULT(yes) + CFLAGS="${CFLAGS} -g -O0" + CXXFLAGS="${CXXFLAGS} -g -O0" + FFLAGS="${FFLAGS} -g -O0" + FCFLAGS="${FCFLAGS} -g -O0" + OBJCFLAGS="${OBJCFLAGS} -g -O0" + ], + [info],[ + AC_MSG_RESULT(info) + CFLAGS="${CFLAGS} -g" + CXXFLAGS="${CXXFLAGS} -g" + FFLAGS="${FFLAGS} -g" + FCFLAGS="${FCFLAGS} -g" + OBJCFLAGS="${OBJCFLAGS} -g" + ], + [profile],[ + AC_MS...
2017 Jan 15
0
[PATCH 1/2] Do not override CFLAGS, as CFLAGS is a user flag.
...t;x"], + [enable_debug="yes"]) + + # case of debug + AS_CASE([$enable_debug], + [yes],[ + AC_MSG_RESULT(yes) + CFLAGS="${CFLAGS} -g -O0" + CXXFLAGS="${CXXFLAGS} -g -O0" + FFLAGS="${FFLAGS} -g -O0" + FCFLAGS="${FCFLAGS} -g -O0" + OBJCFLAGS="${OBJCFLAGS} -g -O0" + ], + [info],[ + AC_MSG_RESULT(info) + CFLAGS="${CFLAGS} -g" + CXXFLAGS="${CXXFLAGS} -g" + FFLAGS="${FFLAGS} -g" + FCFLAGS="${FCFLAGS} -g" + OBJCFLAGS="${OBJCFLAGS} -g" + ], + [profile],[ + AC_MS...
2017 Jan 15
4
Updated CFLAGS patches and make test compilation conditional
Hi Erik, I've found a middleground for the problem of setting default CFLAGS. I've gone back to setting them if {C,CXX,CPP,LD}FLAGS are unset at the onset of the configure script (i.e., the user hasn't specified anything) and then proceed to set them to the defaults as before. This has been suggested before: https://lists.gnu.org/archive/html/autoconf/2006-04/msg00022.html In
2017 Jan 13
9
Upstreaming Gentoo patches
Dear FLAC devs, I would like to get some of our patches merged into master. Most of them deal with adhering to GNU conventions, respectively not overriding flags/variables that are up to the user to set. For instance, honoring $(htmldir) is important, as we have installation paths for the documentation that differ from what is currently coded in the various Makefile.am's. Regards David
2011 Aug 19
2
[LLVMdev] building LLVM for i386 under snow leopard
Hello, Does anyone know how to build LLVM for the i386 architecture with snow leopard (this seems to have been the default for leopard). I've tried building with: ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/ --enable-shared --enable-jit && make but I still end up with x86_64 binaries. Thanks, Keith
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
2011 Aug 19
0
[LLVMdev] building LLVM for i386 under snow leopard
...t; Hello, Does anyone know how to build LLVM for the i386 architecture > with snow leopard (this seems to have been the default for leopard). > I've tried building with: > > ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch > i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/ > --enable-shared --enable-jit&& make > > but I still end up with x86_64 binaries. to get this effect on Linux I configure LLVM with --build=i686-pc-linux-gnu and do export CC="gcc -m32" export CXX="g++ -m3...
2009 May 27
1
R package installation (PR#13726)
...S: RHELS 5.2 Submission from: (NULL) (194.181.94.250) Compile R for 32 bit on a 64 bit machine: unset LD_LIBRARY_PATH unset R_LD_LIBRARY_PATH export CC="gcc -m32" export CXXFLAGS="-m32 -O2 -g" export FFLAGS="-m32 -O2 -g" export FCFLAGS="-m32 -O2 -g" export OBJCFLAGS="-m32 -O2 -g" export LIBnn=lib ./configure --with-x=no --enable-R-shlib --prefix=/prefix Now try to install a package which has Fortran files inside: /prefix/bin/R CMD INSTALL crawl_1.0-4.tar.gz * Installing to library '/prefix/lib/R/library' * Installing *source* package ...
2007 Aug 21
2
compiling R under cygwin
...whether this information is likely to be useful to others, and if we should spend any time looking in to ways in which the configure/build/install code could be modified to allow a standard install. Notes on building R under cygwin: export FFLAGS=-O3 export CFLAGS=-O3 export CXXFLAGS=-O3 export OBJCFLAGS=-O3 export FCFLAGS=-O3 export LDFLAGS='-lblas -lg2c -lintl' export R_OSTYPE=unix ./configure --prefix=/opt/freeware/R/R-2.5.1 \ --with-tcl-config=/usr/lib/tclConfig.sh \ --with-tk-config=/usr/lib/tkConfig.sh \ --with-blas=-lblas \ --with-lapack=-llapack \ --enable-R-shlib comment out...
2008 Jun 03
2
benchmarking R installations
...oft/linux-rhel4-x86_64/intel/cce/10.1.013/bin/icpc" \ CXXFLAGS="-O3 -no-prec-div -unroll" \ FC="/N/soft/linux-rhel4-x86_64/intel/fce/10.1.013/bin/ifort" \ FCFLAGS="-O3 -no-prec-div -unroll" \ OBJC="/N/soft/linux-rhel4-x86_64/intel/cce/10.1.013/bin/icc" \ OBJCFLAGS="-O3 -no-prec-div -unroll" \ --disable-R-profiling --disable-memory-profiling ## make all make install Mark -- Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry Indiana University School of Medicine 15032 Hunter Court, Westfield, IN 46074 (317) 490-5129 Work, & Mobile...
2010 May 18
8
gem for snow leopard?
Does anybody plan to post binary rem for SL? Id''love to rely on its availability in the installation script... As wx included in installation package makes it huge... Sergey Chernov real.sergeych@gmail.com
2009 Mar 31
1
Compile R Library with GCC garbage collection on or supported
Hi All, I'm not that familiar with configure or make (more of a Java developer as a dayjob) but I was wondering what the process would be to add the flag -fobjc-gcc in the compilation of the R library for use in an Objective-C application. Can one simply drop this into the configure file somewhere? Thanks, Dave [[alternative HTML version deleted]]
2008 Feb 17
1
[LLVMdev] llvm 2.2 build problems
I'm getting an error when trying to build llvm 2.2's tblgen: llvm[2]: Linking Release executable tblgen (without symbols) /usr/bin/ld: Undefined symbols: llvm::MemoryBuffer::getFileOrSTDIN(char const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, long long) llvm::cl::ParseCommandLineOptions(int, char**, char const*) It's
2009 Nov 13
0
Problem building R 2.10 release
...The first problem I encounter seems to be with icc and wctype.h during ./configure. export CC="icc -std=c99" export CXX=icpc export OBJC="icc -std=c99" export FC=ifort export CFLAGS="-mssse3 -g -O3 -wd188 -ip" export CXXFLAGS="-mssse3 -g -O3 -no-gcc" export OBJCFLAGS=-"-mssse3 -g -O3" export FCFLAGS="-mssse3 -g -O3 -mp" ./configure --with-system-zlib --with-system-bzlib --with-system-pcre --with-blas=/usr/local/lib/libgoto_penrynp-r1.26.so --with-lapack=/usr/local/lib/liblapack.so --with-readline=/usr/lib/libreadline.so --with-jpeglib=/usr...
2009 Mar 21
2
How to change Rlapack by lapack (for rpy2 installation)?
(I asked an earlier question on the rpy2 installation to the rpy2 list, the solution there was to edit the setup.py script, but this looks beyond what I can do unless someone tells me exactly what to modify). I have R 2.8.1 on 2 machines running ubuntu 8.04 (packages R-base and R-base-dev, among others, installed using Synaptic) and while the installation of rpy2 went fine on machine1, failed on
2009 Feb 21
1
Install failure (PR#13545)
...n_set= ac_cv_env_LIBnn_value= ac_cv_env_MAIN_CFLAGS_set= ac_cv_env_MAIN_CFLAGS_value= ac_cv_env_MAIN_FFLAGS_set= ac_cv_env_MAIN_FFLAGS_value= ac_cv_env_MAIN_LDFLAGS_set= ac_cv_env_MAIN_LDFLAGS_value= ac_cv_env_MAIN_LD_set= ac_cv_env_MAIN_LD_value= ac_cv_env_MAKE_set= ac_cv_env_MAKE_value= ac_cv_env_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_value= ac_cv_env_R_BATCHSAVE_set= ac_cv_env_R_BATCHSAVE_value= ac_cv_env_R_BROWSER_set= ac_cv_env_R_BROWSER_value= ac_cv_env_R_PAPERSIZE_set=set ac_cv_env_R_PAPERSIZE_value=letter ac_cv_env_R_PRINTCMD_set= ac_cv_env_R_PRINTCMD_valu...
2007 Apr 24
0
R 2.5.0 is released
...to NULL. UTILITIES o Additional Sweave() internal functions are exported to help writing new drivers, and RweaveLatexRuncode() is now created using a helper function (all from a patch submitted by Seth Falcon). o The following additional flags are accessible from R CMD config: OBJC, OBJCFLAGS, JAR, JAVA, JAVAC, JAVAH, JAVA_HOME, JAVA_LIBS and JAVA_CPPFLAGS. o R CMD build now takes the package name from the DESCRIPTION file and not from the directory. (PR#9266) o checkS3methods() (and hence R CMD check) now checks agreement with primitive internal generics, and checks for...
2007 Apr 24
0
R 2.5.0 is released
...to NULL. UTILITIES o Additional Sweave() internal functions are exported to help writing new drivers, and RweaveLatexRuncode() is now created using a helper function (all from a patch submitted by Seth Falcon). o The following additional flags are accessible from R CMD config: OBJC, OBJCFLAGS, JAR, JAVA, JAVAC, JAVAH, JAVA_HOME, JAVA_LIBS and JAVA_CPPFLAGS. o R CMD build now takes the package name from the DESCRIPTION file and not from the directory. (PR#9266) o checkS3methods() (and hence R CMD check) now checks agreement with primitive internal generics, and checks for...
2019 Mar 04
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...fix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro' OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM...
2019 Mar 11
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...fix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro' OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM...