Displaying 20 results from an estimated 163 matches for "d__no_math_inlin".
Did you mean:
d__no_math_inline
2003 Sep 30
2
cluster & mgcv update
...e: atlas2-base is installed and blas as well (on
debian). I haven't found lf77blas, I assume it's a library or something
similar associated with blas.
any suggestion how to solve that, thanks Martin
* Installing *source* package 'cluster' ...
** libs
gcc -I/usr/lib/R/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c
clara.c -o clara.o
g77 -mieee-fp -fPIC -g -O2 -c daisy.f -o daisy.o
make: g77: Command not found
make: *** [daisy.o] Error 127
ERROR: compilation failed for package 'cluster'
* Installing *source* package 'mgcv' ...
** libs
gcc -I/usr/lib/R/include...
2004 Jun 10
3
Package installation
...nybody knows what I can do?
Many thanks, Toralf
PS: If you need more info please let me know.
---- install log ---------
/u/geware/programs/analysis/R-packages (root) ->R CMD INSTALL izbi
* Installing *source* package 'izbi' ...
** libs
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c aggreg.c -o
aggreg.o
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c grptest.c -o
grptest.o
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES...
2004 Jun 10
4
patches for xiph build setup
Hi,
I offered some time ago to do some build cleanup. Today I did so and
here's my slew of patches.
Basically, they
- touch ogg, vorbis, vorbis-tools and theora
- fix a bunch of autotools issues
- uniformize the use of them across the four
- fix compile/link flags
- use pkgconfig if it's available to detect flags
- for vorbis-tools, generate and use config.h
- add -uninstalled .pc stuff
2004 Jun 10
4
patches for xiph build setup
Hi,
I offered some time ago to do some build cleanup. Today I did so and
here's my slew of patches.
Basically, they
- touch ogg, vorbis, vorbis-tools and theora
- fix a bunch of autotools issues
- uniformize the use of them across the four
- fix compile/link flags
- use pkgconfig if it's available to detect flags
- for vorbis-tools, generate and use config.h
- add -uninstalled .pc stuff
2000 Nov 19
0
potential BeOS fix
...re a simple test program for the FP bug in the math inline
header
I'd like to see if BeOS suffers from the problem or not.
Dave
--- configure.in Sun Nov 19 14:42:16 2000
+++ /Be3/Apps/vorbis/configure.in Sat Nov 18 05:02:34 2000
@@ -123,11 +123,6 @@
DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -mv8"
CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
- *beos)
- LIB_VORBIS="libvorbis.la"
- DEBUG="-g -Wall -D__NO_MATH_INLIN...
2003 Nov 25
1
Something broken with update?
...status
make: *** [KernSmooth.so] Error 1
ERROR: compilation failed for package 'KernSmooth'
** Removing '/usr/lib/R/library/KernSmooth'
** Restoring previous '/usr/lib/R/library/KernSmooth'
* Installing *source* package 'mgcv' ...
** libs
gcc -I/usr/lib/R/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c gcv.c
-o gcv.o
gcc -I/usr/lib/R/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c
magic.c -o magic.o
gcc -I/usr/lib/R/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c mat.c
-o mat.o
gcc -I/usr/lib/R/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O...
2006 Apr 24
1
undefined type 'struct tms' when compiling for MinGW
.../lib
./configure --prefix=c:/mingw --with-lapack=yes --with-zlib=yes
--with-system-pcre=yes --with-x=no --disable-nls --disable-rpath
--enable-R-shlib
...
make[3]: Entering directory `/src/R-2.2.1/src/unix'
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -D__NO_MATH_INLINES -g -O2 -c dynload.c -o dynload.lo
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -D__NO_MATH_INLINES -g -O2 -c edit.c -o edit.lo
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -D__NO_MATH_INLINES -g -O2 -c stubs.c...
2007 Oct 01
1
lpSolve doesn't compile because of a malloc.h error
...ge 'lpSolve' ...
** libs
cc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I . -DINTEGERTIME -DPARSER_LP -DBUILDING_FOR_R -DYY_NEVER_INTERACTIVE -DUSRDLL -DCLOCKTIME -DRoleIsExternalInvEngine -DINVERSE_ACTIVE=INVERSE_LUSOL -DINLINE=static -DParanoia -I/usr/local/include -D__NO_MATH_INLINES -fpic -O2 -fno-strict-aliasing -pipe -march=prescott -c
colamd.c -o colamd.o
cc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I . -DINTEGERTIME -DPARSER_LP -DBUILDING_FOR_R -DYY_NEVER_INTERACTIVE -DUSRDLL -DCLOCKTIME -DRoleIsExternalInvEngine -DINVERSE_ACTIVE=INVERSE_LUSOL...
2004 May 31
1
e1071 build issue
...rks... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
** libs
gcc -I/app/R-1.9.0-p/lib/R/include -I/usr/local/include
-D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c Rsvm.c -o Rsvm.o
gcc -I/app/R-1.9.0-p/lib/R/include -I/usr/local/include
-D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c cmeans.c -o cmeans.o
gcc -I/app/R-1.9.0-p/lib/R/include -I/usr/local/include
-D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c cshell.c -o cshell....
2003 Mar 24
0
compiling R on Linux w/ Intel compilers
...directory `/home/andy/R-devel/src/library/methods/src'
make[5]: `Makedeps' is up to date.
make[5]: Leaving directory `/home/andy/R-devel/src/library/methods/src'
make[5]: Entering directory `/home/andy/R-devel/src/library/methods/src'
icc -I../../../../include -I/usr/local/include -D__NO_MATH_INLINES -mp
-fpic -g -c do_substitute_direct.c -o do_substitute_direct.o
icc -I../../../../include -I/usr/local/include -D__NO_MATH_INLINES -mp
-fpic -g -c methods_list_dispatch.c -o methods_list_dispatch.o
icc -I../../../../include -I/usr/local/include -D__NO_MATH_INLINES -mp
-fpic -g -c method_met...
2002 Jul 11
0
missing links in GRASS package for R
...*source* package `GRASS' ...
GRASS5 /usr/local/grass5/grass5bin/grass5 from configure arguments
GRASS HOME directory: /usr/local/arch/grass5
GRASS source files found - installing compiled interface
libs
gcc -I/usr/lib/R/include -I/usr/local/arch/grass5/include
-I/usr/local/include -mieee-fp -D__NO_MATH_INLINES -fPIC -O2 -march=i386
-mcpu=i686 -c gmeta.c -o gmeta.o
gcc -I/usr/lib/R/include -I/usr/local/arch/grass5/include
-I/usr/local/include -mieee-fp -D__NO_MATH_INLINES -fPIC -O2 -march=i386
-mcpu=i686 -c gmeta.access.c -o gmeta.access.o
gcc -I/usr/lib/R/include -I/usr/local/arch/grass5/include...
2000 Dec 19
1
packages installation failed on Linux
...ackages logspline and tseries. The error messages are as follows. Can
anyone help? The compiler is gcc 2.95.3, if that helps.
Andy
================================================
Installing source package `logspline' ...
libs
gcc -I/usr/local/lib/R/include -I/usr/local/include -mieee-fp
-D__NO_MATH_INLINES -fPIC -g -O2 -c logsplin.c -o logsplin.o
g77 -fPIC -g -O2 -c mpack.f -o mpack.o
ld: warning: cannot find entry symbol _start; defaulting to 08048080
logsplin.o: In function `logcensor':
/tmp/R.INSTALL.14651/logspline/src/logsplin.c:101: undefined reference to
`printf'
/tmp/R.INSTALL....
2003 Sep 24
1
SJava help
...*********
** libs
gcc -I/usr/lib/R/include -D_R_ -I/usr/lib/R/include
-I/usr/lib/R/include/R_ext -I/tmp/R.INSTALL.30363/SJava/src/RSJava -I.
-I/tmp/R.INSTALL.30363/SJava/inst/include -IRSJava
-I/opt/lang/java/j2sdk1.4.2_01/include
-I/opt/lang/java/j2sdk1.4.2_01/include/linux -I/usr/local/include
-D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g
-c ConverterExamples.c -o ConverterExamples.o
gcc -I/usr/lib/R/include -D_R_ -I/usr/lib/R/include
-I/usr/lib/R/include/R_ext -I/tmp/R.INSTALL.30363/SJava/src/RSJava -I.
-I/tmp/R.INSTALL.30363/SJava/inst/include -IRSJava
-I/opt/lang/java/j2sdk1...
2001 Mar 09
6
Problem compiling ogg on OpenBSD-2.7
Hi,
I have downloaded the following files
libao-0.6.0.tar.gz
libogg-1.0beta4.tar.gz
libvorbis-1.0beta4.tar.gz
vorbis-tools-1.0beta4.tar.gz
as said from the download section. But I'm at a loss to what do after
that. I don't have much experience/knowledge in compiling etc, but I
still want to try out ogg. (I downloaded the source coz I have an OpenBSD
machine, and there was no
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
...GCC 3.4.6.
The build fails with the following error :
Making all in examples
gmake[2]: Entering directory
`/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include
-I/afs/cad/solaris/ogg-1.1.3/include -O20 -ffast-math
-D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -MT decoder_example.o
-MD -MP -MF .deps/decoder_example.Tpo -c -o decoder_example.o
decoder_example.c
mv -f .deps/decoder_example.Tpo .deps/decoder_example.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -O20 -ffast-math
-D__NO_MATH_INLINES -fsigned-char -DUSE_M...
2001 Jan 29
1
Mac OS X/Darwin patch for libvorbis
...===============================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.34
diff -u -p -r1.34 configure.in
--- configure.in 2001/01/23 17:42:20 1.34
+++ configure.in 2001/01/30 01:37:27
@@ -123,6 +123,10 @@ else
DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -mv8"
CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
+ *-*-darwin*)
+ DEBUG="-DDARWIN -fno-common -force_cpusubtype_AL...
2004 Apr 07
1
installing RMySQL
Hi,
I have problems installing RMySQL under R1.8.1 and RHlinux (kernel2.4.7).
During compilation I get:
** libs
gcc -I/usr/lib/R/include -I/usr/include/mysql -I/usr/local/include
-D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g
-c RS-DBI.c -o RS-DBI.o
gcc -I/usr/lib/R/include -I/usr/include/mysql -I/usr/local/include
-D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g
-c RS-MySQL.c -o RS-MySQL.o
gcc -shared -L/usr/local/lib -o RMySQL.so RS-DBI.o...
2007 Feb 02
1
[LLVMdev] LLVM & Mozilla
Hello Everyone.
With the help of recent regparm/inreg patches (landed week ago) LLVM was
able able to build recent Mozilla/Seamonkey distribution.
The target system in question was x86-32/Linux. Seamonkey suite 1.07 was
built.
Instructions:
1. Configure with CXXFLAGS="-D__NO_MATH_INLINES"
CFLAGS="-D__NO_MATH_INLINES" CC=<your llvm-gcc> CXX=<your llvm-g++>
2. Make as usual.
No additional patching is needed.
Have fun!
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 May 16
1
Unable to compile "Matrix" package
...nd the package.
Therefore I downloaded the *.tar.gz from the CRAN site and issued
R CMD INSTALL Matrix_0.99875-1.tar.gz
but the comilation ended in an error (see the complete attached
r_log.tar.gz)
cc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -I../UFc
cc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -I../UFc
ar -rucs ../COLAMD.a colamd.o colamd_global.oM
( cd Source ; make lib )M
Error expanding embedded variable.M
*** Error code 2M
M
Stop in /tmp/R.INSTALL.IuAhvE/Matrix/sr...
2006 Jan 11
2
Problem with making Matrix
Hi R-help citizens,
I'm having trouble making version 0.99-6 of Matrix on FreeBSD 6.0.
The error message is:
* Installing *source* package 'Matrix' ...
** libs
gcc -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -fPIC -g -O2 -c Csparse.c -o Csparse.o
... numerous lines deleted ...
gcc -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -fPIC -g -O2 -c triplet_to_col.c -o triplet_to_col.o
f77 -fPIC -g -O2 -c zpotf2.f -o zpotf2.o
f77 -fPIC -g -O2 -c zpotrf.f -o zpotrf.o
touch C...