Hi all,
I updated my system to PGI 16.9, but I get an error I can’t solve:
/usr/bin/ld: mesher.o: undefined reference to symbol ‘_Unwind_Resume@@GCC_3.0’
//lib/x86_64-linux-gnu/libgcc_s.so.1: error adding symbols: DSO missing from command line
I use Ubuntu 16.4 with
gcc (Ubuntu 4.9.3-13ubuntu2) 4.9.3
I can compile the program and execute it (but with an error, and sometimes the executable is not created).
Has anyone an idea, what this is?
Best,
Stefan
PS: I don’t get an error with gcc for the same code.