- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've been trying to compile a substantial code (Gaussian03) with ifort and I've reached a linking stage:
xild -qipo -shared -o util.so dummy.o
--whole-archive util.a --no-whole-archive bsd/libf77blas.a bsd/libatlas.a
Which errors out with:
(0): internal error: Fatal error: dummy.il: Object's il version(1.14065.2.154) does not match the compiler's il version(1.14048).
I'm pretty sure this is caused by the atlas libs, but they were compiled with this same copy of ifort too. Does anyone have any idea whats casuing this? Or indeed any idea for a fix.
Thanks in advance
xild -qipo -shared -o util.so dummy.o
--whole-archive util.a --no-whole-archive bsd/libf77blas.a bsd/libatlas.a
Which errors out with:
(0): internal error: Fatal error: dummy.il: Object's il version(1.14065.2.154) does not match the compiler's il version(1.14048).
I'm pretty sure this is caused by the atlas libs, but they were compiled with this same copy of ifort too. Does anyone have any idea whats casuing this? Or indeed any idea for a fix.
Thanks in advance
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's pretty clear that the libs were NOT generated by the same version of the compiler. If they were, you wouldn't see this error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you possibly using Intel C++ instead of gcc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to share experience in the compilation of gaussian03 ? I mean Makefile, and files in which you did some modifications ?
Many thanks in advance. Regards,
Frdric

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