I had some problem installing modules under Linux. Even though our machine
had a legitimate /usr/lib/libtcl*.so, the configure script would only
accept libtcl.a. To work around this, I simply made a dummy tcl/libtcl.a
file just to fool ./configure. then I ran make and the whole thing
compiled find, since the gcc compiler is smart enough to find the
share-object library rather than the static version.
In addition, when I compiled modules for Solaris2.6 and tcl8.0, i was
getting many segvs in the TCL evaluator that I could just not track down
or debug. When I recompiled with 8.1, it worked. However, 8.0 works ok for
Linux...
-Mark
Mark Lakata
MIPS Technologies
1225 Charleston Road
Mountain View, CA 94043
phone 650-567-5170
fax 650-567-5002
email la...@mi...
On Fri, 15 Dec 2000, R.K. Owen Ph.D. wrote:
> Seasons Greetings:
> I will be gone for the next 3 weeks ... and my DSL provider has
> decided to switch ISPs, so there may be a time when owen.sj.ca.us
> will be unreachable. In preparation for such possibilities I
> have taken someone's suggestion to use sourceforge.net.
>
> I've registered the project as "modules" with a longer name
> of "Environment Modules". I haven't discovered all that sourceforge.net
> offers yet, but it looks like it has everything that a project needs.
>
> The tar-balls can be anonymous ftp'd from:
> ftp://modules.sourceforge.net/pub/modules/
>
> And you are supposed to be able to do anonymous CVS with:
>
> cvs -d:pserver:ano...@cv...:/cvsroot/modules login
> (just hit return when queried for a password)
>
> cvs -z3 -d:pserver:ano...@cv...:/cvsroot/modules co modules
>
> but it hasn't worked for me yet, and I've sent email to sourceforge.net.
>
> If you are interested in helping out with modules development, first
> thing to do is to register yourself with sourceforge.net and let me
> know. Only those who have sent me significant code patches in the
> past will be given full CVS access to the modules code without question!
>
> Merry Christmas
> R.K.
>
> +-----------------------+----------------------+
> | R.K.Owen,PhD | rk...@ow... |
> | KooZ Software | |
> | NERSC/LBNL | rk...@ne... |
> +-----------------------+----------------------+
>
|