hugs

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Tue, 11 Dec 2001 18:34:15 +0000


> Hello, my problem is not really a bug at all, but is
> still a problem. I am trying to complete a university
> project due in soon and to do this i need to get hugs
> working on sun's solaris OS, which I'm not really used
> to. I have used the UNIX instructions given with the
> install package, but it doesn't work. 
> 
> After typing ./configure , all the comments say "no"
> and then there's a line saying some prefix can't be
> found. It then doesn't do anything when I type make
> install - it doesn't understand.

The Solaris operating system does not come with a C compiler as
standard - it is usually purchased as an extra, and installed in a
non-standard location.

Try "which cc" and "which make" to discover if you have these
components available.  If not, try adding /usr/ccs/bin to your PATH
variable first.  If that still fails, ask your local support staff
where you can find these essential tools.  (After you have found
your C compiler etc, you will need to remove config.cache and re-run
./configure before proceeding.)

Regards,
    Malcolm