Greetings,
We just got out first SPARC 20 running Solaris 2.3 and I am attempting
(unsuccesfully so far) to set it up to be usable. I have installed the
GCC 2.5.6 binary from sunsite and am now attempting to compile tcsh 6.05
and am hitting all sorts of problems. I apologize if these are stupid
newbie questions...I'm new to this and am not sure about what I'm doing.
If its important, my current shell is the csh shipped with Solaris 2.3.
I have copied Makefile.std to Makefile and edited it to include all the
parameters listed in the Ported file for Solaris 2.3. I have also copied
config/sol23 to config.h.
Here are the problems I have encountered so far and how I attempted to
solve them.
Problem 1: Can't find Make.
My Solution: After some searching, I found make in /usr/ccs/bin. Added
this to my path.
Problem 2: Make can't find gcc.
My Solution: added the path for gcc to the Makefile as follows:
CC= /opt/gnu/bin/gcc -Wall -B/bin/ # -ansi -pedantic
Problem 3: during the make, gcc is barfing on a long list of variables
that fit the pattern STRxxxx (eg: STRhistory, STRaout, STRloginsh,
STRNULL, STRtty to list out the first few...). I'm looked through the
code and can't find where these are defined. Are these environmental
variables of some sort?
My Solution: I'm still stuck on this one!
Does it look like I just have something configured wrong in Solaris? I'm
I just clue-less and missing the point? Can someone please help me...
Begging and Pleading for Help...
John
--
---------------------------------------------------------------------------
| John M. Sully | Freiberger Library | Yesterday's |
| Software Maintenance and | Room 305 | Technology |
| Development Specialist | voice:(216)368-8989| Solving Today's |
| Library Infomation Technologies | fax:(216)368-8720 | Problems |
---------------------------------------------------------------------------
| <A HREF="http://x-wing.lit.cwru.edu/">John's Server </A> |
---------------------------------------------------------------------------