Displaying 20 results from an estimated 150 matches for "pentium4".
Did you mean:
pentium
2006 Mar 27
1
-march=pentium2 + -mtune=pentium4 faster then -march=pentium4?
Why does GCC produce faster code using "-march=pentium2
-mtune=pentium4" on a Pentium 4 chip versus plain -march=pentium4?
Try it...
CPUTYPE=pentium2
CFLAGS+= -mtune=pentium4
COPTFLAGS+= -mtune=pentium4
--
BSD Podcasts @ http://bsdtalk.blogspot.com/
2005 Aug 12
0
OpenLDAP - building from src rpm fails (internal compiler error)
...s. I have even tried with the original (no aci) spec file.
3) Running 'rpmbuild -bb openldap.spec, which fails with the following
output:
<snip>
/bin/sh ./libtool --mode=compile cc -c -I. -I./../include
-I./../include_auto -D_GNU_SOURCE -D_REENTRANT -O2 -g -pipe -m32
-march=i386 -mtune=pentium4 -D_REENTRANT -fPIC ../db/db_auto.c
../db/db.c: In function `__db_master_update':
../db/db.c:661: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
cc -c -I....
2006 Jul 18
1
package installation problems
...t is of any importance). However, several packages (e.g.
fields etc.) refuse to be installed. I get the following error message:
[root at localhost R-files]# R CMD INSTALL fields_2.3.tar.gz
* Installing *source* package 'fields' ...
** libs
g77 -fpic -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -c css.f -o css.o
f771: invalid option `tune=pentium4'
make: *** [css.o] Error 1
ERROR: compilation failed for package 'fields'
** Removing '/usr/lib/R/library/fields'
For some reason -mtune is set to Pentium 4, although I'm using an Athlon-XP.
I searched the files in the f...
2006 Apr 03
1
Cannot compile metamail
...tamail-2.7-boundary_crash.patch):
+ patch -p1 -b --suffix .boundary_crash -s
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.96604
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd mm2.7
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd src
+ make 'RPM_OPT_FLAGS=-O2 -g -pipe -m32 -march=i386 -mtune=pentium4' basics
(cd metamail ; make CONFIGDIR=../. CFLAGS="-O2 -g -pipe -m32 -march=i386
-mtune=pentium4 -I. -DLINUX " CC="cc" LDLIBS="")
make[1]: Entering directory `/usr/src/redhat/BUILD/mm2.7/src/metamail'
rm -f metamail.o
cc -c -I../. -O2 -g -pipe -m32 -march...
2004 Aug 06
2
Coredumps when --enable-sse is selected
...x4001dd30 in sb_encode (state=0x8054e90, vin=0xbfffd1c0,
bits=0xbfffe840) at sb_celp.c:309
#5 0x40025eea in speex_encode_int (state=0x8054e90, in=0xbfffe840,
bits=0x0) at modes.c:784
#6 0x0804a150 in main (argc=134565152, argv=0xbffff884) at
My build line is as follows:
CFLAGS='-O -g -march=pentium4 -mcpu=pentium4' CXXFLAGS='-O -g
-march=pentium4 -mcpu=pentium4' ./configure --enable-sse --enable-epic-48k
--prefix=/usr/local
Command line which triggers the coredump:
$ speexenc --dtx --vbr -w test.wav test.spx
Encoding 16000 Hz audio using wideband (sub-band CELP) mode (mono)
=...
2015 Apr 10
2
[LLVMdev] MMX/SSE subtarget feature in IR
...pmad"="false" "no-frame-pointer-elim"=
"true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-ma
th"="false" "stack-protector-buffer-size"="8" "target-cpu"="pentium4" "target-fe
atures"="+mmx,-sse" "unsafe-fp-math"="false" "use-soft-float"="false" }
The attributes indicate to allow mmx, disallow sse, so this certainly looks like it might work. I don't
know whether work has been done to specif...
2004 Aug 06
1
Compile issue with gcc3.2
I've been able to get Speex to compile on gcc 2.95.3 with no problems. When using gcc 3.2 I get the following output:
gcc -DHAVE_DLFCN_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_LIBOGG=1 -DHAVE_LIBM=1 -DVERSION=\"1.0beta1\" -I. -I. -march=pentium4 -mcpu=pentium4 -O3 -pipe -c high_lsp_tables.c -o high_lsp_tables.o
cb_search.c: In function `split_cb_search_shape_sign':
cb_search.c:500: unable to find a register to spill in class `FLOAT_REGS'
cb_search.c:500: this is the insn:
(insn 716 713 717 (set (reg:SF 8 st(0) [214])
(subre...
2007 Jun 27
1
gem install mongrel fails
...of its dependencies fails to
compile ''cause gcc doesn''t like the -mtune parameter. Is there a way
to remove this parameter or cause gcc to ignore it, etc.?
make
gcc -I. -I/usr/lib/ruby/1.8/i386-linux -I/usr/lib/ruby/1.8/i386-linux -
I. -fPIC -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Wall -fPIC -
c fastthread.c
cc1: invalid option `tune=pentium4''
make: *** [fastthread.o] Error 1
# gcc --version
gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-59)
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to th...
2004 Jan 10
5
Need 3.3v 64 PCI Booard with 800FSB (for ordinary Pentium4, not Xeon)
Just spended ~ hour googling - all boards are based on GC-XX or I750X
Chipsets - all for Xeons. There also some boards for Pentium 3.
Can someone point me to a board with 64Bit 3.3v PCI for ordinary P4 with
800Mhz FSB.
Thanks
2008 Dec 11
6
Any way to reduce CPU use of OpenSSH?
On my CentOS v5.2 server (dual Pentium4) the OpenSSH daemon stands out
as being the most CPU-intensive of the applications running, It's used
176 minutes of CPU time in the last 2 days alone.
Is there any way to lower the CPU utilization without compromising
security? (I.e. without using a less processor-intensive
encrypt/decryp...
2004 Aug 06
0
Coredumps when --enable-sse is selected
...vin=0xbfffd1c0,
> bits=0xbfffe840) at sb_celp.c:309
> #5 0x40025eea in speex_encode_int (state=0x8054e90, in=0xbfffe840,
> bits=0x0) at modes.c:784
> #6 0x0804a150 in main (argc=134565152, argv=0xbffff884) at
>
> My build line is as follows:
>
> CFLAGS='-O -g -march=pentium4 -mcpu=pentium4' CXXFLAGS='-O -g
> -march=pentium4 -mcpu=pentium4' ./configure --enable-sse --enable-epic-48k
> --prefix=/usr/local
>
> Command line which triggers the coredump:
>
> $ speexenc --dtx --vbr -w test.wav test.spx
> Encoding 16000 Hz audio using wide...
2012 May 17
1
Problem building latest Courier-authlib on CentOS4
...authpipe.o authpipelib.o
libtool: link: ranlib .libs/libauthpipe.a
libtool: link: ( cd ".libs" && rm -f "libauthpipe.la" && ln -s
"../libauthpipe.la" "libauthpipe.la" )
libtool: link: gcc -I/usr/include/mysql -g -pipe -m32 -march=i386
-mtune=pentium4 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-fno-strict-aliasing -I/usr/include -O2 -g -pipe -m32 -march=i386
-mtune=pentium4 -Wall -I.. -I./.. -o authdaemontest authdaemontest.o
./.libs/libcourierauthcommon.a
/home/bowieb/rpm/BUILD/courier-authlib-0.64.0/.libs/libcourierauth.a -ldl
l...
2010 Mar 05
1
I can't find "rpart" help (linux)
...ytes (133 Kb)
opened URL
==================================================
downloaded 133 Kb
* installing *source* package ‘rpart’ ...
** libs
i686-pld-linux-gcc -std=gnu99 -I/usr/lib/R/include -D_FORTIFY_SOURCE=2
-fpic -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4
-gdwarf-2 -g2 -c anova.c -o anova.o
i686-pld-linux-gcc -std=gnu99 -I/usr/lib/R/include -D_FORTIFY_SOURCE=2
-fpic -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4
-gdwarf-2 -g2 -c anovapred.c -o anovapred.o
.
.
.
usersplit.o xval.o -L/usr/lib/R/lib -lR
** R
** data
** moving dat...
2015 Apr 09
2
[LLVMdev] MMX/SSE subtarget feature in IR
Thanks Kevin for the reply. I got the point now :)
On 10 Apr 2015 00:18, "Smith, Kevin B" <kevin.b.smith at intel.com> wrote:
> For x86_64 ABI, a minimum feature set of SSE2 is required.
>
>
>
> Kevin
>
>
>
> *From:* llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On
> Behalf Of *suyog sarda
> *Sent:* Thursday, April 09,
2004 Sep 30
3
Is there any way to release memory in running time?
Hi all,
I am doing some intensive computation right now. My system is Pentium4 3.20G
+ 1.0G RAM + WindowsXP + R1.9.1. It seems my computer is very powerful.
However, when I do some simple matrix algebra operations based on a matrix
(DD) with dimension 5000000 by 2, I found that the consumption of RAM is
huge. For example, the command a <- 1 - DD[,2] eats my 100M RAM. D...
2004 Aug 06
2
Asterisk not starting
...Machine 3 (starting):
Gentoo Base System version 1.4.16
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.7-ck)
=================================================================
System uname: 2.6.7-ck i686 Intel(R) Pentium(R) M processor 1500MHz
CFLAGS="-O2 -march=pentium4 -mcpu=pentium4 -msse2 -mmmx -fomit-frame-pointer
-funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CXXFLAGS="-O2 -march=pentium4 -mcpu=pentium4 -msse2 -mmmx -fomit-frame-pointer
-funroll-loops -pipe"
Andi
--
-> Andreas Roedl ->...
2006 Jan 14
6
Error installing Rails/FastCGI/Apache2
...-2.4.0]# cat /usr/lib/ruby/gems/1.8/gems/fcgi-
0.8.6.1/ext/mkmf.log
have_header: checking for fcgiapp.h... -------------------- yes
"i386-redhat-linux-gcc -E -I. -I/usr/lib/ruby/1.8/i386-linux
-I/usr/local/fcgi/include -O0 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -Wall -fPIC
conftest.c -o conftest.i"
checked program was:
/* begin */
#include <fcgiapp.h>
/* end */
--------------------
have_library: checking for FCGX_Accept() in -lfcgi... --------------------
no
"i386-redhat-linux-gcc -o conftest -I. -I/usr/lib...
2017 Jun 09
0
Minor patches for builds against ancient platforms
...dot-files being opened within the bowels of dovecot?
Onto the "meat" of this "bug" report:
Dovecot: dovecot-2.2.30.2
Slackware 9 (with most of the core libs upgraded to the latest possible)
Kernel: 2.4.35-ow2
Configure command: CC=gcc-3.4 CXX=g++-3.4 \
CFLAGS='-O2 -march=pentium4 -mtune=pentium4 -fPIC -fPIE \
-fomit-frame-pointer -fstack-protector-all -D_FORTIFY_SOURCE=2' \
CFLAGS='-O2 -march=pentium4 -mtune=pentium4 -fPIC -fPIE \
-fomit-frame-pointer -fstack-protector-all -D_FORTIFY_SOURCE=2' \
CPPFLAGS=-I/dev/shm/libstemmer_c/include \
LDFLAGS='-L/dev/sh...
2006 Dec 25
0
No fonts in graphics using GDD
...g.status
config.status: creating src/Makevars
config.status: creating src/gddconfig.h
** libs
i686-pc-linux-gnu-gcc -I/usr/lib/R/include -I/usr/include -I/usr/include
-DHAVE_GDDCONFIG_H -I. -Iinclude -I/usr/local/include
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -O2
-march=pentium4 -fomit-frame-pointer -pipe -fPIC -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -O2 -march=pentium4
-fomit-frame-pointer -pipe -c GDD.c -o GDD.o
i686-pc-linux-gnu-gcc -I/usr/lib/R/include -I/usr/include -I/usr/include
-DHAVE_GDDCONFIG_H -I. -Iinclude -I/usr/local/include
-D_F...
2003 May 12
2
I can not load MASS at starting R
I have istalled R with the rpm package available for RedHat 9.0.
My machine is a pentium4.
This is my .Rprofile file ( placed in my home directory ):
w <- function ( x, y ) write.table ( t ( x ), file = y, quote = F, col.names = F, row.names = F, sep = ',' )
q <- function () q ( save = 'no' )
library( stepfun )
library ( MASS )
The MASS library is not loaded whe...