NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: NetBSD tools/gmp build.sh issues on Solaris-11.4
Hi Palle, I noticed your reply to my original email on the archive
page, but I haven't yet received your email. Maybe gmail is blocking
your mail server?
Anyway, I wonder if your /usr/gcc/12/bin/gcc was built to generate
32-bit binaries by default, which would normally mask this particular
issue.
All my GCC compilers on Solaris are configured to generate 64-bit
binaries by default. I could work around it by creating a wrapper script
and passing -m32 GCC option, but there is no reason why it should not
work with 64-bit compiler.
I'm pretty sure the problem is gmp configure script. Once I figure out
a fix, I will submit a bug report upstream. If the compiler generates
64-bit binaries, gmp should always switch to 64-bit ABI.
Home |
Main Index |
Thread Index |
Old Index