Open shahpnmlab opened 5 months ago
I am using g++ (GCC) 8.5.0 (Red Hat 8.5.0-18), GNU Make 4.2.1 Built for x86_64-redhat-linux-gnu.
Compiling on Ubuntu 22.04, gcc 11.4, make 4.3 and CUDA 11.8, I could not get it to work until I added the "-Xcompiler -no-pie" flags to the "exe:" part of makefile11.
This issue is caused by the pre-compiled library files. You need to recompile them. They are Mrcfile and Util in LibSrc. Run make clean followed by make all in each folder. Then recompile AreTomo3.
Just came here to thank @totalcos for the solution proposed. Also worked for me under
Hi Shawn, Trying to compile this version but running into the following error messages
I am using
make
versionGNU Make 3.82 Built for x86_64-redhat-linux-gnu
and my compilation command is