Hello, I have RedHat
Linux 8 I installed Pwlib
1.5.2 and openh323
1.12.2 succesfully (./configure and then make
both command) Now when I try to compile gk-2.0.5 (make both
command) the servers starts
to compile (few minutes) and then stops with the following message ./obj_linux_x86_r/gk.o(.bss._ZGVN9SingletonI17RegistrationTableE14m_CreationLockE+0x0):
first defined here ./obj_linux_x86_r/WaitingARQ.o(.bss._ZN9SingletonI14WaitingARQlistE14m_CreationLockE+0x0):
multiple definition of `Singleton<WaitingARQlist>::m_CreationLock' ./obj_linux_x86_r/RasSrv.o(.bss._ZN9SingletonI14WaitingARQlistE14m_CreationLockE+0x0):
first defined here ./obj_linux_x86_r/WaitingARQ.o(.bss._ZN9SingletonI7ToolkitE14m_CreationLockE+0x0):
multiple definition of `Singleton<Toolkit>::m_CreationLock' ./obj_linux_x86_r/gk.o(.bss._ZN9SingletonI7ToolkitE14m_CreationLockE+0x0):
first defined here ./obj_linux_x86_r/WaitingARQ.o(.bss._ZGVN9SingletonI7ToolkitE14m_CreationLockE+0x0):
multiple definition of `guard variable for Singleton<Toolkit>::m_CreationLock' ./obj_linux_x86_r/gk.o(.bss._ZGVN9SingletonI7ToolkitE14m_CreationLockE+0x0):
first defined here ./obj_linux_x86_r/WaitingARQ.o(.bss._ZGVN9SingletonI14WaitingARQlistE14m_CreationLockE+0x0):
multiple definition of `guard variable for Singleton<WaitingARQlist>::m_CreationLock' ./obj_linux_x86_r/RasSrv.o(.bss._ZGVN9SingletonI14WaitingARQlistE14m_CreationLockE+0x0):
first defined here collect2: ld
returned 1 exit status make: *** [obj_linux_x86_r/gnugk] Error 1 How can this problem be solved ? Thanks |