Compile on Linux MInt 16
Moderators: silvia, selimgunay, Moderators
-
- Posts: 4
- Joined: Wed Sep 19, 2012 5:51 am
- Location: New University of Lisbon - Faculty Science and Technology
Compile on Linux MInt 16
Dear fmk and all,
I am trying to compile OpenSees on linux Mint with the svn of University of Edinburgh and its giving me the following error:
make[1]: Leaving directory `/home/ruben/OpenSees/SRC/tcl'
make[1]: Entering directory `/home/ruben/OpenSees/SRC/modelbuilder/tcl'
make[2]: Entering directory `/home/ruben/OpenSees/SRC/tcl'
make[2]: Nothing to be done for `tcl'.
make[2]: Leaving directory `/home/ruben/OpenSees/SRC/tcl'
g++: error: /home/ruben/lib/libOpenSees.a: No such file or directory
make[1]: *** [tcl] Error 1
make[1]: Leaving directory `/home/ruben/OpenSees/SRC/modelbuilder/tcl'
make: *** [all] Error 2
-------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
Some additional relevant information:
Processor: 64 bits
SVN URL:https://svn.ecdf.ed.ac.uk/repo/see/OpenSeesEd/OpenSees/
Makefile: Makefile.def.EC2-UBUNTU
my changes to the Makefile:
TCL_LIBRARY = /usr/lib/x86_64-linux-gnu/libtcl8.5.so
I already followed the instructions on this link: http://opensees.berkeley.edu/community/ ... =4&t=61445
If I use this changes with the svn of Berkeley ( svn://opensees.berkeley.edu/usr/local/svn/OpenSees/trunk ) it works well.
please help me,
thanks in advance.
I am trying to compile OpenSees on linux Mint with the svn of University of Edinburgh and its giving me the following error:
make[1]: Leaving directory `/home/ruben/OpenSees/SRC/tcl'
make[1]: Entering directory `/home/ruben/OpenSees/SRC/modelbuilder/tcl'
make[2]: Entering directory `/home/ruben/OpenSees/SRC/tcl'
make[2]: Nothing to be done for `tcl'.
make[2]: Leaving directory `/home/ruben/OpenSees/SRC/tcl'
g++: error: /home/ruben/lib/libOpenSees.a: No such file or directory
make[1]: *** [tcl] Error 1
make[1]: Leaving directory `/home/ruben/OpenSees/SRC/modelbuilder/tcl'
make: *** [all] Error 2
-------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
Some additional relevant information:
Processor: 64 bits
SVN URL:https://svn.ecdf.ed.ac.uk/repo/see/OpenSeesEd/OpenSees/
Makefile: Makefile.def.EC2-UBUNTU
my changes to the Makefile:
TCL_LIBRARY = /usr/lib/x86_64-linux-gnu/libtcl8.5.so
I already followed the instructions on this link: http://opensees.berkeley.edu/community/ ... =4&t=61445
If I use this changes with the svn of Berkeley ( svn://opensees.berkeley.edu/usr/local/svn/OpenSees/trunk ) it works well.
please help me,
thanks in advance.
Re: Compile on Linux MInt 16
cd to OpenSees/SRC and type make there and tell me what the errors you get there are.
-
- Posts: 4
- Joined: Wed Sep 19, 2012 5:51 am
- Location: New University of Lisbon - Faculty Science and Technology
Re: Compile on Linux MInt 16
Thanks for the answer fmk. The problem is solved.
How to get the last command in the OpenSees terminal in Linux? The up key just gives me characters "^[[A" .
thanks in advance.
How to get the last command in the OpenSees terminal in Linux? The up key just gives me characters "^[[A" .
thanks in advance.
Re: Compile on Linux MInt 16
you can't .. you can execute the previous command or an previous command with unix commands like ! and history.
Re: Compile on Linux MInt 16
> How to get the last command in the OpenSees terminal in Linux? The up key just gives me characters "^[[A" .
Try "rlwrap OpenSees".
man page:
rlwrap - readline wrapper.
rlwrap runs the specified command, intercepting user input in order to provide readline's line editing, persistent history and completion.
Try "rlwrap OpenSees".
man page:
rlwrap - readline wrapper.
rlwrap runs the specified command, intercepting user input in order to provide readline's line editing, persistent history and completion.
Re: Compile on Linux MInt 16
Dear rubinho,
As you said:
>Thanks for the answer fmk. The problem is solved.
I met the same problem with you. Could you kindly tell me how you figured this problem?
Thanks a lot !
As you said:
>Thanks for the answer fmk. The problem is solved.
I met the same problem with you. Could you kindly tell me how you figured this problem?
Thanks a lot !