How can i solve the installation probelm of gromacs?Failed to install a ruby gem, eventmachineHelp with AMD Catalyst installationYamcha 0.33 Make InstallError running make to build Sage on Ubuntu 16.04Configure meshlab to convert .x3d to .u3dSUPREM3 RELEASE B.8628 installationError While Installing IBM Watson TTS“git --version” still showing the older version of gitUnrecognized command line option with gfortran in BRAMS installationturbodbc installation error in ubuntu 18.04

How to assign many blockers at the same time?

What is a good class if we remove subclasses?

Can I not use QM-AM inequality to solve this?

Why command hierarchy, if the chain of command is standing next to each other?

Can "être sur" mean "to be about" ?

What is an internal dimension/glue/muglue?

Solution to German Tank Problem

Why are Tucker and Malcolm not dead?

How to remove threat that antivirus program indicates has to be manually deleted?

Is this n-speak?

AsyncDictionary - Can you break thread safety?

A torrent of foreign terms

How are you supposed to know the strumming pattern for a song from the "chord sheet music"?

What should I call bands of armed men in the Middle Ages?

Annotating a table with arrows

Is there a standardised way to check fake news?

Is this curved text blend possible in Illustrator?

How far did Gandalf and the Balrog drop from the bridge in Moria?

Should I ask for permission to write an expository post about someone else's research?

80's/90's superhero cartoon with a man on fire and a man who made ice runways like Frozone

Understanding the point of a kölsche Witz

is this F 6'9 chord a figured bass or a chord extension?

Train from Nagpur to Raipur

Why did Gandalf use a sword against the Balrog?



How can i solve the installation probelm of gromacs?


Failed to install a ruby gem, eventmachineHelp with AMD Catalyst installationYamcha 0.33 Make InstallError running make to build Sage on Ubuntu 16.04Configure meshlab to convert .x3d to .u3dSUPREM3 RELEASE B.8628 installationError While Installing IBM Watson TTS“git --version” still showing the older version of gitUnrecognized command line option with gfortran in BRAMS installationturbodbc installation error in ubuntu 18.04






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I try to install gromacs-5.1.5. I followed the recommendation installation guide, but I got an error..



/usr/bin/ld: ../contrib/fftw/fftwBuild-prefix/lib/libfftw3f.a(assert.o): relocation R_X86_64_PC32 against symbol `stdout@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC 
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
src/gromacs/CMakeFiles/libgromacs.dir/build.make:17627: recipe for target 'lib/libgromacs.so.1.5.0' failed
make[2]: *** [lib/libgromacs.so.1.5.0] Error 1
CMakeFiles/Makefile2:2031: recipe for target 'src/gromacs/CMakeFiles/libgromacs.dir/all' failed
make[1]: *** [src/gromacs/CMakeFiles/libgromacs.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2


This error occurred after cmake and make command:



cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
make ---> error


Is there anyone can help me?



I installed gromacs-2018.1 before,
But i need 5.1.5 version, so i remove 2018.1 ver and tried to install 5.1.5 ver.
But i don'k know why it make some error..



Thank you










share|improve this question
































    0















    I try to install gromacs-5.1.5. I followed the recommendation installation guide, but I got an error..



    /usr/bin/ld: ../contrib/fftw/fftwBuild-prefix/lib/libfftw3f.a(assert.o): relocation R_X86_64_PC32 against symbol `stdout@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC 
    /usr/bin/ld: final link failed: Bad value
    collect2: error: ld returned 1 exit status
    src/gromacs/CMakeFiles/libgromacs.dir/build.make:17627: recipe for target 'lib/libgromacs.so.1.5.0' failed
    make[2]: *** [lib/libgromacs.so.1.5.0] Error 1
    CMakeFiles/Makefile2:2031: recipe for target 'src/gromacs/CMakeFiles/libgromacs.dir/all' failed
    make[1]: *** [src/gromacs/CMakeFiles/libgromacs.dir/all] Error 2
    Makefile:162: recipe for target 'all' failed
    make: *** [all] Error 2


    This error occurred after cmake and make command:



    cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
    make ---> error


    Is there anyone can help me?



    I installed gromacs-2018.1 before,
    But i need 5.1.5 version, so i remove 2018.1 ver and tried to install 5.1.5 ver.
    But i don'k know why it make some error..



    Thank you










    share|improve this question




























      0












      0








      0








      I try to install gromacs-5.1.5. I followed the recommendation installation guide, but I got an error..



      /usr/bin/ld: ../contrib/fftw/fftwBuild-prefix/lib/libfftw3f.a(assert.o): relocation R_X86_64_PC32 against symbol `stdout@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC 
      /usr/bin/ld: final link failed: Bad value
      collect2: error: ld returned 1 exit status
      src/gromacs/CMakeFiles/libgromacs.dir/build.make:17627: recipe for target 'lib/libgromacs.so.1.5.0' failed
      make[2]: *** [lib/libgromacs.so.1.5.0] Error 1
      CMakeFiles/Makefile2:2031: recipe for target 'src/gromacs/CMakeFiles/libgromacs.dir/all' failed
      make[1]: *** [src/gromacs/CMakeFiles/libgromacs.dir/all] Error 2
      Makefile:162: recipe for target 'all' failed
      make: *** [all] Error 2


      This error occurred after cmake and make command:



      cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
      make ---> error


      Is there anyone can help me?



      I installed gromacs-2018.1 before,
      But i need 5.1.5 version, so i remove 2018.1 ver and tried to install 5.1.5 ver.
      But i don'k know why it make some error..



      Thank you










      share|improve this question
















      I try to install gromacs-5.1.5. I followed the recommendation installation guide, but I got an error..



      /usr/bin/ld: ../contrib/fftw/fftwBuild-prefix/lib/libfftw3f.a(assert.o): relocation R_X86_64_PC32 against symbol `stdout@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC 
      /usr/bin/ld: final link failed: Bad value
      collect2: error: ld returned 1 exit status
      src/gromacs/CMakeFiles/libgromacs.dir/build.make:17627: recipe for target 'lib/libgromacs.so.1.5.0' failed
      make[2]: *** [lib/libgromacs.so.1.5.0] Error 1
      CMakeFiles/Makefile2:2031: recipe for target 'src/gromacs/CMakeFiles/libgromacs.dir/all' failed
      make[1]: *** [src/gromacs/CMakeFiles/libgromacs.dir/all] Error 2
      Makefile:162: recipe for target 'all' failed
      make: *** [all] Error 2


      This error occurred after cmake and make command:



      cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
      make ---> error


      Is there anyone can help me?



      I installed gromacs-2018.1 before,
      But i need 5.1.5 version, so i remove 2018.1 ver and tried to install 5.1.5 ver.
      But i don'k know why it make some error..



      Thank you







      software-installation






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 15 at 9:45









      Mr Shunz

      2,6694 gold badges22 silver badges24 bronze badges




      2,6694 gold badges22 silver badges24 bronze badges










      asked Apr 15 at 6:57









      Soi YunSoi Yun

      11 bronze badge




      11 bronze badge























          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133981%2fhow-can-i-solve-the-installation-probelm-of-gromacs%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133981%2fhow-can-i-solve-the-installation-probelm-of-gromacs%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

          Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü

          How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region