CentOS 5 :: Compiling Program With 32bit GCC On 64bit Install

May 3, 2009

I've been trying to compile a small program on my 64bit Centos 5.3 but I need to compile it in 32bit mode. I've tried editing the make file and changing CC=gcc to CC='gcc -m32" and that doesn't work. I have also tried to use "make CC='gcc -m32' and that doesn't work either. It wont compile. Do I need to install something with yum to get 32bit compiler to work?

View 2 Replies


ADVERTISEMENT

Fedora X86/64bit :: Install Skype On A 64bit Fc14 And The 32bit Doesn't Work

Feb 16, 2011

I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.

View 8 Replies View Related

CentOS 5 :: How To Compile 32bit Application In 64bit CentOS(5.2)

Mar 19, 2010

Use python as example, I have 64bit python 2.4.3 yet I can't found rpm for 32bit one so I try to build it.Use default make or make --enable-readline is ok, python make cannot use CFLAGS, can use OPT and LDFLAGS to add -m32, yetit seems can only search for 64bit lib, or else crush.[Moderator edit: Moved from CentOS-4 to CentOS-5 forum.]

View 9 Replies View Related

CentOS 5 :: Check If Current CentOs Is 32bit Or 64bit?

Dec 26, 2010

I have got an Notebook whose CPU is 64bit.The Notebook has an CentOS installation. Now I want to find out if this CentOS is 32bit or 64bit.How can I check this?

uname -a

gives something with ....i686 i686 i386...."

What does that mean?Does that refer to the hardware or the CentOS OS? An 32bit CentOS can be installed on a 64bit hardware!I am interested in the OS capability not of the hardware!

View 1 Replies View Related

CentOS 5 Networking :: Works In 32bit But Not 64bit

Oct 7, 2010

(Second Try) I installed CentOS 5.5 from CDs 32 bit, everything works fine. I then re-install, but this time 64 bit, everything else is the same, I use all of the same options. This time though it sees the network card, and allows me to configure it and activate it. It will not connect outside of it's self, IE it can ping it's self, but nothing else. Go back to 32 bit, and zero problems, try 64 again, no network. Each time I do full installs with partition formatting etc. In case it makes hill-o-beans difference, Intel P4, 2.66 Ghz. 2.0 GB RAM MSi Motherboard.

View 13 Replies View Related

General :: CentOS 5 64bit Installed But All Dependencies Are 32bit

Oct 7, 2010

I have installed centos 5 64 bit in my machine but all the dependencies like php, httpd, glibc, gcc, gd, openssl and others are 32 bit, I need them to be updated to 64 bit.

View 7 Replies View Related

CentOS 5 :: 32bit Applications Running On 64bit Platform

Sep 20, 2009

I have searched the whole google but did not find anything. I am trying to install a game server using hldsupdatetool.bin which can be found here, [URL]. Unfortunately it can only run on 32bit Operating Systems. I need it to run on 64bit. What do I need to install? Please be specific since I am really new to linux. Please tell me what I exactly have to type in the command prompt.

View 4 Replies View Related

CentOS 5 :: How To Tell Difference Between 32bit And 64bit When Kernel Is Missing

Jul 14, 2010

I have a system with a missing or damaged kernel and I need to reinstall some software to fix it (see this thread for reference removed xen and kernel is gone). I feel fairly certain I can fix my system with the info in that thread however I don't know if this was a 32bit or 64bit system. How can I tell after using the dvd and linux rescue or does it even matter?

View 1 Replies View Related

CentOS 5 :: Perl 64bit Update Installs 32bit Version Also

Oct 23, 2009

This is a 64 bit machine
[root@intergate2 log]# rpm -q perl --qf '%{NAME} %{VERSION} %{ARCH}'
perl 5.8.8 x86_64

[root@intergate2 log]# yum install perl
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.stanford.edu
* base: mirror.hmc.edu
* extras: mirror.raystedman.net
* updates: centos.eecs.wsu.edu

Setting up Install Process
Resolving Dependencies
---> Running transaction check
---> Package perl.i386 4:5.8.8-18.el5_3.1 set to be updated
---> Package perl.x86_64 4:5.8.8-27.el5 set to be updated .....

Transaction Summary
Install 1 Package(s)
Update 1 Package(s)
Remove 0 Package(s)

View 4 Replies View Related

Fedora :: After Install (F14 64bit Or F15 32bit) No Boot

Jun 6, 2011

I try install F14 32 bit, f14 64 bit, f15 32 bit and Centos 5.5 and when it arrives at the end of the installation and reboot, my system no boot. I try install it on a Hardware RAID 1 --> 2 x 2TB. Motherboard Intel DH57DD, Core I5, 4 Gb DD3. (Windows 7 afeter install boot OK).

