python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
CMake GCC can't find curl struct in included header file
I'm trying to create a library with CMake that uses libcurl but GCC is consistently failing to find certain structs and defines even though they were included. I have curl, libssl-dev, and libcurl4-op...

ImTheSquid
Votes: 0
Answers: 1
Building gcc 11.2 with jit support requires GMP, MPFR, MPC, ISL recompiled with -fPIC
I'm on a CentOS 7 Linux system where I don't have the root access. So I have to build gcc from source. I want to build gcc 11.2 with the jit support. I invoked
contrib/download_prerequisites for GMP, ...
Hooray
Votes: 0
Answers: 0
GNU FORTRAN OpenACC Accessing an allocatable member of a derived type on device
I need to access an allocatable member of a derived type on device. I found a good solution here. However, it uses a PGI compiler. I could not figure out how to install that compiler with all the lice...

DKS
Votes: 0
Answers: 2
C++ binary gives error FATAL: kernel too old
I did compiled a C++ statically linked program on Archlinux and try to run it on CentOS 7 and I got
FATAL: kernel too old
Same happen if I use clang.
However, on same Archlinux I have container with ...
Nick
Votes: 0
Answers: 0