LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-02-2010, 09:33 PM   #1
jazzi
Member
 
Registered: Mar 2006
Location: Tea Garden
Distribution: Slackware 15.0
Posts: 31

Rep: Reputation: 3
Thumbs up advice needed! Should I choose 32bit or 64bit?


As 64bits system, it can support more memories but less software support it than 32bit, that's what I googled.

But I think Slackware is different, it has more strict rule for importing software, so maybe the support problem is not exist here?

My Intel core2 computer support 64bit, should I install Slackware 32 or 64?

thanks
jazzi

Last edited by jazzi; 11-05-2010 at 01:04 AM. Reason: the question has been clear
 
Old 11-02-2010, 09:56 PM   #2
bcwagne
Member
 
Registered: Feb 2008
Distribution: Debian Testing
Posts: 169

Rep: Reputation: 32
The short answer is: Choose 64 bit Linux.

The long answer is: If you have greater than 4GB of RAM, it may be beneficial to choose 64 bit. 64 bit may also be able to make more efficient use of the CPU.

Since the various packages for Slackware may be compiled as easily for 32 or 64 bit, you won't be losing out on any software if you choose one over the other.

Good luck!
 
Old 11-03-2010, 12:54 AM   #3
jazzi
Member
 
Registered: Mar 2006
Location: Tea Garden
Distribution: Slackware 15.0
Posts: 31

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by bcwagne View Post
Since the various packages for Slackware may be compiled as easily for 32 or 64 bit, you won't be losing out on any software if you choose one over the other.
Is that mean if I have the source code I can compile a 64 bit by myself and don't have to change the code?

In case above assumption is right, then close-source or private software will be a problem if it has no 64bit version, right?
 
Old 11-03-2010, 02:36 AM   #4
corbis_demon
Member
 
Registered: Jun 2004
Distribution: CLFS
Posts: 523

Rep: Reputation: 38
Yeah, if you're compiling from source, the program will build fine on a 64-bit machine. You could change CFLAGS or some other compile time parameter, but that's up to you. Slackware usually compiles 64-bit packages with the "-O2 fPIC" flag.

Binary-only or libraries that have been built specifically for 32-bit arch will not run on slackware64. But most of the necessary proprietary, closed-source software are available in 64-bit, so you needn't worry too much.
 
Old 11-03-2010, 02:52 AM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
If you install multi-lib you can run 32-bit apps just fine on 64-bit kernel.
 
Old 11-03-2010, 04:42 AM   #6
hughetorrance
Member
 
Registered: Aug 2009
Location: London North West
Distribution: x86_64 Slack 13.37 current : +others
Posts: 459

Rep: Reputation: 59
I am having 64 bit only and Nvidia suppies a 64 bit graphics driver... its the way to go... !
 
Old 11-03-2010, 05:01 AM   #7
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
I also favour 64bit pure. Multilib gives vendors an excuse to be lazy and not provide 64bit native versions of their programs. Its use should be discouraged (unless you absolutely can't live without those 32 bit only programs - have to be a little pragmatic I suppose.)
 
1 members found this post helpful.
Old 11-03-2010, 06:08 AM   #8
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
32 bit is a safest choice. Make a list of applications you think you will use on your system. With open source code applications there should be no problem if you are not aware to compile it yourself and to decide about installation policy. Playing W$ games on wine server can be difficult or even impossible. Next there may be no 64 bit versions for closed source apps. However running 64 bit is challenging. Greetings.
 
1 members found this post helpful.
Old 11-03-2010, 07:08 AM   #9
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
In many ways the choice depends upon what you're going to be doing. Anything you build from source (nice to have open source, eh) will build and run just fine in either 32- or 64-bit; however, 32-bit only software that you obtain from providers (such as Adobe Acrobat or, say, GoogleEarth) will not run in 64-bit unless you install Alien Bob's Multilib package (see http://alien.slackbook.org/dokuwiki/...kware:multilib). Too, a 64-bit system can handle more memory if that's important to you.

Essentially, it's a toss-up. If Adobe Acrobat and GoogleEarth matter to you, go with 32-bit (although 64-bit packages may become available for both of those sometime soon). If you're running heavy-duty engineering and mathematical applications, 64-bit is probably a better choice. Either way, all the tools and applications you'll be using on a day-to-day basis are just fine in either 32- or 64-bit (that would include things like OpenOffice.org, all the editors, compilers, utilities, and so on). You really can't tell the difference one way or the other.

Hope this helps some.
 
1 members found this post helpful.
Old 11-03-2010, 12:04 PM   #10
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by tronayne View Post
If you're running heavy-duty engineering and mathematical applications, 64-bit is probably a better choice.
I am curious about a compilation of Fortran's libraries - are there
problems with 64 bit versions?
 
Old 11-03-2010, 08:29 PM   #11
jazzi
Member
 
Registered: Mar 2006
Location: Tea Garden
Distribution: Slackware 15.0
Posts: 31

Original Poster
Rep: Reputation: 3
Thanks all, so that's what I get:
First, if you have
Quote:
Originally Posted by tronayne View Post
heavy-duty engineering and mathematical applications
and have more than 4G memory, then you choose 64bits;
Second, if the software on you must-have list have 64bits version, then you choose 64bits;


OR,you choose 32bits.
 
Old 11-04-2010, 12:19 AM   #12
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by jazzi View Post
Is that mean if I have the source code I can compile a 64 bit by myself and don't have to change the code?
Before you resort to compiling and installing software from source code, you can easily compile and install Slackaware .tgz packages (both 32bit and 64bit) from http://slackbuilds.org/.
You can also use http://sbopkg.org/ to automate the building and updating of Slackware packages from slackbuilds.org.
 
1 members found this post helpful.
Old 11-04-2010, 06:23 AM   #13
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Quote:
Originally Posted by igadoter View Post
I am curious about a compilation of Fortran's libraries - are there problems with 64 bit versions?
None that I'm aware of -- I do use NetCDF (see http://www.unidata.ucar.edu/software/netcdf/), required by GMT, the Generic Mapping Tools (see http://gmt.soest.hawaii.edu/) for "manipulating geographic and Cartesian data sets" and producing maps. Never had a problem compiling or running GMT and netCDF on both 32- and 64-bit Slackware boxes.

Bearing in mind that Slackware itself is built bottom-up from source, you'll have appropriate libraries built for the platform.

This is not to say that there may be some problem with some FORTRAN libraries that are not native compiles but, so far, I've had no problems with the GNU libraries provided with Slackware on either platform.

Hope this helps some.
 
  


Reply

Tags
slackware, slackware64



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Porting 32bit application to 64bit on 64bit RedHat 5.4 pvpnguyen Programming 4 07-23-2010 06:52 AM
In a 64bit PC may make 4 partitions vista 32bit, vista 64bit, and ... lse123 Linux - Newbie 3 03-14-2009 09:09 AM
32bit(i386) or 64bit(amd64) on an amd 64bit cpu (amd 6000+)? d-_-b Debian 7 10-28-2007 07:48 PM
Can I use to go from 32bit to 64bit? shame Linux - Distributions 6 11-03-2006 06:24 PM
can 64bit processor run both 64bit and 32bit computers? DJOtaku Linux - General 4 09-08-2005 08:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration