Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Problem with Parallel installation of Rosetta3.2 Reply To: Problem with Parallel installation of Rosetta3.2

#5587
Anonymous

    I don’t know how to resolve it but I can make a couple of guesses.

    First, it would appear from “/usr/bin/ld: /usr/local/lib/libmpich.a(setbotf.o): relocation R_X86_64_32 against `mpipriv1_’ can not be used when making a shared object; recompile with -fPIC” that your MPI installation is incompatible with whatever flags you used. If you used “extras=static” on command line, this may be resolved by removing that. If you did NOT use extras=static, then try using it (you can combine it with MPI like so: “extras=static,mpi”).

    If that doesn’t work, we can try fiddling with settings to “recompile with -fPIC” as the message suggests. I don’t know if it will work.