From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: dkcombs@panix.com (David Combs) Newsgroups: gmane.emacs.help Subject: Re: Has anyone actually built emacs 21.3 for SOLARIS (sparc)? Date: Mon, 26 May 2003 22:49:58 +0000 (UTC) Organization: Public Access Networks Corp. Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053989337 30337 80.91.224.249 (26 May 2003 22:48:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 May 2003 22:48:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue May 27 00:48:56 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19KQlz-0007t8-00 for ; Tue, 27 May 2003 00:48:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KQnX-0005Ck-9i for gnu-help-gnu-emacs@m.gmane.org; Mon, 26 May 2003 18:50:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.unix.solaris Original-Lines: 55 Original-NNTP-Posting-Host: panix1.panix.com Original-X-Trace: reader1.panix.com 1053989398 4126 166.84.1.1 (26 May 2003 22:49:58 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Mon, 26 May 2003 22:49:58 +0000 (UTC) X-Newsreader: trn 4.0-test74 (May 26, 2000) Originator: dkcombs@panix.com (David Combs) Original-Xref: shelby.stanford.edu gnu.emacs.help:113707 comp.unix.solaris:443371 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10201 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10201 In article , Dave Uhring wrote: >On Mon, 26 May 2003 13:13:59 +0000, David Combs wrote: > >> Any ideas? > >None, really. I use gcc-3.2.2 built from source using gcc from the >Solaris 9 Software Companion CD; then I pkgrm'd SFWgcc and all of its >dependencies and I no longer have /opt/sfw. > >Since Sun chose to add its supported free software in /usr/sfw that is >where I placed the rest of the free software built from source on this >system. > >Solaris 9 -does not- "but solaris-NINE wants it in /opt/sfw (I believe Aaarrgh! You're right (as usual). There's TWO sfw's! Above, you said you built, from source, gcc, and got rid of SFWgcc and all it's dependencies. That I understand. The "and I no longer have /opt/sfw." -- how did that dissappear? Presumably not via "and all it's dependencies", but by deliberate pkgrm of everything there, and then rm -r of /opt/sfw. But why? There's a HUGE amount of software in /opt/sfw? I ask because I've gotten to know you well enough to know that you always (it seems) have really good reasons for whatever you do. ----- Suppose you hadn't deleted all of /opt/sfw/, except for the gcc package there. What sfw-stuff would you then have on your PATH and LDFLAGS? Both of them -- every /usr/sfw/... would perhaps be paired with a /opt/sfw/...? >that's who wanted it there, not me)". If you did a complete install of >Solaris 9 you will indeed find much free software in /usr/sfw. > >I built emacs-21.3 again and saved all of the output of the configure >script and make and will send it to you via email. Perhaps you can see >from that where your problems lie. >