tags:

views:

14

answers:

1

I am interested in trying to get a program ported to 64 bit and would like to know if it's even a good candidate for porting. I am a lighting director and have built a suse11.1 linux box for a program called (MagicQ) made by Chamsys(http://www.chamsys.be/download.html). I have been working on this for about 6 months now and have all hardware recognised, still working on stage visualizers, and have a seperate cpu/borad generating the dmx code via poe ethernet. I don't think getting it to run in suse will be a problem "it was natively built for Ubuntu" Any help or direction is greatly appreciated!!

A: 

Unbuntu and Suse are subtlely different in how things are laid out for file sytems, home directories and such. Usually when you try to install a package on either on you need to use their own package manager programs so that all dependincies are handled and you don't need to manually try to find package 'x' version 'y' and package 'a' version 'b' just to get something working.

If you know that you have all the dependencies covered, and if you have the raw source code, you should be able to just run a compilier against the source code and have it compilied for a 64-bit processor.

Here is a link to the GCC, the GNU Compiler Collection for your reference.

Good luck with your porting project.

Chris