search for: 64bits

Displaying 20 results from an estimated 336 matches for "64bits".

Did you mean: 64bit
2011 Jun 21
1
Wine 64Bits vs Wine 32Bits
Hi, Actually, i install my games into two differents prefix, once in the 32bits prefix and the 64bits prefix. For my test, i tried to install 3 games : - F.E.A.R - Mass Effect 1 - Runaway : A Twist Of Fate F.E.A.R : No problem with the 32bits wineprefix but impossible to install in the 64Bits Wineprefix... It's a joke because in the CD, it's write that the game works on XP 64Bits. I cou...
2010 Nov 03
1
Wine 64Bits
Hi, I installed a Debian Sid 64Bits and i would like to know if Wine 64 is stable now. I ask this because before to compile Wine with 64 i would like to know if i will have no problem. And, it's possible to use Winetricks with Wine 64 or not ? Thanks
2019 Feb 18
2
lld-link fails to link 32bits assembly functions but 64bits pass
Hi Rui, Peter, You know I'm enabling the "clang-cl + lld-link" toolchain for Uefi firmware. I meet a problem that the lld-link fails to link 32bits assembly functions, but can link 64bits assembly functions successfully. I need your suggestion. Below is an example to show my problem in linux. The example has two only source files: main.c and foo.nasm. $ cat main.c void Foo (void); int main() { Foo(); return 0; } $ cat foo.nasm SECTION .text global Foo Foo: Ret 64bits comp...
2014 Jul 01
2
configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
Hi there I have a couple of newbie questions concerning running a 32bits guest in a 64bits host using libvirt - lxc; I’m running libvirt-1.2.5 on fedora18 and fedora20 (a) is this supported at all, and (b) if so how do I configure this for a given guest ? guessing from the mere existence of http://www.redhat.com/archives/libvir-list/2011-February/msg01040.html I would think the answer...
2011 Aug 25
0
[LLVMdev] VMKit build error
Hi Nicolas, On Wed, Aug 24, 2011 at 7:49 PM, Nicolas Geoffray <nicolas.geoffray at gmail.com> wrote: > > Unfortunately, vmkit does not support 64bits architecture :( I plan on > working on it, but in the meantime, maybe you can use a 32bit environment? > How it does become? Is this because of new incorporation of GC library not supporting 64bits? But I remember I was building VMkit with 64bits. Regards, Minas Abrahamyan
2013 Jul 25
1
Tinc and Windows 7 Ultimate 64Bits.
Hi everybody, Is there any known problem to install tinc in Windows 7 Ultimate 64Bits? I have installed Tinc but the service not start. Best regards, Ramses -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20130726/96c3d4fd/attachment.html>
2014 Jul 01
0
Re: configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
...he trick I need to investigate this out a little further to see if it does what I am expecting or not — Thierry On 02 Jul 2014, at 00:16, Thierry Parmentelat <thierry.parmentelat@inria.fr> wrote: > Hi there > I have a couple of newbie questions concerning running a 32bits guest in a 64bits host using libvirt - lxc; I’m running libvirt-1.2.5 on fedora18 and fedora20 > > (a) is this supported at all, and > (b) if so how do I configure this for a given guest ? > > guessing from the mere existence of http://www.redhat.com/archives/libvir-list/2011-February/msg01040.html...
2012 Apr 24
1
Compiling RMySQL on Win7 64bits RS-DBI.c:1:0: sorry, unimplemented: 64-bit mode not compiled in
Hi, On a Win7 64 bit, I have installed: *R-15.0 and I am running it in 64bits *Rtools215.exe*MySQL 5.5.23 64bits My PATH start with D:\BenSave\Rtools\bin;D:\BenSave\Rtools\MinGW64\bin;D:\BenSave\R\R-2.15.0\bin;D:\BenSave\Rtools\MinGW\bin;D:\BenSave\Rtools\gcc-4.6.3\bin; Note that I place MinGW64\bin has I want the package in 64 bits, so just in case it helps... To insta...
2011 Aug 23
1
Sharing network printer drivers with Windows 7 Pro clients does not work
Dear all, This is the tested config : - debian squeeze 32bits (samba 3.5.6 / cups 1.4.4) - 1 PC Win7Pro 32bits - 1 PC Win7Pro 64bits - 1 PC WinXP Pro 32bits - 1 network printer with ps drivers (32bits and 64bits, same driver whether XP or 7) Setting up a network printer from the Windows 7 Pro clients with user root does not work : - first error when selecting the 64bits driver from the Win7Pro 64bits : "this driver is n...
2019 Feb 18
2
lld-link fails to link 32bits assembly functions but 64bits pass
...lt;steven.shi at intel.com> > Cc: Rui Ueyama <ruiu at google.com>; 'Peter Smith' > <peter.smith at linaro.org>; 'llvm-dev at lists.llvm.org' <llvm-dev at lists.llvm.org> > Subject: Re: [llvm-dev] lld-link fails to link 32bits assembly functions but > 64bits pass > > On Mon, 18 Feb 2019, Shi, Steven via llvm-dev wrote: > > > > > Hi Rui, Peter, > > > > You know I’m enabling the “clang-cl + lld-link” toolchain for Uefi firmware. > > I meet a problem that the lld-link fails to link 32bits assembly functions, > &...
2012 Sep 19
1
[LLVMdev] [cfe-dev] SPIR Review Status: after Introduction and 32bits vs. 64bits discussions
...int *p; > int n; > } a; > int arr[offsetof(A, n) - 3]; // or, int arr[(char*)&a.n - (char*)&a.p - 3]; > > Answer: Since in the current implementation of SPIR, a pointer is defined as 64bits when in a structure(SPIR spec 2.1.5), the offsets themselves are well defined. > > *****comment 4: > // We're required to diagnose this iff sizeof(size_t) != 4. > extern int x[20]; > int x[sizeof(size_t) * 5; >...
2012 Sep 19
0
[LLVMdev] [cfe-dev] SPIR Review Status: after Introduction and 32bits vs. 64bits discussions
...struct A {   int *p;   int n; } a; int arr[offsetof(A, n) - 3]; // or, int arr[(char*)&a.n - (char*)&a.p - 3]; Answer:  Since in the current implementation of SPIR, a pointer is defined as 64bits when in a structure(SPIR spec 2.1.5), the offsets themselves are well defined. *****comment 4: // We're required to diagnose this iff sizeof(size_t) != 4. extern int x[20]; int x[sizeof(size_t) * 5; // We're requ...
2003 Feb 12
4
Pb w/ >2GB files on AIX (4.3.3/5.1)
I have discovered that rsync 2.5.6 uses the mkstemp() routine wich do not have a 64bits version into the AIX libc. A very simple workaround to the big files writing rsync pb. is to not use this routine that create files w/ mkstemp() by modifying the "syscall.c" source file at line 154 as following : #if defined(HAVE_SECURE_MKSTEMP) && defined(HAVE_FCHMOD) become #i...
2012 Sep 14
2
[LLVMdev] SPIR Review Status: after Introduction and 32bits vs. 64bits discussions
...struct A {   int *p;   int n; } a; int arr[offsetof(A, n) - 3]; // or, int arr[(char*)&a.n - (char*)&a.p - 3]; Answer:  Since in the current implementation of SPIR, a pointer is defined as 64bits when in a structure(SPIR spec 2.1.5), the offsets themselves are well defined. *****comment 4: // We're required to diagnose this iff sizeof(size_t) != 4. extern int x[20]; int x[sizeof(size_t) * 5; // We're requ...
2007 Feb 19
1
64bits bug? (was: my ups shuts down when starting upsd)
2007/2/19, Glen Ogilvie <nelg@linuxsolutions.co.nz>: > Hi, > > I have a Fenton Powerpal L660, when I try and configure nut with either the > metatec or fentonups driver, and start upsd, the UPS instantly turns itself > off. > > It used to work, until I changed my motherboard and CPU, which means it has > a different bios and serial port setup. > > This is
2007 Feb 19
1
64bits bug? (was: my ups shuts down when starting upsd)
2007/2/19, Glen Ogilvie <nelg@linuxsolutions.co.nz>: > Hi, > > I have a Fenton Powerpal L660, when I try and configure nut with either the > metatec or fentonups driver, and start upsd, the UPS instantly turns itself > off. > > It used to work, until I changed my motherboard and CPU, which means it has > a different bios and serial port setup. > > This is
2014 Jul 22
1
asterisk performace 64bits
Hello, I'm running Asterisk on a CentOS 64-bit server. . Asterisk if I compile using the ./configure --libdir=/usr/lib64 instead of ./configure have a relative gain performace.? Has anyone done any comparison? Is there any way in the compilation or even in settings that I can improve the performace of the asterisk? tks Eduardo -------------- next part -------------- An HTML attachment was
2014 Jul 13
0
Re: configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
Hi again Sorry for the late reaction on this.. So everything seems to work fine for me when using the setting below, except maybe for one little point I was kind of expecting that # virsh -c lxc:/// lxc-enter-namespace my_32bits_vm ... would run in a 32bits environment too, but from what I can see it is not the case I take it it can be argued, reading the documentation for lxc-enter-namespace
2011 Aug 24
2
[LLVMdev] VMKit build error
...0x00000000005cfa1e > mvm::Thread::internalThreadStart(mvm::Thread*) + 126 > 14 libpthread.so.0 0x00002b889c229d8c > 15 libc.so.6 0x00002b889d0e604d clone + 109 > Aborted > > I'm running a Linux 2.6.38 x86_64. I configured with: > Unfortunately, vmkit does not support 64bits architecture :( I plan on working on it, but in the meantime, maybe you can use a 32bit environment? > ./configure --with-llvmsrc=/home/user/llvm > --with-gnu-classpath-glibj=/home/user/classpath-0.97.2/lib/glibj.zip > --with-gnu-classpath-libs=/home/user/classpath-0.97.2/lib > --with...
2011 Apr 17
1
[Debian 64Bits]Unable to install wine
...se packages. The compilation works correctly but i have a big problem when i want to install wine. The problem come from when "make install" want to install ntdll.so. After to launch the command, the first dll.so are installed well but i have an error with this dll.so. I have Debian Sid 64bits so i compile wine with : Code: ./configure --prefix=/usr --libdir=/usr/lib32 The error message in the console is this : Code: make[1]: entrant dans le r?pertoire ? /home/berillions/Desktop/wine-1.3.18/dlls/ntdll ? ../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. -fasync...