For developers writing C++, Fortran, Java, code who have questions or comments to make.
Moderators: silvia , selimgunay , Moderators
dtopuzi
Posts: 16 Joined: Sun Oct 12, 2008 9:20 pm
Contact:
Post
by dtopuzi » Thu Sep 16, 2010 12:33 pm
Hi,
I am trying to add a new material and first tested the ElasticPPcpp. I used 'make' and created libraries.
Then, when I use the example1, I get the message "Could not create uniaxialMaterial...".
Is there anything else I should do?
Thank you!
fmk
Site Admin
Posts: 5884 Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:
Post
by fmk » Tue Sep 21, 2010 9:06 am
how are you adding it .. included in .exe or as a .dll?
dtopuzi
Posts: 16 Joined: Sun Oct 12, 2008 9:20 pm
Contact:
Post
by dtopuzi » Tue Sep 21, 2010 11:36 am
I just solved it.
I am actually on Ubuntu and I had not changed the 'rpath' on the makefile...
thanks!
Marita
Posts: 1 Joined: Sat Dec 04, 2010 4:03 pm
Contact:
Post
by Marita » Sat Dec 04, 2010 4:10 pm
same here. TY. i solved to after i read your post.