[nhc-bugs] trouble compiling under Solaris x86

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Thu, 4 Apr 2002 12:18:17 +0100


Regarding nhc-1.12 for Solaris 2.8 on x86, Jon Bernard writes:

> 1. ./configure tells me that fullname isn't found (though judging from
> the script this would seem not to matter).

Yes, this is a harmless error.

>   lib/ix86-solaris2/hmakerc does not exist.
> 
> ... there is no MkConfig in lib/ix86-solaris2. Could this be the
> problem?

That is most certainly a problem.  I have looked at the Makefiles
and I cannot see any reason why MkConfig could fail to be built.
What build-target did you give to `make'?  e.g.
    make
    make basic
    make all
    make tracer
?

Regards,
    Malcolm