- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
p, li { white-space: pre-wrap; }
/opt/intel/mkl/10.1.1.019/lib/em64t/libmkl_gnu_thread.so: undefined symbol: _gfortran_internal_malloc64
This is Fedora 10 x86_64.
I tried linking with -lgfortran, but that didn't help. /usr/lib64/libgfortran.so does not contain that symbol.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - ndbecker
p, li { white-space: pre-wrap; }
/opt/intel/mkl/10.1.1.019/lib/em64t/libmkl_gnu_thread.so: undefined symbol: _gfortran_internal_malloc64
This is Fedora 10 x86_64.
I tried linking with -lgfortran, but that didn't help. /usr/lib64/libgfortran.so does not contain that symbol.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - tim18
This appears to be version-dependent. It's in the (unfortunately obsolete) gfortran 4.1 library on RedHat 5.2, but not in my gfortran 4.4.
Yes, I figured it out.
1) Install compat-libgfortran-41
2) ln -s libgfortran.so.1 /usr/lib64/libgfortran-41.so
3) link with -lgfortran-41
Could someone please add this to the release notes?
![](/skins/images/9DC05BB6E5999F99F35389BFB16D84DF/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