- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
inter c++ compiler version 13.013, running with XCode 4.6.2 command line tools, and on os x 10.8.4 and compiler flags are:
/opt/intel/bin/icpc -DHAVE_CONFIG_H -I. -I../../../../src -I.. -fPIC -g -I ../../../../include -O3 -mavx -pthread -DVERSION="no"
I get the following error in the final link step:
ld: Assertion failed: (name != NULL), function Fixup, file src/ld/ld.hpp, line 463.
make[2]: *** [libcdpop.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Any help would be appreciated. Thanks!
Anurag.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ld.hpp refers to linker source code, which I don't have access to. This error is being thrown somewhere inside the linker (not in my source files)
Thanks,
A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- If Icpc sucessfully compiled sources everything is good with Compiler
I'm not sure that necessarily follows. I tried compiling with icpc 14.0.0 beta and everything compiled and linked properly.
I posted to this forum to see if someone has encountered this problem before. It clearly is a combination of icpc release version, mac os 10.8 and xcode command line tools. Since the only thing that changed in my environment, was a change from gcc to icpc when this error appears and goes away when I used icpc beta, it strongly suggests that the issue is directly linked to icpc release version.
A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page