- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got this error msg when I compiled my fortran program.
'undefined reference to `dgels_'' and
'undefined reference to `dposv_'
Thank you in advance
'undefined reference to `dgels_'' and
'undefined reference to `dposv_'
Thank you in advance
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Those are not standard compiler library routines - you need to link against an external library which provides those routines, such as the Intel Math Kernel Library.

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