emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42675: closed (Solaris 11.3 x86_64 support)


From: GNU bug Tracking System
Subject: bug#42675: closed (Solaris 11.3 x86_64 support)
Date: Thu, 06 Aug 2020 23:03:02 +0000

Your message dated Thu, 6 Aug 2020 16:02:07 -0700
with message-id <8e2084e4-486c-f46d-fd74-4bd9e35bc475@cs.ucla.edu>
and subject line Re: bug#42675: Solaris 11.3 x86_64 support
has caused the debbugs.gnu.org bug report #42675,
regarding Solaris 11.3 x86_64 support
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42675: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42675
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Solaris 11.3 x86_64 support Date: Sun, 2 Aug 2020 10:00:35 -0400
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@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



--- End Message ---
--- Begin Message --- Subject: Re: bug#42675: Solaris 11.3 x86_64 support Date: Thu, 6 Aug 2020 16:02:07 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0
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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]