[CentOS] OT: eclipse on x86_64 compile for x86?

2009-08-14 Thread Coert Waagmeester
Hello all, Have installed eclipse 3.5 x86_64 from the eclipse site, with CDT and QT integration. I am just starting to learn C++ but I would like to know how to set up the ability to compile for 32 bit as well? At the moment I am googleing this as well. Regards, Coert

Re: [CentOS] OT: eclipse on x86_64 compile for x86?

2009-08-14 Thread John R Pierce
Coert Waagmeester wrote: Hello all, Have installed eclipse 3.5 x86_64 from the eclipse site, with CDT and QT integration. I am just starting to learn C++ but I would like to know how to set up the ability to compile for 32 bit as well? specify -m32 as a gcc (or g++ or c++) compile