compiling problem

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

Moderators: silvia, selimgunay, Moderators

Post Reply
Sang-Ho Kim
Posts: 4
Joined: Thu Jul 13, 2006 12:44 pm

compiling problem

Post by Sang-Ho Kim »

Hi, all.

I am compiling OpenSees on linux redhat enterprise 3.
It seemed everything went great but I got the following message at the end.

Unknown target tcl

I loaded the latest version tcl/tk in the machine.
Of course, I typed the correct path to it.

I do have files under 'lib' directory but nothing under 'bin'.

Help me out.

Thank you.

Sang-Ho

FYI, I attached the messages that I have got at the end of compiling.

make[2]: Leaving directory `/nmnt/home2/s/sk/ski/skim21/OpenSees/OpenSees/SRC/package'
make[1]: Leaving directory `/nmnt/home2/s/sk/ski/skim21/OpenSees/OpenSees/SRC'
LIBRARIES BUILT ... NOW LINKING OpenSees PROGRAM
make[1]: Entering directory `/nmnt/home2/s/sk/ski/skim21/OpenSees/OpenSees/SRC/tcl'
make[1]: Nothing to be done for `tcl'.
make[1]: Leaving directory `/nmnt/home2/s/sk/ski/skim21/OpenSees/OpenSees/SRC/tcl'
make[1]: Entering directory `/nmnt/home2/s/sk/ski/skim21/OpenSees/OpenSees/SRC/modelbuilder/tcl'
Unknown target tcl, try: make help
make[1]: Leaving directory `/nmnt/home2/s/sk/ski/skim21/OpenSees/OpenSees/SRC/modelbuilder/tcl'
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

try adding this line to your Makefile.def
PROGRAMMING_MODE = SEQUENTIAL
Sang-Ho Kim
Posts: 4
Joined: Thu Jul 13, 2006 12:44 pm

Post by Sang-Ho Kim »

I really appreciate it.

Sang-Ho
Post Reply