Fantastic, thank you. I did indeed try the sfw gcc and it compiles
okay with -m64, but it does not use GNU ld and has problems linking.
I need to revisit that because I think there is a solution that I am
missing. I also did send email to the blastwave maintainers but have
not received a respons
Fantastic, thank you. I did indeed try the sfw gcc and it compiles
okay with -m64, but it does not use GNU ld and has problems linking.
I need to revisit that because I think there is a solution that I am
missing. I also did send email to the blastwave maintainers but have
not received a respons
> the blastwave toolchain installed as suggested, the gcc 3.4.5 still
> does not support -m64. For example, when compiling a simple test
> program (with just an empty main() function):
$ /opt/csw/gcc3/bin/gcc -m64 /tmp/test.c
/tmp/test.c:1: sorry, unimplemented: 64-bit mode not compiled in
Hmph.