- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using ifort version 15.0.1 to compile and build my code with the open source PETSc and MPI
Compiling has no error msg but during building, I got the errors below, though in the end the build completed with a working a.out. However, I'm still worried there's some underlying problems. What do these errors mean?
ipo: warning #11021: unresolved xcb_connection_has_error
Referenced in /usr/lib64/libX11.so
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here are some more errors such as:
ipo: warning #11021: unresolved xcb_connection_has_error
Referenced in /usr/lib64/libX11.so
ipo: warning #11021: unresolved __xmlGenericError
Referenced in /app1/centos6.3/Intel/mvapich2-2.1/lib/libmpi.so
However, I can't post them since it says:
Your submission has triggered the spam filter and will not be accepted. If you feel this is in error, please report that you are blocked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It looks as if you need to add some additional library to the link step. I don't know which library defines those symbols.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok thanks anyway.

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