public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Craig Simpson <craigsimpson@mindspring.com>
To: help-gcc@gnu.org
Subject: compiling ssh
Date: Fri, 07 Jan 2000 18:08:00 -0000	[thread overview]
Message-ID: <926d7sk4ttti9pufk4c1fjvnanf7uk2ev0@4ax.com> (raw)

Had problems getting ssh to compile on Solaris 2.6.

I installed the latest gcc from http://www.sunfreeware.com/ .
gcc-2.95.1-sol26-sparc-local.gz. The latest is nice because extra lib
are not needed to be installed along with the compiler. One package
gets it all. 

The below is a list of what is needed to compile right from
datafellows:



                    Solaris ships with everything you need, with the
exception of the compiler itself. Solaris
                    ships with the include files, make, an assembler,
linker and libraries. All this stuff lives
                    in /usr/ccs/bin (add it to your PATH before
/usr/ucb if that's in your PATH as well)
                    /usr/ccs/lib and /usr/include. If you still can't
find it, make sure you have the following
                    packages installed on your system: 

                    for tools (sccs, lex, yacc, make, nm, truss, ld,
as): 

                         SUNWbtool 
                         SUNWsprot 
                         SUNWtoo 

                    for libraries & headers: 

                         SUNWhea 
                         SUNWarc 
                         SUNWlibm 
                         SUNWlibms 
                         SUNWdfbh 
                         SUNWcg6h 
                         SUNWxwinc 
                         SUNWolinc 
                         SUNWxglh 

                    for ucb compat: 

                         SUNWsra 
                         SUNWsrh 

                    These packages are all on the Solaris 2.x CDs,
except that some packages may only
                    exist in some releases and not in others. Some
packages may be on separate CDs,
                    such as the "Desktop/CDE" CD, but all are part of
the Solaris "bundle". 

                    To make SSH compile of Solaris 2.6 you need all
above libraries installed in your Solaris
                    box. 

Then I stuck in my rather large PATH

PATH=/usr/openwin/bin:/usr/sbin:/usr/bin:/usr/lib:/usr/local/lib:/usr/ccs:/usr/ccs/bin:/usr/ccs/lib:/usr/local/include:/usr/ucb:/usr/ucblib:/usr/local/lib/gcc-lib:/usr/local/include/g++-3/:/usr/local/include/g++-3/std:/usr/local/sparc-sun-solaris2.6/include:/usr/local/bin:/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1:/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/include:/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/include/objc:/export/home/craigs/gcc-2.95.1/libio:/export/home/craigs/gcc-2.95.1/libio/stdio:

Think I put a few things that where not needed in the PATH big deal it
worked. 

Also as the path will show I downloaded the source code also and
untared it in my home directory. Added the lib directorys in my PATH
from the source code at the end. This was just to make sure no libs
are not found.


Craig



WARNING: multiple messages have this Message-ID
From: Craig Simpson <craigsimpson@mindspring.com>
To: help-gcc@gnu.org
Subject: compiling ssh
Date: Sat, 01 Apr 2000 00:00:00 -0000	[thread overview]
Message-ID: <926d7sk4ttti9pufk4c1fjvnanf7uk2ev0@4ax.com> (raw)
Message-ID: <20000401000000.CrFXx8CrfgHXac7hUqnaRiAPVH0wmeMbe7FvDScdbcE@z> (raw)

Had problems getting ssh to compile on Solaris 2.6.

I installed the latest gcc from http://www.sunfreeware.com/ .
gcc-2.95.1-sol26-sparc-local.gz. The latest is nice because extra lib
are not needed to be installed along with the compiler. One package
gets it all. 

The below is a list of what is needed to compile right from
datafellows:



                    Solaris ships with everything you need, with the
exception of the compiler itself. Solaris
                    ships with the include files, make, an assembler,
linker and libraries. All this stuff lives
                    in /usr/ccs/bin (add it to your PATH before
/usr/ucb if that's in your PATH as well)
                    /usr/ccs/lib and /usr/include. If you still can't
find it, make sure you have the following
                    packages installed on your system: 

                    for tools (sccs, lex, yacc, make, nm, truss, ld,
as): 

                         SUNWbtool 
                         SUNWsprot 
                         SUNWtoo 

                    for libraries & headers: 

                         SUNWhea 
                         SUNWarc 
                         SUNWlibm 
                         SUNWlibms 
                         SUNWdfbh 
                         SUNWcg6h 
                         SUNWxwinc 
                         SUNWolinc 
                         SUNWxglh 

                    for ucb compat: 

                         SUNWsra 
                         SUNWsrh 

                    These packages are all on the Solaris 2.x CDs,
except that some packages may only
                    exist in some releases and not in others. Some
packages may be on separate CDs,
                    such as the "Desktop/CDE" CD, but all are part of
the Solaris "bundle". 

                    To make SSH compile of Solaris 2.6 you need all
above libraries installed in your Solaris
                    box. 

Then I stuck in my rather large PATH

PATH=/usr/openwin/bin:/usr/sbin:/usr/bin:/usr/lib:/usr/local/lib:/usr/ccs:/usr/ccs/bin:/usr/ccs/lib:/usr/local/include:/usr/ucb:/usr/ucblib:/usr/local/lib/gcc-lib:/usr/local/include/g++-3/:/usr/local/include/g++-3/std:/usr/local/sparc-sun-solaris2.6/include:/usr/local/bin:/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1:/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/include:/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/include/objc:/export/home/craigs/gcc-2.95.1/libio:/export/home/craigs/gcc-2.95.1/libio/stdio:

Think I put a few things that where not needed in the PATH big deal it
worked. 

Also as the path will show I downloaded the source code also and
untared it in my home directory. Added the lib directorys in my PATH
from the source code at the end. This was just to make sure no libs
are not found.


Craig



             reply	other threads:[~2000-01-07 18:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-07 18:08 Craig Simpson [this message]
2000-04-01  0:00 ` Craig Simpson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=926d7sk4ttti9pufk4c1fjvnanf7uk2ev0@4ax.com \
    --to=craigsimpson@mindspring.com \
    --cc=help-gcc@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).