- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I received an error when compiling a simple c file.
$icc test.c
In file included from test.c(1):
/usr/include/stdio.h(183): error: attribute "__malloc__" does not take arguments
__attribute_malloc__ __attr_dealloc_fclose __wur;
The computer has RHEL9.2 that comes with gcc/11.3.1 and glibc/2.35. According to this article, intel/2020.2 compilers don't support gcc/11.3.1. Is that correct? If so, is downgrading gcc and glibc the only solution to use intel/2020.2 on RHEL9.2?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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