GNU bug report logs -
#42675
Solaris 11.3 x86_64 support
Previous Next
Reported by: noloader <at> gmail.com
Date: Sun, 2 Aug 2020 14:01:01 UTC
Severity: normal
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#42675: Solaris 11.3 x86_64 support
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 42675 <at> debbugs.gnu.org.
--
42675: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42675
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> Recently I've not had much luck building Emacs using the Studio
> compiler. I don't know if it's a problem with Emacs, Studio, or
> Solaris, and I haven't had the time to look into it.
For what it's worth, I built and ran Emacs master with Oracle Developer Studio
12.6 on Solaris 10 sparc with these commands:
../emacs-28.0.50/configure CC=cc --with-jpeg=ifavailable --with-png=ifavailable
--with-gif=ifavailable --with-tiff=ifavailable --with-gnutls=ifavailable
gmake
I needed the "ifavailable" options because those libraries aren't available on
Solaris 10.
If you're still having problems with Studio please file a bug report when you
have the time. I did just now fix a problem on OpenIndiana (which needs
"#include <gmp/gmp.h>" not "#include <gmp.h>") so if that's what you ran into it
should be fixed now.
The original bug that prompted this bug report seems to have been fixed so I'm
taking the liberty of marking this bug as done.
[Message part 3 (message/rfc822, inline)]
Hi Everyone,
I'm submitting this one because etc/MACHINES says Solaris is supported.
I'm building on Solaris 11.3 using x86_64 per [1]. I use
'--build=x86_64-sun-solaris' because Autoguess chooses 32-bit instead
of 64-bit (even with CFLAGS and CXXFLAGS including -m64).
$ ./configure ...
checking for xcrun... no
checking for GNU Make... gmake
checking build system type... x86_64-sun-solaris2
checking host system type... x86_64-sun-solaris2
configure: error: Emacs does not support 'x86_64-sun-solaris2' systems.
If you think it should, please send a report to bug-gnu-emacs <at> gnu.org.
But according to etc/MACHINES:
$ cat etc/MACHINES
...
** Solaris
On Solaris it is also possible to use either GCC or Solaris Studio
to build Emacs, by pointing ./configure to the right compiler ...
[1] https://docs.oracle.com/cd/E37838_01/html/E66175/appendixb.html
This bug report was last modified 4 years and 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.