0

I encountered the following error during the installation of the GEANT4 software after entering the command "make -j4":

clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [BuildProducts/lib/libG4interfaces.dylib] Error 1
make[1]: *** [source/CMakeFiles/G4interfaces.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 15%] Built target G4particles
[ 23%] Built target G4geometry
make: *** [all] Error 2```


I tried "make -j4 -v" as it asks me to, which gave me the following output:

GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i386-apple-darwin11.3.0

  • You have to get us linker error, https://stackoverflow.com/questions/43795385/linker-command-failed-with-exit-code-1-use-v-to-see-invocation-xcode-8-swif – Severin Pappadeux Feb 05 '23 at 01:53

0 Answers0