Search found 2 matches

by Radu Serban
Wed Dec 12, 2007 4:36 pm
Forum: Framework
Topic: building 1.7.0 on Linux
Replies: 4
Views: 6658

Yes, I noticed the API changes in tcl8.4 but didn't know about the -D_TCL84 directive. Using Makefile.def.FEDORA4 as a starting point and tcl8.4 worked just fine for both versions 1.7.0 and 1.7.4. I only had to add a few things related to reliability (such as the name of the library) and, of course,...
by Radu Serban
Wed Dec 12, 2007 1:10 pm
Forum: Framework
Topic: building 1.7.0 on Linux
Replies: 4
Views: 6658

building 1.7.0 on Linux

I actually have two issues related to building OpenSees under Linux. I've been using the Makefile.def.LINUX8 as a starting point. I have managed to build OpenSees 1.7.4 under Linux although with one glitch: I had to disable the reliability module since I was getting tcl-related compilation errors. I...