search for: linux32

Displaying 20 results from an estimated 41 matches for "linux32".

Did you mean: linux2
2008 Mar 02
0
[LLVMdev] llvm/test: suffix or operands invalid for `push'
...traint on --target, restricting me to --target=i686 > only. llvm can generate code for amd64, but shared libs don't work, and bootstrapping doesn't work (PR1711). Still, if you want to compile it as 32-bit, does it work if you run configure like this (without any build,host, target): $ linux32 ./configure It should make all tools believe you are on 32-bit: $ linux32 uname -m i686 $ uname -m x86_64 --Edwin
2011 Jan 05
1
What are the necessary Oracle software to install and run ROracle ?
Hello, I am running Linux, I have downloaded instantclient-basiclite-linux32-11.2.0.2.0.zip instantclient-sqlplus-linux32-11.2.0.2.0.zip instantclient-sdk-linux32-11.2.0.2.0.zip instantclient-precomp-linux32-11.2.0.2.0.zip All these tarballs are unzipped in /usr/local/lib/instantclient, I have added this path in the library path of the host. I can run sqlplus and proc, t...
2018 Mar 27
0
Cross compile for Ubuntu Linux32/64 on Armv7 (QEMU Emulator)
Hi I am trying to use Clang to cross compile. Host: Mac (Clang 6) Target: Ubuntu Linux32/64 on Armv7 (QEMU Emulator) Wondering which tool chains should I install from where? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180327/0c4ce9df/attachment.html>
2010 Mar 05
2
ffmpeg2theora bug: generation of a video from a series of images
Hi J., We are using ffmpeg2theora to produce an introduction video from a series of images: ffmpeg2theora-0.26.linux32.bin images/img-%03d.png -o intro.ogv The video that we get is huge and horrible, with lots of blinking colors: http://free-electrons.com/issues/ffmpeg2theora-mar5-2010/intro.ogv Here's what we had in the past: http://free-electrons.com/issues/ffmpeg2theora-mar5-2010/intro-correct.ogv This is...
2008 Mar 02
2
[LLVMdev] llvm/test: suffix or operands invalid for `push'
Am Samstag, den 01.03.2008, 10:57 -0800 schrieb Chris Lattner: > > # Configure & install > > $ cd llvm-2.2 > > # I'm trying the --build option, too. > > $ ./configure --prefix=$HOME CC=gcc-4.2 CXX=g++-4.2 \ > > --build=x86_64-pc-linux-gnu \ > > --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu > > This is probably the problem. It sounds like
2009 Jul 16
2
ffmpeg2theora 0.24 regression: accelerated video output (converted from h264)
Here's another problem I have with the 0.24 version of ffmpeg2theora. When I try to convert a h264 file to theora... (Note that for size and runtime reasons, foo.mts is a truncated file, I just took the first 32MB of the original file) ffmpeg2theora-0.24.linux32.bin foo.mts -x 1280 -y 720 -o foo-ffmpeg2theora-0.24.ogv Input #0, mpegts, from 'foo.mts': Duration: 00:00:15.83, start: 1.000067, bitrate: 16946 kb/s Program 1 Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 50 tbr, 90k tbn, 50 tbc Stream #0.1[0x1100]:...
2009 Jul 15
2
ffmpeg2theora: issue converting from a png image list
...eg2theora only, I generated a list of PNG images: img001.png, img002.png... img299.png The ffmpeg2theora man page says: Encode a series of images: ffmpeg2theora frame%06d.png -o output.ogv That's exactly what I tried with the latest 0.24 release of ffmpeg2theora: ffmpeg2theora-0.24.linux32.bin img-%03d.png -o output.ogv Input #0, image2, from 'img-%03d.png': Duration: 00:00:12.00, start: 0.000000, bitrate: N/A Stream #0.0: Video: png, yuv420p, 1280x720, 25 tbr, 25 tbn, 25 tbc Resize: 1280x720 Segmentation fault The same problem happens with the release in Ubuntu 9.04...
2010 Feb 05
5
ffmpeg2theora 0.26 released
...Index support, can be enabled with --seek-index * update GPL to version 3 Source: http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.26.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.26 ? Binaries: Linux 32bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.linux32.bin Linux 64bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.linux64.bin Mac OS X http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.pkg.zip Windows http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.exe j
2010 Feb 05
5
ffmpeg2theora 0.26 released
...Index support, can be enabled with --seek-index * update GPL to version 3 Source: http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.26.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.26 ? Binaries: Linux 32bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.linux32.bin Linux 64bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.linux64.bin Mac OS X http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.pkg.zip Windows http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.exe j
2008 Oct 10
4
ffmpeg2theora 0.22 released
...isable video stream from input * remove autotools build system, only scons build is supported now. Source: http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.22 ? Binaries: http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.linux32.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.linux64.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.pkg.zip http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.exe j
2008 Oct 10
4
ffmpeg2theora 0.22 released
...isable video stream from input * remove autotools build system, only scons build is supported now. Source: http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.22 ? Binaries: http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.linux32.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.linux64.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.pkg.zip http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.exe j
2007 Mar 15
1
Incorrect matrix of spearman correlations .... in 64-bit Linux ... (PR#9568)
...with Linux 64, Suse 9-10, in 5 variants of R -- versions from 2.3 to 2.4.1, compiled with few different settings of optimization and 2 versions of compilers. In all cases the results of spearman correlation were identical, but wrong. The same script was started up to 10 times in Win32 on Intel and Linux32 on Mac with the Rs from 2.3 to 2.4.1 -- in this set of cases the results were identical and correct. 'phenos' and 'vec' are data frames of 425x78 and 425x24128 respectively, all numeric variables. The 'phenos' has moderate number of NAs in some columnes. The problem dissap...
2007 Dec 14
1
7zip benchmark
Hi, I could try latest 7zip (4.57) on a triple boot machine (Debian SID i386, x86_64 and native Windows XP SP2), and found something surprising in the results : amd64 at 2400MHz linux32 -> 1814 linux64 -> 1946 win32 -> 2004 So performance is much better in Linux 64 bit than in 32 bit, while both are slower than native windows system. Is it normal, I mean does anyone else obtain better performance on 64 bit Wine? Thanks Jos? **************************************...
2009 Nov 11
1
32bit development on x86-64
We develop software and are beginning a slow transition from 32 bit applications to their 64 bit equivalents. During this period it will be necessary to build programs targeted for both environments using the x86-64 machines for development. here is a simple/small "application", sizes.c: #include <stdio.h> #include <stdlib.h> int main(int argc, char **argv) {
2005 Apr 01
2
Compiling on AMD64: errors
...still looking in /usr/lib64 and finding the incompatible libs. I tried changing all of the pertinant Makefiles to point to /usr/lib, but only the Makefile in tools/wndlls/xmaketf actually had the reference to /usr/lib64, and changing that had no impact on the build or error. I tried running `linux32 ./configure` to see if that took care of the lib issue, but that made things go very, very poorley with the compile. Errors everywhere. So how can I tell it to use the 32 bit libs properly? ~M~
2014 Jul 02
2
Re: configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
On Wed, Jul 02, 2014 at 12:56:18AM +0200, Thierry Parmentelat wrote: > Hi again > > Answering my own e-mail on a few points: > > . first off, stupid me, http://libvirt.org/format.html indeed is empty and it seems to be by design, but the subtrees are not, like e.g. > http://libvirt.org/formatdomain.html > > . from this page it seems like using something like >
2004 Nov 06
3
Installing Packages on an Athlon 64 Linux System
I installed FC 2 X86-64 on an Athlon 64 system. I then installed R 2.0.0. It runs fine except when I try to install or update packages using either "install.packages" or "update.packages". I get the following types of errors: 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 block.c -o block.o cc1:
2007 Mar 19
3
64 bit compilation SUSE 10.2
Greetings All, I am attempting to compile wine under the SUSE 10.2 64 bit distribution, and am running into a bit of a problem. I have installed every 32 bit library that I could find in the distro, including the xorg-X11 libs. I ran the following commands: ./configure --prefix=/usr --x-libraries=/usr/X11R6/lib make depend && make The compilation chugs away for about 15 min,
2019 Oct 31
37
[Bug 3085] New: seccomp issue after upgrading openssl
https://bugzilla.mindrot.org/show_bug.cgi?id=3085 Bug ID: 3085 Summary: seccomp issue after upgrading openssl Product: Portable OpenSSH Version: 8.1p1 Hardware: Other OS: Linux Status: NEW Severity: critical Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org
2017 Apr 04
0
32bit OS on 64bit architectures
...- boot32.efi - | | |-syslinux.64 -> linux 32/64-bit x64 UEFI - | | |-syslinux.32-> linux 32-bit |- boot64.efi- | |-syslinux.64-> linux32/64-bit thank you. Am 03.04.2017 23:12, schrieb H. Peter Anvin via Syslinux: > Basically it is not possible to sanely boot a 32-bit kernel with a > 64-bit EFI; the opposite is supported, however. > > Why would you run a 32-bit kernel these days, though? > > -hpa > > ______...