LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install a 32 bit linux on a 64 bit (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-a-32-bit-linux-on-a-64-bit-413504/)

ghost89918 02-09-2006 11:44 AM

How to install a 32 bit linux on a 64 bit
 
Hey,

I am having trouble installing SUSE Linux 10.0 on my 64 bit computer. When I boot from the DVD it comes up with a notice saying I am about to install a 32 bit software on a 64.After that I click on installation and it froze. Any suggestions on what to do next? Thanks in advance.

anti.corp 02-09-2006 01:20 PM

Hi,

Your problem is well known, and there are several workarounds/temporary solution if you google it.
BUT it's not recommended to install 32 bit on a 64 bit system. Go ahead and download the 64 bit edition. I suggest you get the 10 eval edition which is in no way crippled or anything. It only lacks some licensed softwaretitles, which I never missed :)

RedShirt 02-09-2006 01:44 PM

I would suggest you wait a few weeks. We are just about to get SuSE 10.1 which is much more impressive than 10.0. But antiloaded is right, eithe rway you need the 64bit version, it has full 32bit backwards compatibility should you need to use any 32bit software.

amosf 02-09-2006 02:45 PM

Install the 64 bit... You can always run 32 bit software anyway with few exceptions... Unless you want win4lin9x...

ghost89918 02-10-2006 08:45 AM

Thank you all for your help.I am downloading the 64bit eval version.
I am learning C, can you write C language in Linux using the command prompt?Does linux come with a compiler?

RedShirt 02-10-2006 08:50 AM

Linux MUST have a compilier. It is most often gcc, which compiles C, C++ and others, which is what most programs in linux are compiled from. In terms of coding directly in the prompt... yes and no. You can use an editor like nano which can be used directly in the terminal, or emacs(or xemacs)/kate/kwrite or many other editors which are done in gui. Then you merely compile the file in command line with "gcc -options filname". I did all my programming in college in linux in C, C++, Java(with BlueJ), APL, and about a dozen other languages. Linux is FAR better for this than Windows, but i fyou are going from Win... it will take getting used to.

ethics 02-10-2006 08:52 AM

yeah you can get GCC and GCC++ compilers for Linux, pretty much all distros come with GCC

ghost89918 02-10-2006 09:03 AM

Thanks again.

BinJajer 02-10-2006 09:45 AM

If your'e learning C and C++ to write programs for Linux, get to know the system first. Check out slackware if you got te guts, or if you are really determined to learn how to do C fast,try Gentoo. Gentoo is a source-centric distro, where every single program is compiled on you box. You can learn a lot about Linux from it... and gcc (the c, java, etc compiler) comes with right about any distro out there. I've never heard of a one without gcc.


All times are GMT -5. The time now is 02:22 AM.