Compiling Errors

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

Moderators: silvia, selimgunay, Moderators

Post Reply
aneeman
Posts: 90
Joined: Thu Jan 12, 2006 1:13 pm
Contact:

errors

Post by aneeman » Fri Sep 08, 2006 2:50 pm

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

aneeman
Posts: 90
Joined: Thu Jan 12, 2006 1:13 pm
Contact:

another thought

Post by aneeman » Fri Sep 08, 2006 3:05 pm

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

Post Reply