search for: m486

Displaying 20 results from an estimated 42 matches for "m486".

Did you mean: 486
2003 Sep 24
1
SJava help
...-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.4.2_01/include -I/opt/lang/ja...
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 RS-MySQL.o -lmysqlclient -lz...
2001 Jan 30
1
vorbis-tools build problems
Building vorbis-tools out of today's CVS (Jan 30) on Linux/i386 has a few problems. 1) Building oggenc: gcc -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0prebeta4\" -I. -I. -pipe -O2 -m486 -fno-strength-reduce -c platform.c platform.c:55: warning: garbage at end of `#ifdef' argument 2) Building ogg123: gcc -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0prebeta4\" -I. -I. -pipe -O2 -m486 -fno-strength-reduce -c buffer.c buffer.c: In function `writer_main...
2000 Feb 22
2
Some problems with R and/or locfit
...0.1-1.i386.rpm package. I dowloaded the locfit package available at the CRAN site and ran : R INSTALL locfit_1.00.tar.gz. During the installation I receive the following message : Installing package `locfit' ... libs gcc -I/usr/lib/R/include -I/usr/lib/R/include/R_ext -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g -c S_enter.c -o S_enter.o S_enter.c: In function `basis': S_enter.c:39: warning: passing arg 3 of `call_R' from incompatible pointer type gcc -I/usr/lib/R/include -I/usr/lib/R/include/R_ext -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g -c adap.c -o adap.o gcc...
2000 Nov 21
2
help installing packages
I was trying to install a package but received this error message: >R INSTALL KernSmooth_2.22-3.tar.gz Installing package `KernSmooth' ... libs g77 -fPIC -O2 -m486 -fno-strength-reduce -g -c blkest.f -o blkest.o make: g77: Command not found make: *** [blkest.o] Error 127 Must I have a fortran compiler to install R packages? Thanks for any advice, Rose Hoberman -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing li...
2003 Sep 22
0
MANY obsolete descriptions in INSTALL
...ros support to be enabled. - --with-skey=PATH will enable S/Key one time password support. You will need the S/Key libraries and header files installed for this to work. @@ -175,6 +166,14 @@ can specify these as environment variables before running ./configure. For example: - -CFLAGS="-O -m486" LDFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure + CFLAGS="-O -m486" LDFLAGS="-s" LIBS="-lrubbish" ./configure +Also, you can do as the values of the options to the configure script. +For example: + ./configure --with-cfl...
2005 Sep 16
7
mpg123 on x86_64 (Opteron MP)
...compiled mpg123 in the 1.0.x or 1.2beta1 distributions (I'm running FC3 linux on an Opteron 2 processor system)? Are there any patches out there to make it work? gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX - DREAD_MMAP -DOSS -DTERM_CONTROL -Wall -O2 - m486 -fomit-frame-pointer -funroll-all- loops -finline-functions -ffast-math -c -o dct64_i386.o dct64_i386.c as -o decode_i586.o decode_i586.s decode_i586.s: Assembler messages: decode_i586.s:44: Error: suffix or operands invalid for `push' <snip> decode_i58...
2002 May 25
2
mismatch against version of openssl, letter version brokeness
What risk exists in changing the check for the matching version of openssl so that the final letter part of the version (e.g. 0.9.6c vs. 0.9.6d) is ignored? Are there any security vulnerabilities in such a thing? What if ssh(d) is linked against an older _letter_ version such as 0.9.6c and now finds the library is 0.9.6d? Is there a security risk in that? Surely a major API change would not
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...1:41.000000000 -0800 @@ -7,6 +7,7 @@ choice config M386 bool "386" + depends on !X86_VMI ---help--- This is the processor type of your CPU. This information is used for optimizing purposes. In order to compile a kernel that can run on @@ -47,6 +48,7 @@ config M386 config M486 bool "486" + depends on !X86_VMI help Select this for a 486 series processor, either Intel or one of the compatible processors from AMD, Cyrix, IBM, or Intel. Includes DX, @@ -55,6 +57,7 @@ config M486 config M586 bool "586/K5/5x86/6x86/6x86MX" + depends on !X8...
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...1:41.000000000 -0800 @@ -7,6 +7,7 @@ choice config M386 bool "386" + depends on !X86_VMI ---help--- This is the processor type of your CPU. This information is used for optimizing purposes. In order to compile a kernel that can run on @@ -47,6 +48,7 @@ config M386 config M486 bool "486" + depends on !X86_VMI help Select this for a 486 series processor, either Intel or one of the compatible processors from AMD, Cyrix, IBM, or Intel. Includes DX, @@ -55,6 +57,7 @@ config M486 config M586 bool "586/K5/5x86/6x86/6x86MX" + depends on !X8...
1999 Dec 14
0
1.2pre17 fails to compile on RedHat 4.2/i386 (libc5)
Here goes: ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-tcp-wrappers Compiles just about everything until: gcc -O2 -m486 -fno-strength-reduce -Wall -DETCDIR=\"/etc/ssh\" -DSSH_PROGRAM=\"/usr/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c ssh.c -o ssh.o ssh.c: In function `main': ssh.c:751: warning: implicit declaration of function `d...
2004 Aug 20
1
gcc optimization flag when building R
...-linux-gnu Source directory: . Installation directory: /usr/local C compiler: gcc -D__NO_MATH_INLINES -mieee-fp -DNO_PURE -Wchar-subscripts -Wformat -Wimplicit -Wreturn-type -Wswitch -Wreorder -Wwrite-strings -Woverloaded-virtual -Wshadow -Wno-ctor-dtor-privacy -m486 -fPIC -DOSRELMAJOR=2 -DOSRELMINOR=4 C++ compiler: g++ -mieee-fp -g -O2 Fortran compiler: g77 -mieee-fp -g -O2 Interfaces supported: X11, tcltk External libraries: readline, BLAS(generic) Additional capabilities: PNG, JPEG Options enabled:...
2003 Nov 13
1
Installing packages
...ad using the rpm manager. Using packageStatus(), I am attempted to upgrade several packages. This is unsuccessful with the following error messages: * Installing *source* package 'MASS' ... ** libs gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g -c MASS.c -o MASS.o gcc: installation problem, cannot exec `cpp0': No such file or directory make: *** [MASS.o] Error 1 ERROR: compilation failed for package 'MASS' gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-113) is installed. I have checked the R archiv...
2002 Dec 13
0
Problem with RMySQL 0.5-0 under RH7.3
...yes checking for /usr/local/include/mysql/mysql.h... no checking for /usr/include/mysql/mysql.h... yes updating cache ./config.cache creating ./config.status creating src/Makevars ** 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 RS-MySQL.o -L/usr/lib/mysql -...
2000 Mar 04
1
Need Arith.h
I just installed 1.0 (great job, everyone!) and rebuilt all my packages. I have found an error in making VR_6.1-6.tar.gz: Installing package `MASS' ... libs gcc -I/usr/lib/R/include -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g -c MASS.c -o MASS.o MASS.c:631: Arith.h: No such file or directory make: *** [MASS.o] Error 1 The file /usr/lib/R/include/Arith.h used to be there (locate says it's there, but the locate db hasn't been rebuilt yet) but isn't anymore. I suspect it got left out of...
2002 Aug 07
1
FW: ROracle error
Howdy, When doing a install.packages("ROracle") in R I'm getting the following error: R CMD COMPILE RS-DBI.c make[1]: Entering directory `/tmp/R.INSTALL.1809/ROracle/src' gcc -I/usr/lib/R/include -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 make[1]: Leaving directory `/tmp/R.INSTALL.1809/ROracle/src' proc CODE=ANSI_C INCLUDE=/usr/lib/R/include PARSE=FULL RS-Oracle.pc make: proc: Command not found make: *** [RS-Oracle.c] Error 127 ERROR: compilation failed for package 'ROra...
2002 Jul 18
1
debian potato cvs wine segfaults on compile
...binutils 2.12.2 (upgraded) X 4.2 (upgraded) Nvidia drivers from Nvidias website (libGL 1.3) I get the following errors, I've tryied to compile this several times with tools/wineinstall and also 'configure && make depend && make', with and without these CLFAGS "-O3 -m486 -mcpu=i686 -march=i686 -ffast-math -malign-double", configure goes thru, make depend goes thru, but it stops and says Segfault at kernel32.spec.c - everything else (other programs) compile fine on this box and it is stable.. Here is the tail end of the compile before it stops: ---cut here---...
2001 Oct 01
1
Latest CVS of wine won't compile
Hi! I tried to compile the latest CVS version (fetched this morning) of wine, but compilation fails with: gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c In file included from ../../include/wine/winuser16.h:5, from ttydrv.h:19, from wnd.c:10: ../../include/winuser.h:29: warning: type defaults to...
2002 Sep 06
1
Installing splancs_2.01-9 on Red Hat Linux 7.3
...t 7.3 system with R 1.5.1 installed. I've installed the readline41-4.1-10 RPM which Redhat requires for R and it works great, thanks very much. However, when I attempt to R CMD INSTALL splancs_2.01-9.tar.gz as root, I get the following error message during the install: [snip] g77 -fPIC -O2 -m486 -fno-strength-reduce -g -c weight.f -o weight.o gcc -shared -o splancs.so areapl.o cncvwt.o dokhat.o inpip.o ipippa.o iplace.o k12hat.o kernel3d.o khvc.o khvmat.o krnnrm.o krnqne.o krnqrt.o nndist.o plarea.o ptinpoly.o sekhat.o sort2.o sort.o stkhat.o stsecal.o tribble.o twodimmse.o weight.o -L/...
2001 Nov 18
1
Configuration: libpng needs zlib, but ...
...told me, that the test failed because the test from R.m4 AC_CHECK_LIB(png, png_create_write_struct, [ BITMAP_LIBS="${BITMAP_LIBS} -lpng -lz" AC_DEFINE(HAVE_PNG) ], , ${LIBS}) ], AC_MSG_RESULT([no])) ]) did fail: gcc.exe -o conftest.exe -g -m486 -Zmt -Ig:/include -I/xfree86/include -Zmt -Zcrtdll -Zsysv-signals conftest.c -lpng -lsocket -lreadline -ldl -lncurses -lm -lcExt g:\lib/png.a(pngwrite.o): Undefined symbol _deflateEnd referenced from text segment g:\lib/png.a(pngwrite.o): Undefined symbol _deflate referenced from text segment g:\li...