From kdevelop Thu Jan 20 17:08:24 2005 From: Alexander Puchmayr Date: Thu, 20 Jan 2005 17:08:24 +0000 To: kdevelop Subject: Re: 32Bit development in 64Bit environment Message-Id: <200501201808.24589.alex () olymp ! linznet ! at> X-MARC-Message: https://marc.info/?l=kdevelop&m=110624174516868 Am Montag, 17. Januar 2005 16:30 schrieb Reinhard Moeller: > Hello, > it is not yet clear to me how do define a project on an AMD 64Bit Linux > system, that will also run on 32Bit regular Intel architectures. Also > the executables should run in both environments. > I am using kdevelop 3.3.2 and developing a QT based application. > All help is greatly appreciated. > Reinhard Moeller > rmoe@ lfa.uni-wuppertal.de > Did you try to setup your project's CFLAGS properly, i.e. something like CFLAGS="-m32 -march=pentium ..." See manual page of gcc (submodel options for i386) for details. Of course, you have to ensure that the proper 32 bit libraries are installed and you link your project against these. Greetings Alex -- Alexander Puchmayr PGP/GPG-Key: http://puchmayr.linznet.at/private/alex_pubkey.asc - to unsubscribe from this list send an email to kdevelop-request@kdevelop.org with the following body: unsubscribe »your-email-address«