Correct gso is the option you want to use for Solaris with gcc.
If you don't have gcc already installed you can get it from
www.sunfreeware.com.
ssn is for SunOS.

:)
Charles Robinson

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Ricardo Stella
Sent: Wednesday, September 18, 2002 10:52 AM
To: Teresa Hall-Jackson
Cc: [EMAIL PROTECTED]
Subject: Re: Installing on Solaris



Do you have a compiler installed ???  You need a compiler to compile the
program.  Sun's C compiler or GCC would do.  Also, make sure they are in
your path...

Also, if you have Solaris 7 why would you use 'ssn'. If you have GCC
installed, you would want to use 'gso'.  If you have Sun's Compiler you
would want to use 'sol'.  AFAIK, 'ssn' and 'sun' are both for SunOS 4.x
versions (right Mark ?), but neither are for SunOS 5x (aka Solaris)

Hope this helps...

Teresa Hall-Jackson wrote:
>
> I seem to be having problems with an install on Solaris 2.7 system.
>
> # make ssn
> cd tools;make LDFLAGS=-ldl
> make[1]: Entering directory `/usr/local/imap-2002.RC6/tools'
> cc -o uahelper uahelper.c -ldl
> make[1]: cc: Command not found
> make[1]: *** [uahelper] Error 127
> make[1]: Leaving directory `/usr/local/imap-2002.RC6/tools'
> make: *** [suntools] Error 2
> # make ?
> make: *** No rule to make target `?'.  Stop.
> # pwd
> /usr/local/imap-2002.RC6
> # cd tools
> # makd LDFLAGS=-ldl
> makd: not found
> # make LDFLAGS=-ldl
> cc -o uahelper uahelper.c -ldl
> make: cc: Command not found
> make: *** [uahelper] Error 127
>

Reply via email to