try doing
make libs
if that is successful,
$(HOME)/lib should have all the dylibs in it.
and then you can do make, which will make the tcl stuff.
But there may be an error building one of the libs because of the
DispBeamColumn2d error. Not sure why that is happening, its pretty old & solid code.
alisa
Compiling Errors
Moderators: silvia, selimgunay, Moderators
another thought
is it possible you killed a make partway through and then started it again?
if so you sometimes need to do make clean before the make because
the .o file is created but not completely compiled.
when make revisits the directory says, "Oh, the .o file is already here so I don't need to rebuild it", and so the code is still broken.
just a thought,
alisa
if so you sometimes need to do make clean before the make because
the .o file is created but not completely compiled.
when make revisits the directory says, "Oh, the .o file is already here so I don't need to rebuild it", and so the code is still broken.
just a thought,
alisa