------- Additional Comments From jdavidb at goreadthebible dot com 2005-04-22 18:25 ------- (In reply to comment #12) > Right, it can't compile a test program with "-m64" because the > /lib64/libc.so.6 package is not installed.
Strangely, I do seem to have that file installed. But I also have the /etc/disable_64_gcc file you mentioned earlier. > Also, when you use "sparc32" you should use it to create a > complete execution environment with "sparc32 bash" or whatever > shell you use. You need to be in that environment when you > invoke the make, not just when you run the configure scripts. Oh, yes. I'm used to running it all on one command line with && or ; but that wouldn't work because the sparc32 would only apply to the first command. Thanks for pointing that out. Trying to figure out if I should cancel my other build that is running at the moment, where I specified the host/target manually. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21162