[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mash for Linux + Notes
Hi All,
I've built mash on Solaris without doing 'make install' for
Tcl/Tk. I built Tcl/Tk, Otcl in my $HOME directory and left
the libs and binaries where they were built. As long as I
specified the correct paths to Tcl/Tk in the Otcl, TclCL,
and mash ./configure command line, all was ok. So, it's a
matter of consistency and correct pathnames not installation
in a 'standard' place (like /usr/local or /usr/bin...).
About osfcn.h--I think it just includes unistd.h, which
would explain why replacing #include <osfcn.h> with
#include <unistd.h> fixes stuff.
Any more insights are quite welcome--
Marcia