- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to create a stand-alone application using the Intel 10.1 compiler suite. There's a compiler argument -static-intel that allows for this, but it only works if static versions of libraries can be found. I've scanned through the install directory and can't find a static version of libintlc anyway, which means that my application is dependent upon an installed version of the Intel compiler suite.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't recognize that library name. It's nothing we provide as far as I know of.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's a Linux library, and its static name is "libirc.a".
I'm curious as to why -static-intel didn't link against libirc.a. Can you post the output of "ifort -dryrun -static-intel
- Lorri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know about libirc, which exists on Windows as well. -static-intel is indeed a Linux switch and there is not currently any Windows equivalent (nor does there need to be at present.)

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