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

From: Ulrich Eckhardt (doomster_at_knuut.de)
Date: 12/07/04


Date: Tue, 07 Dec 2004 17:04:31 +0100

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



Relevant Pages

  • Re: How do I install this missing library?
    ... you really should be carefully following LSTC's installation ... libg2c is part of gcc. ... to tell a newcomer to compile. ... like the source code to GNU tar, and make sure you understand what's ...
    (comp.os.linux.misc)
  • Re: HPGCC Questions ladies and gentlemen!!!
    ... No matter how you slice it in order to compile a C program you need to know ... it took a few hours just to get gcc running in my computer ... of the students that used an ide in the c++ class I took a few years ago. ... so why not use a data inspector if it's available? ...
    (comp.sys.hp48)
  • Re: Aquarius prolog so fast?
    ... Mercury cannot do all this because Mercury cannot keep track of the fact ... you need this capability quite rarely, ... Why not the alternative GCC back-end, ... While Mercury can compile to the internal data structures of the gcc backend, ...
    (comp.lang.prolog)
  • Re: Just starting out in C
    ... was based on the ANSI standard as it was being developed. ... Some words about gcc: ... gcc provides some extensions to the language that aren't supported by ... For example, to compile the Hello, World program, use the command line ...
    (comp.lang.c)
  • Re: Question about gcc on OS X 10.0.4.11 Tiger
    ... running Linux and gcc 4.0.2. ... How do I switch to a different version of gcc to compile with on OS X ... fgetsis a libc function and is not really part of the compiler. ... int main(int argc, char* argv){ ...
    (comp.sys.mac.programmer.help)