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.