- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am new to Fortran, i am trying to use the dgeev function in my code but Linker 2019 error is showing what is my mistake, what can I do please suggest.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are a number of different reasons for an "unresolved external symbol" error to occur, and your question can be answered better after you provide details of how you call DGEEV in your code, and which library you tell the linker to obtain that routine from.
The simplest guessed explanation is that you have a call to that routine in your Fortran source code, and did not specify that one or more of the Lapack or MKL libraries should be used by the linker.
![](/skins/images/BB1F1F4A87ADD5519B4C7EA2DE1D225A/responsive_peak/images/icon_anonymous_message.png)
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