- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In ABAQUS analysis, I hope to analysis creep problem.
I have some errors during ABAQUS analysis with linking Fortran programmed subroutine.
.log file, which is generated during ABAQUS analysis, is shown below
.......
.......
Compiling... surface_mount.for
surface_mount.for
Linking... IMPLICIT
Microsoft Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
surface_mount.obj : error LNK2005: _CREEP@104 already defined in surface.obj
surface_mount.obj : error LNK2005: _CREEP already defined in surface.obj
surface_mount.exe : fatal error LNK1169: one or more multiply defined symbols found
Error while linking IMPLICIT. This is sometimes caused
by a mismatch in subroutine arguments. Undefined externals
may occur if the C library is not the first library listed
in the LIB system variable
Monday April 30 19101 15:30:10
ABAQUS JOB surface_mount COMPLETED
I have tried to resolve above errors with reference to your message board and FAQ, but I can't fix them.
I have some errors during ABAQUS analysis with linking Fortran programmed subroutine.
.log file, which is generated during ABAQUS analysis, is shown below
.......
.......
Compiling... surface_mount.for
surface_mount.for
Linking... IMPLICIT
Microsoft Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
surface_mount.obj : error LNK2005: _CREEP@104 already defined in surface.obj
surface_mount.obj : error LNK2005: _CREEP already defined in surface.obj
surface_mount.exe : fatal error LNK1169: one or more multiply defined symbols found
Error while linking IMPLICIT. This is sometimes caused
by a mismatch in subroutine arguments. Undefined externals
may occur if the C library is not the first library listed
in the LIB system variable
Monday April 30 19101 15:30:10
ABAQUS JOB surface_mount COMPLETED
I have tried to resolve above errors with reference to your message board and FAQ, but I can't fix them.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This error means that you have two different object modules defining the routine CREEP. Please check your code and make sure that there is only one definition of this routine.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page