On 15/11/11 5:57 a, Fritz Wuehler wrote:
> Michael<
michael_...@yahoo.com> wrote:
>
>> Hi,
>>
>> On 11/13/11 10:40 PM, Bartholomew wrote:
>>> I currently run emacs 21.3 on Solaris 10 (10/08 s10s_u6wos_07b SPARC).
>>> The one from sunfreeware installs in /usr/local/bin and requires extra
>>> libraries.
>>>
>>> B.
>>
>> Yes.
>>
>> On the other hand if you only need emacs download the emacs tar file
>> from gnu site(google for emacs) and unpack it somewhere the compile
>> yourself. very easy!!
>>
>> $ ./configure --prefix=/path_of_your_choice
>>
>> $ gmake
>>
>> $ gmake install
>
> I prefer to build everything possible with Studio since I hate gcc and
> Studio does a better job on SPARC than gcc anyway. Emacs builds fine except
> for LEIM. I have 23.3 running on SPARC boxes from update 8 and on.
>
> 1. Set your path to the Studio binaries and to /usr/ccs/bin
> 2. export CC="cc -m64 -fast" for Intel or "cc -m32 -fast" for UltraSPARC