I’m running openSUSE 64 bit 11.1 Gnome on a computer with a 64 bit Intel centrino CPU.
I want to run FreeBasic compiler. But it only comes in a 32 bit tar.gz package that I installs via a script that is provided. I have to install about 10 or so Suse rpm packages to satisfy dependencies. In the past it all went well on my old 32 bit machine but – no surprise – the compiler won’t compile in my 64 bit machine.
So I propose to uninstall the compiler, then install the 32 bit runtime environment and then reinstall the compiler after that.
Question 1: The 10 or so extra packages that it needs to run – do I install the 32 bit versions or the 64 bit versions?
Question 2: will this 32 bit runtime environment affect my 64 bit operating system or the general performance if the only 32 bit app that I install is the FreeBasic compiler?
> I’m running openSUSE 64 bit 11.1 Gnome on a computer with a 64 bit Intel
> centrino CPU.
>
> I want to run FreeBasic compiler. But it only comes in a 32 bit tar.gz
> package that I inatll with script that is provided. I have to install
> about 10 or so dependency packages. In the past it all went well on my
> old 32 bit machine but – no surprise – the compiler won’t compile in
> my 64 bit machine.
>
> So I propose to uninstall the compiler, then install the 32 bit runtime
> environment and then reinstall the compiler after that.
> Question 1: The 10 or so extra packages that it needs to run – do I
> install the 32 bit versions or the 64 bit versions?
>
> Question 2: will this 32 bit runtime environment affect my 64 bit
> operating system or the general performance if the only 32 bit app that
> I install is the FreeBasic compiler?
I would not mix environments… if you cannot get it to work within your
current 64 bits installation, better try a virtual machine with a pure 32
bits openSUSE and test it from there. But this is just my wise advice O:-)
I made a partition and installed a second openSUSE 11.1 64 bit as a sandbox. I installed the 32 bit runtime environment alongside the 64 bit install and couldn’t even get the installation to work. So thankfully I didn’t bomb my work-a-day installation.
I’ve read the FreeBASIC forum link and it looks promising. But the main task is just to get a compiler going right now, immediately, so I’m installing 32 bit openSUSE on a VM as I type. That will do the job for now. I’ll pursue the proper 64 bit install of FreeBASIC at another time, when I have more time.
When you say you installed the 32bit runtime you also need to install all the 32bit dependnacies ie glibc libxyz. The when you try and run it the errors it spits out should give you a guide.
It took me a week and maybe 10 installs of openSUSE various flavors in VMs and on real partitions. I followed your advices and many dry gullies too. But I finally got it going properly and wrote it up so I can get it right from now on. And for others who come that way via Google too.
> It took me a week and maybe 10 installs of openSUSE various flavors in
> VMs and on real partitions. I followed your advices and many dry gullies
> too. But I finally got it going properly and wrote it up so I can get it
> right from now on. And for others who come that way via Google too.
Wow! You deserve a big free-and-virtual beer|coca-cola|pepsi, sir.