You are here

idealization error

2 posts / 0 new
Last post
idealization error
#1

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

Post Situation: 
Mon, 2011-02-07 01:28
albumns

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

Mon, 2011-02-07 09:19
smlewis