Opensees on AIX... some errors while installation

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

Moderators: silvia, selimgunay, Moderators

Post Reply
pallavi
Posts: 53
Joined: Tue Aug 29, 2006 2:56 am
Location: CDAC
Contact:

Opensees on AIX... some errors while installation

Post by pallavi »

Dear all

I am installing OpenSees on unix AIX OS... and i m getting some errors.....
AIX System is AIX tf33 1 5 0002250A4C00

in the lib directory
BJMISC_LIBRARY = $(HOME)/lib/libBJmisc.a
has not built.... other libraries have been built.....

Makefile:29: warning: overriding commands for target `tcl'
Makefile:13: warning: ignoring old commands for target `tcl'
Makefile:36: warning: overriding commands for target `tk'
Makefile:20: warning: ignoring old commands for target `tk'
ld: 0706-006 Cannot find or open library file: -l petscsnes
ld:open(): A file or directory in the path name does not exist.
ld: 0706-006 Cannot find or open library file: -l petscksp
ld:open(): A file or directory in the path name does not exist.
ld: 0706-006 Cannot find or open library file: -l petscdm
ld:open(): A file or directory in the path name does not exist.
ld: 0706-006 Cannot find or open library file: -l petscmat
ld:open(): A file or directory in the path name does not exist.
ld: 0706-006 Cannot find or open library file: -l petscvec
ld:open(): A file or directory in the path name does not exist.
ld: 0706-006 Cannot find or open library file: -l petsc
ld:open(): A file or directory in the path name does not exist.
gmake: *** [tcl] Error 255
make: 1254-004 The error code from the last command is 2.


Stop.

Can anyone tell me where i am wrong

Regards
Pallavi
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you don't have petsc installed on your system ..
remove the libs from the Makefile.def
Post Reply