[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mash for Linux + Notes - The revenge :)
OK, thanks to Peter I was able to make mash, smash,
vic, vat, nsdr, collaborator, ...
So I followed Mason notes, just being careful of
getting the remain tcl header files from any other
distribution.
What really makes a difference with Mason's notes is
the mash distribution you must use. I took 5.0b2 as
was modified by Peter. This can be found at
apu:/vid15/peterp/mash/mash/mash-1
This distribution is FreeBSD, but it runs in Linux
just with Mason's "osfcn.h" to "unistd.h" modifications.
Then I did:
% ./configure --prefix=/vid30/mash-1/usr
--with-tcl=/vid30/mash-1/usr
--with-tk=/vid30/mash-1/usr
--with-otcl=/vid30/mash-1/usr
--with-gsm=/vid30/mash-1/gsm
--disable-sccvideo
--enable-debug
--disable-static
% setenv LD_LIBRARY_PATH /vid30/mash-1/usr/lib/:$LD_LIBRARY_PATH
% make
% make smash
% make import
% setenv MASH_HOME /vid30/mash-1/mash-1
# /vid30/mash-1/mash-1 is where my mash distribution
# is located
% make vic
% setenv PATH $MASH_HOME/bin:$PATH
% vic 224.2.1.1/22334
# And then I could see 521 and Larry's office from my
# box.
Again, thanks to Peter for the invaluable help.
Regards.
-Chema