Compiling in ubuntu and no result?
Moderators: silvia, selimgunay, Moderators
-
- Posts: 13
- Joined: Fri Mar 21, 2014 8:36 pm
- Location: Tsinghua
Compiling in ubuntu and no result?
make[3]: Entering directory `/home/zql/OpenSees/SRC/recorder/response'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/zql/OpenSees/SRC/recorder/response'
make[2]: Leaving directory `/home/zql/OpenSees/SRC/damage'
make[2]: Entering directory `/home/zql/OpenSees/SRC/api'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/zql/OpenSees/SRC/api'
make[1]: Leaving directory `/home/zql/OpenSees/SRC'
make[1]: Entering directory `/home/zql/OpenSees/OTHER/METIS'
make[1]: Leaving directory `/home/zql/OpenSees/OTHER/METIS'
LIBRARIES BUILT ... NOW LINKING OpenSees PROGRAM
make[1]: Entering directory `/home/zql/OpenSees/SRC/tcl'
make[1]: Nothing to be done for `tcl'.
make[1]: Leaving directory `/home/zql/OpenSees/SRC/tcl'
make[1]: Entering directory `/home/zql/OpenSees/SRC/modelbuilder/tcl'
make[2]: Entering directory `/home/zql/OpenSees/SRC/tcl'
make[2]: Nothing to be done for `tcl'.
make[2]: Leaving directory `/home/zql/OpenSees/SRC/tcl'
make[1]: Leaving directory `/home/zql/OpenSees/SRC/modelbuilder/tcl'
please help me for that, and thanks.
best regards.
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/zql/OpenSees/SRC/recorder/response'
make[2]: Leaving directory `/home/zql/OpenSees/SRC/damage'
make[2]: Entering directory `/home/zql/OpenSees/SRC/api'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/zql/OpenSees/SRC/api'
make[1]: Leaving directory `/home/zql/OpenSees/SRC'
make[1]: Entering directory `/home/zql/OpenSees/OTHER/METIS'
make[1]: Leaving directory `/home/zql/OpenSees/OTHER/METIS'
LIBRARIES BUILT ... NOW LINKING OpenSees PROGRAM
make[1]: Entering directory `/home/zql/OpenSees/SRC/tcl'
make[1]: Nothing to be done for `tcl'.
make[1]: Leaving directory `/home/zql/OpenSees/SRC/tcl'
make[1]: Entering directory `/home/zql/OpenSees/SRC/modelbuilder/tcl'
make[2]: Entering directory `/home/zql/OpenSees/SRC/tcl'
make[2]: Nothing to be done for `tcl'.
make[2]: Leaving directory `/home/zql/OpenSees/SRC/tcl'
make[1]: Leaving directory `/home/zql/OpenSees/SRC/modelbuilder/tcl'
please help me for that, and thanks.
best regards.
Re: Compiling in ubuntu and no result?
the $HOME/bin directory should contain the .exe
-
- Posts: 13
- Joined: Fri Mar 21, 2014 8:36 pm
- Location: Tsinghua
Re: Compiling in ubuntu and no result?
hi fmk, Is $HOME/bin directory in path of Makefile.def?
Re: Compiling in ubuntu and no result?
the Makefile.def should define HOME as a variable .. see what is is (this should be the dircetory above OpenSees in the hierarchy)
cd to that directory and then cd to the bin dircetory (you should have created this directory along with the lib directory before building OpenSees)
cd to that directory and then cd to the bin dircetory (you should have created this directory along with the lib directory before building OpenSees)
-
- Posts: 13
- Joined: Fri Mar 21, 2014 8:36 pm
- Location: Tsinghua
Re: Compiling in ubuntu and no result?
thanks, the problem has been solved.
another problem, Where can I place the example1.tcl (it is a database file to be excute) ?
best regard.
another problem, Where can I place the example1.tcl (it is a database file to be excute) ?
best regard.
Re: Compiling in ubuntu and no result?
you need to learn how to use linux!
i keep my applicaions in my bin direcory and set up my env variables so that the PATH variable includes this directory. after that i use terminal application to work in. when i want to run a script i typically cd to that location and then invoke OpenSees with either the script name, or just OpenSees and source the script once the application is running.
i keep my applicaions in my bin direcory and set up my env variables so that the PATH variable includes this directory. after that i use terminal application to work in. when i want to run a script i typically cd to that location and then invoke OpenSees with either the script name, or just OpenSees and source the script once the application is running.
-
- Posts: 13
- Joined: Fri Mar 21, 2014 8:36 pm
- Location: Tsinghua
Re: Compiling in ubuntu and no result?
thanks for your quickly reply.
best regards.
best regards.