View 13 Replies View Related

Ubuntu :: Install The 32bit On 64bit Computer?

Dec 18, 2010

I don't come across as dumb but here it goes *L* I have 2, 2gig usb pendrives. I have Ubuntu on both of these drives 1 is Ubuntu 10.10 32bit the other is Ubuntu 10.10 64bit. When in the live environment can I tell which bit I am currently running. (Yeah I forgot to mark them) I don't want to install the 32bit on my 64bit computer (I know it would work but still) I really dont want to redo the usb's if it is at all possible.

View 3 Replies View Related

Software :: Install 64Bit Perl On A 32Bit OS?

Feb 19, 2009

Is it possible to install 64Bit Perl RPM on RHEL 4.5 32Bit.

View 2 Replies View Related

Red Hat :: Install 32bit Wine On 64bit Rhel6 Os?

May 10, 2011

Is it possible to install 32bit wine on 64bit rhel6 os. If yes please send me the procedure. I tried but it asking 32 bit lib's and if i install 32bit lib's rhel giving error conflict.

View 1 Replies View Related

OpenSUSE :: Install Glibc-2.1 32bit On Opensuse11.2 64bit?

Jan 7, 2010

today I've got an application which is need glibc-2.1 32bit but my opensuse 11.2 is 64bit.I've checked the yast but nothing interesting catch my eyes. is there any solution to install glibc 2.1 32bit on a 64bit box?

View 3 Replies View Related

General :: Ubuntu 64bit - How To Install Python 32bit

Aug 6, 2010

I'm running Ubuntu 10.4 64bit, and I would like to run python 32bit.The current Python version used is the 64bit one.What can be some good ways for installing the python 32bit version without compromising the OS. I'm kind of new to this, so I don't really know if I could substitute the python version, or know how to make it available by using short commands such as python or easy_install.

View 1 Replies View Related

Ubuntu :: How To Install 32bit Libsasl2 On 64bit Lucid

Jul 23, 2010

The current libsasl package on 64bit Lucid is libsasl2-2 (2.1.23). However when I was installing Scalix, it needed 32bit libsasl2 which is 2.1.22 or something old. Although I can download 32bit libsasl2 package from web, it requires a lot of other libs and some of them are not available.So my question is: is it possible to install an old 32bit package on Lucid 64bit? Or are there other ways to solve the problem without installation of new packages?

View 2 Replies View Related

Software :: Installing 32bit Package On 64bit Install

May 15, 2010

environment: 2.6.9-89.ELlargesmp #1 SMP Mon Apr 20 10:43:12 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux cat /etc/redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 8) I am trying to install a 32 bit package on a 64 bit install. I don't get an error, it just does not install. This is the command I am using:

[Code]....

View 1 Replies View Related

Fedora X86/64bit :: Install Additional 32bit Openssl From Source On F10?

Mar 11, 2009

I need to run a proprietary VPN client (Aventail) that can't use the openssl libraries that are packaged with 64bit F10:The Fedora openssl package does something differently from the original openssl.org package that makes it incompatible with Aventail (see bugzilla ticket 477073) I also believe the Aventail client software requires 32-bit libraries. So, I've determined I need to install 32bit openssl directly from openssl.org, then link my Aventail client to that. Note that I don't want to replace the 64bit openssl libraries currently on my system.

Based on the Bugzilla ticket, I believe I know how to hook up Aventail before I install it simply by supplying a few specific soft links if I can make/compile/whatever the 32bit openssl.org libraries and keep them in their own isolated directory. how to get the 32bit openssl libraries installed in a little corner by themselves on my 64bit system. give a step-by-step on on the commands necessary to place a 32bit version of openssl all by itself in a directory of my choosing?

View 5 Replies View Related

OpenSUSE Install :: KDE On 11.4 - 32bit Always English 64bit In German As Expected

Mar 27, 2011

OpenSUSE 11.4 install from DVD with default options. (KDE Desktop, selected language and keyboard is German)

When installing from the 32bit media KDE is always English afterwards but when installing from the 64bit media I will have a german KDE as expected. Changing country & language & preferred language on the 32bit does not help - still in English.

View 1 Replies View Related

CentOS 5 :: Compiling A Program With Blas And Lapack On 5.2?

Apr 20, 2009

I'm trying to compile a program on CentOS 5.2. It's giving the following error. Does anyone have a clue what it means?

