search for: cputype

Displaying 20 results from an estimated 56 matches for "cputype".

Did you mean: cpttype
2012 Jan 01
1
Compiling 64-bit libFLAC/libFLAC++ on OS X Lion, anyone successful?
...folder of the FLAC bundle, even if I use the flags specifying 64-bit like so: CC="gcc -m64" CXX="g++ -m64" ./configure make still fails with the following output: [...lots of output with seemingly no errors...] /usr/bin/ranlib: archive member: .libs/libFLAC.a(bitreader_asm.o) cputype (7) does not match previous archive members cputype (16777223) (all members must match) /usr/bin/ranlib: archive member: .libs/libFLAC.a(cpu_asm.o) cputype (7) does not match previous archive members cputype (16777223) (all members must match) /usr/bin/ranlib: archive member: .libs/libFLAC.a(fixed...
2006 Mar 29
2
GRUB does not boot FreeBSD after installworld ...
HI, i have updatete to 6.1-PRERELEASE and after the "installworld" step GRUB is unable to boot FreeBSD. After i did the installworld and rebooted the GRUB error was: 23 : Error while parsing number I have reinstalled the standard FreeBSD loader for now. Booting with a GRUB boot-floppy i am able to start either XP or Linux but trying to start FreeBSD the system just reboots, no
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/
1997 May 08
1
R-beta: Two simple suggestions.
1) The .RData file (and S .Data area) are cputype dependent. When R is used from different types of machines (say, HP and Sun) that share a common filesystem (say afs or dfs) then loading the wrong type of .RData file can lead to mysterious behaviour. In my environment, undergraduate students are the most likely to log into different cputyp...
2009 Apr 15
1
Compiling Fortran Subroutines as R Shared Objects on Mac OS-X
...namiclib -Wl,-headerpad_max_install_names -mmacosx-version-min=10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o two.so two.o -lgfortran -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation /usr/bin/libtool: for architecture cputype (16777223) cpusubtype (3) object: /usr/local/lib/libgfortran.dylib malformed object (unknown load command 4) /usr/bin/libtool: for architecture cputype (16777223) cpusubtype (3) object: /usr/local/lib/libgcc_s.10.4.dylib malformed object (unknown load command 4) make: *** [two.so] Error 1 chad-r-bh...
2008 Mar 12
2
bug with R CMP SHLIB (PR#10945)
...acosx-version-min=10.4 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -Wl,-macosx_version_min -Wl,10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o foo.so foo.o -F/Library/Frameworks/R.framework/.. -framework R /usr/bin/libtool: for architecture cputype (16777223) cpusubtype (3) object: /usr/local/lib/libgcc_s.10.4.dylib malformed object (unknown load command 4) make: *** [foo.so] Error 1 Can you help me ? I work on Mac os X. Thanks -- Anais K [[alternative HTML version deleted]]
2004 Sep 10
2
Re: detecting host machine in configure.in?
...not too saavy with autoconf/automake I'll ask for a little bit more help. I think the only non-functional part left is that automake doesn't support source files that are in subdirectories, relative to Makefile.am(?) the layout in src/libFLAC/ is that all asm sources will go under a 'cputype' directory (e.g. src/libFLAC/i386/ for x86 sources). having to put them all in src/libFLAC/ would be a mess later. can you guys take a look and advise? Josh __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://au...
2003 Sep 16
2
buildworld tries to write to DESTDIR?
Hi! I'm trying to cross-compile 4.8-STABLE world to install it over NFS later. I have ./make.conf: # start of file CPUTYPE=i486 KERNCONF?=CONS MODULES_WITH_WORLD=true DESTDIR=/mnt/cons # end of file I run: dir=`pwd` make __MAKE_CONF=$dir/make.conf buildworld 2>&1 | tee $dir/bw.log It fails: ===> gnu/usr.bin/groff/contrib ===> gnu/usr.bin/groff/contrib/mm sh /usr/src/tools/install.sh -o root -g wheel -m...
2008 Feb 13
0
On Section 2.5:Sub-architectures in the R Installation and Administration manual
...stall a 32 bit version, by specifying r_arch=32 to the configure line, and a 64 version, by specifying r_arch=64 to the configure line. This seems to be in line with the following recommendation in the manual: If you want to mix sub-architectures compiled on different platforms (for example @cputype{x86_64} Linux and @cputype{i686} Linux), it is wise to use explicit names for each, and you may also need to set @option{libdir} to ensure that they install into the same place. However, after installing R 2.6.2 in such manner, trying to start R resulted in the following error message:...
2006 Mar 13
1
Segfaults from gcc, awk and Zend; advice needed
...t a local problem. So far I think I need to look at: - memory; run memtestx86 and cross fingers - I recollect seeing mention of problems with large amounts of swap on this list in the past; turn one of the swap partitions off or something like that - Optimization flags; I've tried setting CPUTYPE?=athlon-xp and CLFAGS=, CFLAGS=-O -pipe, CFLAGS=-O2 -pipe so far. All w/o avail... - gcc 3.4.4, awk, PHP are all borken (all were built using gcc 3.4.4, I suppose) I'm a bit low on spare time, so I'd like to tackle this problem efficiently. Anything I forgot or to help me find the cu...
2006 Mar 06
1
6.1-PRERELEASE nfs root troubles
currently i'm trying to setup diskless client, which netboots 6.1-PRERELEASE kernel with help of etherboot. i've built custom kernel with `sudo make -j4 buildkernel KERNCONF=DISKLESS CPUTYPE=pentium-mmx -DNO_MODULES' and attached config. kernell loads off tftp server fine, detecting devices, but traps, when trying to mount root fs from nfs server. i've managed to get copy of console messages, which i attach to this message. any help appreciated. and... pls forgive my bad englis...
2003 Feb 14
1
Problems while installing ICEMCFD for WinNT
...into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. fixme:cabinet:FDICreate (pfnalloc == ^0x403012, pfnfree == ^0x40301d, pfnopen == ^0x403105, pfnread == ^0x403028, pfnwrite == ^0x403065, pfnclose == ^0x4030ab, pfnseek == ^0x4030d2, cpuType == 1, perf == ^0x4072f2fc): stub My PC is a PIII-650MHz, with 192MBRAM, running RedHat 8.0 and wine-20031501. Thanks for the help, Biga
2012 Sep 27
1
[LLVMdev] CLang/LLVM SVN for today no longer works on OS X 10.7.4
Here you go: http://www.cornwarning.com/xfer/jccolor.o (from the jpeg library...) jccolor.o: Mach header magic cputype cpusubtype caps filetype ncmds sizeofcmds flags MH_MAGIC_64 X86_64 ALL 0x00 OBJECT 4 432 SUBSECTIONS_VIA_SYMBOLS Load command 0 cmd LC_SEGMENT_64 cmdsize 312 segname vmaddr 0x0000000000000000 vmsize 0x0000000000000900 fileoff 464 filesize 2304...
2019 Oct 04
0
[RESEND TRIVIAL 3/3] treewide: arch: Fix Kconfig indentation
...+++++-------- arch/m68k/Kconfig.machine | 8 ++++---- arch/nds32/Kconfig.cpu | 18 +++++++++--------- arch/openrisc/Kconfig | 26 +++++++++++++------------- arch/powerpc/Kconfig.debug | 18 +++++++++--------- arch/powerpc/platforms/Kconfig.cputype | 2 +- arch/riscv/Kconfig.socs | 2 +- arch/sh/boards/Kconfig | 2 +- arch/sh/mm/Kconfig | 2 +- arch/um/Kconfig | 2 +- arch/x86/Kconfig | 18 +++++++++--------- 28 files changed, 101 insertions(+...
2013 May 17
3
Command line not responding
Running 9.0-Stable on an i386. Whenever I type a command at the prompt I get the output /usr/local/lib/libintl.so.9: Undefined symbol "_ThreadRuneLocale" and nothing else - the command will not run. Just the above output. Commands like "ls" and "exit" work, but not much else. This happends whether I am logged in a user or as root. Cannot even halt the system from
2013 Sep 25
1
[LLVMdev] arm64 / iOS support
...MCCodeEmitter(const MCInstrInfo &MCII, MCObjectWriter *createAArch64ELFObjectWriter(raw_ostream &OS, uint8_t OSABI); +MCObjectWriter *createAArch64MachOObjectWriter(raw_ostream &OS, + uint32_t CPUType, + uint32_t CPUSubtype); + MCAsmBackend *createAArch64AsmBackend(const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU); diff --git a/lib/Target/AAr...
2022 Jul 10
1
flac-dev Digest, Vol 191, Issue 7
...49ba-844d-cc21-752b-5889e35819bd at freac.org> > Content-Type: text/plain; charset=UTF-8; format=flowed > > Am 08.07.2022 um 09:26 schrieb Martijn van Beurden: > > Op wo 6 jul. 2022 om 22:09 schreef Scott Brown <scottcbrown at gmail.com>: > > > > Same list of cputype errors > > > > > > It doesn't seem to be obvious where the problem lies, and I do not > > have access to ARM-powered Mac hardware (nor any Mac hardware for that > > matter) so I am unable to debug this. Anyone else? > Just tried to create an aarch64 Mac build an...
2007 May 23
13
Preparing to compare Solaris/ZFS and FreeBSD/ZFS performance.
Hi. I''m all set for doing performance comparsion between Solaris/ZFS and FreeBSD/ZFS. I spend last few weeks on FreeBSD/ZFS optimizations and I think I''m ready. The machine is 1xQuad-core DELL PowerEdge 1950, 2GB RAM, 15 x 74GB-FC-10K accesses via 2x2Gbit FC links. Unfortunately the links to disks are the bottleneck, so I''m going to use not more than 4 disks, probably.
2022 Sep 19
2
flac-dev Digest, Vol 191, Issue 7
...e35819bd at freac.org> >> Content-Type: text/plain; charset=UTF-8; format=flowed >> >> Am 08.07.2022 um 09:26 schrieb Martijn van Beurden: >> > Op wo 6 jul. 2022 om 22:09 schreef Scott Brown <scottcbrown at gmail.com>: >> > >> > Same list of cputype errors >> > >> > >> > It doesn't seem to be obvious where the problem lies, and I do not >> > have access to ARM-powered Mac hardware (nor any Mac hardware for that >> > matter) so I am unable to debug this. Anyone else? >> Just tried to create...
2023 Feb 27
1
flac-dev Digest, Vol 191, Issue 7
...Content-Type: text/plain; charset=UTF-8; format=flowed >>> >>> Am 08.07.2022 um 09:26 schrieb Martijn van Beurden: >>> > Op wo 6 jul. 2022 om 22:09 schreef Scott Brown <scottcbrown at gmail.com >>> >: >>> > >>> > Same list of cputype errors >>> > >>> > >>> > It doesn't seem to be obvious where the problem lies, and I do not >>> > have access to ARM-powered Mac hardware (nor any Mac hardware for that >>> > matter) so I am unable to debug this. Anyone else? >>&...