- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does icc/icpc C/C++ compiler have "--(no)-allow-shlib-undefined" link option?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi karoyakani,
--[no-]allow-shlib-undefined is a linker option. In order to pass it to ld, you may use either of the following icc options.
-Xlinker
pass
-Wl,
pass options o1, o2, etc. to the linker for processing
For example, you may do
icc
or
icc
Please note that icc will pass everything after -Xlinker to ld, which is different from -Wl.
Thanks,
Feilong

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