Search found 3 matches
- Thu Jul 29, 2010 12:55 pm
- Forum: Framework
- Topic: TclOptimizationBuilder.h Debian Lenny
- Replies: 1
- Views: 2440
TclOptimizationBuilder.h Debian Lenny
Compiling 2.2.1 for first time, problem occurred during step: LIBRARIES BUILT . . . NOW LINKING OpenSees Program Looks like TclOptimizationBuilder.h not on Debian tcl 8.5 dev package. Where can I get this? It is included in commands.cpp, line 476 by Quan Here is where it bombed =====================...
- Wed Feb 17, 2010 4:49 pm
- Forum: Documentation
- Topic: compile from CVS on Linux, Debian Lenny
- Replies: 2
- Views: 6056
Compiling OpenSees from CVS on Debian Linux
Solved my own problem. One has to edit the Makefile.def and add a AMD library. Lines include following additions/changes to LINUX8 master: Section 2 Paths AMDdir = $(HOME)/OpenSees/OTHER/AMD DIRS = $(AMDdir) $(BLASdir) $(CBLASdir) $(LAPACKdir) \ $(SUPERLUdir) $(ARPACKdir) $(UMFPACKdir) $(SRCdir) $(M...
- Tue Feb 16, 2010 11:43 am
- Forum: Documentation
- Topic: compile from CVS on Linux, Debian Lenny
- Replies: 2
- Views: 6056
compile from CVS on Linux, Debian Lenny
Build was going fine until this message from stderr: /usr/local/src/lib/libOpenSees.a(AMDNumberer.o): In function `AMD::number(Graph&, int)': AMDNumberer.cpp:(.text+0x18c): undefined reference to `amd_order' collect2: ld returned 1 exit status make[1]: *** [tcl] Error 1 make: *** [all] Error 2 P...