Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem during linking

Status
Not open for further replies.

hipolito

Automotive
Joined
Oct 17, 2005
Messages
1
Location
GB

I’m using a USDFLD subroutine with two materials, also I’m applying “IF(CMNAME.EQ."MAT1") THEN” to chose the material but I have the following error.


standardU_static.lib(usdfld.obj) : error LNK2005: _USDFLD already defined in MAT1.obj
standardU.dll : fatal error LNK1169: one or more multiply defined symbols found
ABAQUS Error: Problem during linking - ABAQUS/Standard User Subroutines
ABAQUS/Analysis exited with errors

If some can help me.
 
Did you check the subroutine interface vs. the one in documentation (of the exact same version of Abaqus you are using)?? A missing/misspelt parameter name may lead to kind of linking errors.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top