m3g / packmol

Packmol - Initial configurations for molecular dynamics simulations
http://m3g.github.io/packmol
MIT License
214 stars 48 forks source link

make: *** [all] Error 1 #61

Closed Chensons closed 2 months ago

Chensons commented 2 months ago

(base) justin@Justins-Macbook packmol-20.14.3 % make


Compiling packmol with /usr/local/bin/gfortran Flags: -O3 --fast-math -march=native -funroll-loops


ld: library not found for -lSystem collect2: error: ld returned 1 exit status make: *** [all] Error 1

lmiq commented 2 months ago

This is probably an incomplete or failed installation of the compiler (gfortran).

You can try that again, or if you are having issues try the Julia distribution at: https://GitHub.com/m3g/Packmol.jl

Chensons commented 2 months ago

This is probably an incomplete or failed installation of the compiler (gfortran).

You can try that again, or if you are having issues try the Julia distribution at: https://GitHub.com/m3g/Packmol.jl

(base) justin@Justins-Macbook Packmol.jl-main % julia () | Documentation: https://docs.julialang.org () | () () | | |_ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ ` | | | | || | | | (| | | Version 1.10.2 (2024-03-01) / |_'|||_'_| | Official https://julialang.org/ release |/ |

julia> import Pkg; Pkg.add("Packmol")

Ok, this is very useful. Thank you !

lmiq commented 2 months ago

Let me know if you experience other issues.

Chensons commented 2 months ago

Let me know if you experience other issues.

Ok, You are very kind.