Stargazer712
May 2nd, 2008, 04:56 PM
Ok, I am trying to compile a very simple c++ program using g++. The computer that I am compiling it on is using an x86_64 architecture, and the computer it will be run on is using an i386 architecture.
I need to be able to compile the program on my computer (x86_64) and run it on the i386 computer. Are there any options on g++ that will allow me to compile for a different architecture?
thanks in advance.
I need to be able to compile the program on my computer (x86_64) and run it on the i386 computer. Are there any options on g++ that will allow me to compile for a different architecture?
thanks in advance.