- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to compile a mex file using ifort 10.1.012 and apparently I need a library such as libgcc.a, which does not seem to come with the distribution. Is there a way to get this library or its equivalent for ifort?
Thanks
Jo
Thanks
Jo
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
libgcc.a comes with gcc. You would not be able to run ifort without an installation of g++, and that installation would be broken without libgcc.a.
gcc -print-search-dirs should show you where the gcc libraries are.
gcc -print-search-dirs should show you where the gcc libraries are.

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