Changes between Initial Version and Version 1 of Ticket #33024


Ignore:
Timestamp:
Jan 27, 2012, 3:36:45 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

There is no "Lion GCC compiler". GCC is part of Xcode, not Lion, and as of Xcode 4.2, there is no GCC in Xcode. Furthermore, MacPorts does not use GCC to compile anything as of Xcode 4: in Xcode 4.0 and 4.1 MacPorts uses llvm-gcc-4.2, while with Xcode 4.2 and up, MacPorts uses clang. What version of Xcode do you have?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33024

    • Property Keywords pari gcc removed
    • Property Port pari added
  • Ticket #33024 – Description

    initial v1  
    33This can be seen with the following (incorrect) calculation
    44
     5{{{
    56gp> bezout(13,17)
    67%1 = [1, -1, 4]
     8}}}
    79
    810This is due to a bug in OSX Lion gcc compiler, and until Apple fixes it the pari package has to be build from source with gnu gcc instead of Lion gcc.