Hi,

I have installed Qt on Centos-64 bit m/c
and trying to compile my qt application code on that.

But I am getting like "bad register" type
of errors.

Flags settings in Makefile is appearing as follows:

CFLAGS = -m64 ...
CXXFLAGS = -m64 ...
LFLAGS = -m64 ...

INCPATH = -I$QTDIR/mkspecs/linux-g++-64 ....

Please can anybody tell me
what parameters needs to be set to compile it on 64 bit.

I have compiled the same code on 32 bit m/c
and it has worked (Qt was also installed on 32-bit m/c only).