trouble with files bigger than 4GB
Vance Shipley
vances@REDACTED
Fri Aug 8 03:17:50 CEST 2003
Raimo,
I'm happy to report that this trick does now work with R9C-0.
Setting CC="gcc -m64" does not though.
I was able to build R9C-0 under SPARC Solaris 8 with no problems
at all. With the addition of this trick it built as a 64-bit
application.
-Vance
On Thu, 24 Apr 2003 Raimo Niskanen <raimo.niskanen@REDACTED> wrote:
}
} Would it be sufficient to have kind of the following shell script (named
} gcc) before the real gcc in the path?
}
} #!/bin/sh
} exec /usr/local/bin/gcc -m64 ${1+"$@"}
}
} / Raimo Niskanen, Erlang/OTP, Ericsso AB
More information about the erlang-questions
mailing list