Compiling in ubuntu and no result?

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
zhangqinglong
Posts: 13
Joined: Fri Mar 21, 2014 8:36 pm
Location: Tsinghua

Compiling in ubuntu and no result?

Post by zhangqinglong »

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.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Compiling in ubuntu and no result?

Post by fmk »

the $HOME/bin directory should contain the .exe
zhangqinglong
Posts: 13
Joined: Fri Mar 21, 2014 8:36 pm
Location: Tsinghua

Re: Compiling in ubuntu and no result?

Post by zhangqinglong »

hi fmk, Is $HOME/bin directory in path of Makefile.def?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Compiling in ubuntu and no result?

Post by fmk »

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)
zhangqinglong
Posts: 13
Joined: Fri Mar 21, 2014 8:36 pm
Location: Tsinghua

Re: Compiling in ubuntu and no result?

Post by zhangqinglong »

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.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Compiling in ubuntu and no result?

Post by fmk »

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.
zhangqinglong
Posts: 13
Joined: Fri Mar 21, 2014 8:36 pm
Location: Tsinghua

Re: Compiling in ubuntu and no result?

Post by zhangqinglong »

thanks for your quickly reply.
best regards.
Post Reply