compiling in Linux

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

Moderators: silvia, selimgunay, Moderators

Post Reply
zhan
Posts: 11
Joined: Fri Nov 21, 2008 4:25 pm
Location: UCLA

compiling in Linux

Post by zhan »

Hello,

Two questions when I am compiling in Linux:

1) In the makefile.def, shall I modify line 71 from:
SUPERLUdir = $(HOME)/OpenSees/OTHER/SuperLU_3.0/SRC
to:
SUPERLUdir = $(HOME)/OpenSees/OTHER/SuperLU_4.1/SRC

since the file (slu_ddefs.h) is not under the SuperLU_3.0 folder.

2) Problem encountered:
TclDatabaseCommands.cpp:90: error: invalid conversion from ‘int (*)(void*, Tcl_Interp*, int, char**)’ to ‘int (*)(void*, Tcl_Interp*, int, const char**)’


Thank you for your help!
zhan
Posts: 11
Joined: Fri Nov 21, 2008 4:25 pm
Location: UCLA

Re: compiling in Linux

Post by zhan »

The problem happens compiling 2.3.0 Opensees
flintop12
Posts: 3
Joined: Mon Dec 26, 2011 8:39 am

Re: compiling in Linux

Post by flintop12 »

I use in c or c++ in ubuntu but i don't know how to compile the program in the ubuntu so can you help me how to compile the program in ubuntu. because i can try to compile but some error display so i can't understand this error
Post Reply