idealization error

Member Site Forums Rosetta 3 Rosetta 3 – General idealization error

Viewing 1 reply thread
  • Author
    Posts
    • #775
      Anonymous

        hi

        I am using “idealization” protocol by : idealize.linuxgccrelease @flags -database /soft/rosetta3.2/database

        but it doesn’t work, it is said:

        idealize.linuxgccrelease: symbol lookup error: idealize.linuxgccrelease: undefined symbol: _ZN9protocols4initEiPPc

        THX

      • #4969
        Anonymous

          Something is wrong with your compiled code. This usually means you have a dynamically linked executeable (did NOT use extras=static, which is fine!) and then you somehow recompiled only part of the code.

          The fastest fix is to delete your executeables and recompile:
          cd rosetta_source/build
          rm -rf src/
          cd ..
          rm .sconsign (maybe .sconsign.dblite, or something)
          recompile

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.