Good morning,
which flags should I use to compile 64-bit applications on a 64-bit machine with GPC?
Thanks
Silvio a Beccara
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Vinci 100 giorni di Sheba: In palio tanti set di prodotti Sheba per la gioia del tuo gatto!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=5267&d=8-8
Silvio a Beccara wrote:
Good morning,
which flags should I use to compile 64-bit applications on a 64-bit machine with GPC?
ATM no special flag is needed -- you just need to use 64-bit compiler. To be sure that you really use 64-bit compiler you may add `-m64' flag. In the future we will support mixed 32/64 bit compiler and this flag will choose 64-bit compilation.
Note, that currently 64-bit applications on a 64-bit machines still have some 32-bit limitations.