/net/hulk/home4/tedhyu/openmpi/openmpi-1.1.1/install/bin/mpif77 -o quest_ompi.x lcaomain_tp.o utl_mpi.o lcaosubs_tp.o lcaosubs.o /project/source/seqquest/libs_32/scalapack-1.8.0/libscalapack.a /project/source/seqquest/libs_32/BLACS/LIB/blacsCinit_MPI-LINUX-1.a /project/source/seqquest/libs_32/BLACS

[code]....

View 5 Replies View Related

OpenSUSE Install :: Possible To Replace 32bit Version Of 11.1 With 64bit Version Of 11.2?

Dec 13, 2009

How do I replace a 32bit version of 11.1 with a 64bit version of 11.2 or is it even possible?

View 2 Replies View Related

Ubuntu :: Install 64bit Home Over Previous 32bit /home?

Sep 26, 2010

I was previously running 10.04 32bit. Recently upgraded my cpu/ram, so figured I'd try 64 bit. On my previous setup, I had / in one partition, /home in another, plus a few other partitions (/backup, etc).

I did the install of 64 bit, but was too scared to point /home in 64bit to the previous /home. After the install, now all those previous partitions/mounts are on /media. I'd like to just point /home at the previous partition. Should I mess with /etc/fstab to do this or will it cause problems? Is the easiest thing to do reinstall, then point the new install to use the pre-existing /home? Wasn't sure if that would cause problems or not. I've backed up most of the previous /home area, so worst case, if it gets blown away, I should be alright.

View 2 Replies View Related

OpenSUSE :: Install Dropbox - Error Compiling Program ?

Feb 21, 2009

I tried to install dropbox on my openSUSE 11.1(KDE 4.0) from a tar.bz2. After i extracted it to a folder Dropbox in Desktop.

I got this error trying to compile.

View 9 Replies View Related

CentOS 5 :: Install Ffmpeg-php On A Centos 5.6 32bit?

Jun 8, 2011

I am trying to install ffmpeg-php on a centos 5.6 32bit. First I installed php-devel,yum install php-devel. I downloaded the ffmpeg-php from here to /usr/local/src by this commands;

1.wget "http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2?use_mirror=garr"
2.tar xjvf ffmpeg-php-0.6.0.tbz2
3.cd ffmpeg-php-0.6.0
4.phpize
5../configure
6.make
7.make install

Now the output of the ./configure, make and make install is here below. Can someone tell me what I am missing to successfully install ffmpeg-php?

[Code]...

View 8 Replies View Related

General :: Compiling 32bit Programs - How To Set Arch Variable

May 21, 2011

I am new to Slackware and I am wondering how you set the ARCH variable. On the multilib wiki page it says:

"Rather than editing the script and change/remove CFLAGS definitions, you can set the ARCH to 'x86_64' and save yourself some time."

So from this I understand that they advise against editing the Slackbuild script. How do I set the ARCH variable on the command line or is it a configuration file I need to edit? I am running Slackware 13.1 64.

View 2 Replies View Related

CentOS 5 :: Install DomU 5.3 64bit On 5.4 64bit

Mar 5, 2010

I did a full install on 5.4 64bit. the installation aborted with the following errors:

View 1 Replies View Related

Debian Configuration :: Compiling Bitlbee And Libpurple In Lenny 32bit?

Mar 15, 2011

I am using bitlbee 1.0.3 with ircII for a long time since etch is released. Mainly for MSN, Jabber, Yahoo, Sametime communications. But the old version lacks MSN offline message and sametime protocol support and the yahoo protocol doesn't work at all. Does anyone successful in compiling bitlbee and libpurple in lenny 32bit?

View 3 Replies View Related

Ubuntu :: 32bit Or 64bit?

Dec 8, 2010

I just ordered my new laptop (DLL XPS15) and I'm wondering on whether install a 32 or 64 bit version, I don't know if there's really a big difference between each one of them, I've always used a 32 bit version.

View 5 Replies View Related

Red Hat :: Difference Between 32bit And 64bit Os?

May 20, 2010

I would like to know the exact difference between 32 bit Linux OS and 64 bit Linux OS. Can some one post me the material or overview on this.

View 1 Replies View Related

Fedora :: TsMuxer 32bit App Under 64bit OS

Jan 14, 2010

I tried to use tsMuxeR a 32bit app on F12 64bit, but this fails with the following error message:

Code:
# ll tsMux*
-rwxrwxrwx 1 1000 1000 437072 11. Mai 2009 tsMuxeR
-rwxr-xr-x 1 1000 1000 210412 11. Mai 2009 tsMuxerGUI

[Code]....

Teh 32bit progs of ld-linux.so.2 and libfreetype.so.6 is already installed.

Code:
yum install ld-linux.so.2 libfreetype.so.6

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved