Migrating a 32 bit aplication to a 64 bit processor, using gcc in Linux platform.

  • Follow


I, I have a aplication that is compiled and runing in a RedHat AS
Linux 2.1 with 386 processor(32 bit), I need migrate it to a new
machine with itanium processor(64 bit) with Red Hat Linux 2.1, I am
using gcc V 2.96 for compile but I am not sure of the option of gcc
for have a good compiled object file.


Thanks.
0
Reply mgodoy (1) 12/6/2004 2:53:56 PM

Up front, please read up on nettiquette, as your crosspost is unbearable.
F'up set.

mgodoy@entel.cl wrote:
> I, I have a aplication that is compiled and runing in a RedHat AS
> Linux 2.1 with 386 processor(32 bit), I need migrate it to a new
> machine with itanium processor(64 bit) with Red Hat Linux 2.1, I am
> using gcc V 2.96 for compile but I am not sure of the option of gcc
> for have a good compiled object file.

None. Programs written in C or C++ tend to be portable, given they don't
make any nonportable assumptions about e.g. byte-order or size of
intrinsic types. Also, read http://gcc.gnu.org/gcc-2.96.html.

In case you have a problem with something, I suggest you describe that
problem instead.

Uli

0
Reply doomster121 (274) 12/7/2004 4:04:31 PM


1 Replies
47 Views

(page loaded in 0.196 seconds)

Similiar Articles:









7/25/2012 5:08:27 AM


Reply: