- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I have a problem similar to the one reported here: http://software.intel.com/en-us/forums/topic/364080 I am using IFORT 13.1.2 with GCC 4.2.1 to compile my project but two of the .so files get TEXTREL. If I run ldd mylybrary.so and then scanelf -T all of the libraries which my library links to, none of them has TEXTREL so it should be comming from IFORT. I am linking with ifort -shared -fPIC -lifport -lifcoremt -limf flags (among others). Is there a way to get rid of TEXTREL?
Oh, by the way, running scanelf -T on my library returns:
TYPE TEXTRELS FILE
scanelf: scanelf_file_textrels(): ELF mylibrary.so has TEXTREL markings but doesnt appear to have any real TEXTREL's !?
ET_DYN mylibrary.so
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
could you please send me the SO in question, or at least the output of "readelf -a" indicating the TEXTREL entries?
Would it be also possible to try first with the latest version (13.1.3). In the recent past we did some improvements in that area.
Thank you and best regards,
Georg Zitzlsberger

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