- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all -
I get the above linker error. Here's my build output (edited):
/opt/intel/Compiler/11.1/072/bin/ia32/icc -c -o obj/win32.o -lsvml -fast -w1 -Iinc -I../lcommon/inc -D __USE_LARGEFILE64 -D _FILE_OFFSET_BITS=64 -fomit-frame-pointer ../lcommon/src/win32.c
creating binary "../bin/ldecod.exe"
/opt/intel/Compiler/11.1/072/bin/ia32/icc -lsvml -fast -o -lm
IPO Error: po2 already defined.
icc: error #10014: problem during multi-file optimization compilation (code 145)
make: *** [bin] Error 145
What gives?
Thanks, Charles.
I get the above linker error. Here's my build output (edited):
/opt/intel/Compiler/11.1/072/bin/ia32/icc -c -o obj/win32.o -lsvml -fast -w1 -Iinc -I../lcommon/inc -D __USE_LARGEFILE64 -D _FILE_OFFSET_BITS=64 -fomit-frame-pointer ../lcommon/src/win32.c
creating binary "../bin/ldecod.exe"
/opt/intel/Compiler/11.1/072/bin/ia32/icc -lsvml -fast -o
IPO Error: po2 already defined.
icc: error #10014: problem during multi-file optimization compilation (code 145)
make: *** [bin] Error 145
What gives?
Thanks, Charles.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
search if there is asymbol po2 , the definition coming from 2 obj files or archives. also, does it come without IPO.
Also, check this if this article is of help:--
http://software.intel.com/en-us/articles/ipo-error-symbol-already-defined-or-internal-error/
Also, check this if this article is of help:--
http://software.intel.com/en-us/articles/ipo-error-symbol-already-defined-or-internal-error/

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