FEAP User Forum
FEAP => FEAPpv => Topic started by: saparker on October 31, 2012, 06:11:34 AM
-
I have just set up ver 3.1 on Linux Ubuntu
I had the following error running the Iblock example given.
'Segmentation fault (core dumped)'
Any idea what went wrong?
-
Compile with -g (debugging on) and then run in gdb to catch where it is seg-faulting.
Also make sure all your object files are created with the same compiler.