Open splinterds opened 3 years ago
I'm seeing the same issue with Ubuntu 22.04 and gcc version 11.2.0 Help would be much appreciated...
We were able to compile by using a gcc version less than 10. (gcc-9 in our case) It's somewhat tricky to let the build system know which compiler to use:
Alternatively try passing the -fcommon
flag to newer versions of gcc.
I tried to make Opensplice on my Ubuntu 20.10. I configured it with 10 > x86_64.linux-dev and 15 > x86_64.linux-release. Configuration works but then I get the following makeerror
any help would be much appreciated