GCC on 64 bit archs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jordan Greenberg

    GCC on 64 bit archs

    What should you do differently if you are using GCC to compile some c++
    code for, say, an Athlon64? is it basically the same as compiling on a
    32 bit processor?

    Thanks!
    -Jordan

  • E. Robert Tisdale

    #2
    Off Topic: GCC on 64 bit archs

    Jordan Greenberg wrote:
    [color=blue]
    > What should you do differently
    > if you are using GCC to compile some C++ code for, say, an Athlon64?
    > Is it basically the same as compiling on a 32 bit processor?[/color]

    The com.lang.c++ newsgroup is a good place to get bad advive
    about any particular compiler of any particular platform.

    Try the gnu.g++.help newsgroup instead.

    Comment

    • Jack Klein

      #3
      Re: GCC on 64 bit archs

      On Thu, 26 Feb 2004 23:43:30 GMT, Jordan Greenberg
      <greenbergj@wit .edu> wrote in comp.lang.c++:
      [color=blue]
      > What should you do differently if you are using GCC to compile some c++
      > code for, say, an Athlon64? is it basically the same as compiling on a
      > 32 bit processor?
      >
      > Thanks![/color]

      You should ask in a gcc group, not here. The operation of compilers
      and other tools is a compiler-specific issue, not a language one.

      --
      Jack Klein
      Home: http://JK-Technology.Com
      FAQs for
      comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
      comp.lang.c++ http://www.parashift.com/c++-faq-lite/
      alt.comp.lang.l earn.c-c++

      Comment

      Working...