I've been trying to compile the CVS version of OpenSees on Mac OS.10.4.10. I've installed gfortran from the macresearch website and XCode 2.4.1. I'm using the Makefile.def.MacOS10.4 file. I'm able to build the libraries. After that, I get the following error:
LIBRARIES BUILT ... NOW LINKING OpenSees PROGRAM
make[1]: Nothing to be done for `tcl'.
Makefile:21: warning: overriding commands for target `tcl'
Makefile:13: warning: ignoring old commands for target `tcl'
make[2]: Nothing to be done for `tcl'.
i686-apple-darwin8-g++-4.0.1: /Users/hongkim/research/OpenSees/SRC/tcl/TclVide0Player.o: No such file or directory
make[1]: *** [tcl] Error 1
make: *** [all] Error 2
I've checked that GRAPHIC=NONE. If I build the TclVide0Player(the word Vide0 is on the spam list, can't use the correct spelling), here is the error I get:
LIBRARIES BUILT ... NOW LINKING OpenSees PROGRAM
make[1]: Nothing to be done for `tcl'.
Makefile:21: warning: overriding commands for target `tcl'
Makefile:13: warning: ignoring old commands for target `tcl'
make[2]: Nothing to be done for `tcl'.
/usr/bin/ld: Undefined symbols:
PlainMap::PlainMap()
collect2: ld returned 1 exit status
make[1]: *** [tcl] Error 1
make: *** [all] Error 2
I get the same errors when compiling the stable version 1.7.3.