Hi Lajos, On 2 February 2010 07:28, Lajos Höss <[email protected]> wrote: > Hi, > > I already installed the libpano13 2.9.15 beta3 complete package. > I compile the newest (svn1259) trunk libpano13, the problem solved. Thanks! > Now i find the new useful forum messages, 2.9.17 beta1 libpano13. I > will recompile the autopano-sift-c too. Thanks, again. > > Now has an another problem, with matchpoint. See bellow. Complete > Openexr 1.6.1 and Ilmbase 1.0.1 package installed. > > > [ 55%] Building CXX object > src/matchpoint/CMakeFiles/matchpoint.dir/Descriptor.cpp.o > Linking CXX executable matchpoint > /usr/lib/gcc/i586-uhu-linux/4.2.2/../../../libIlmThread.so: undefined > reference to `sem_init' > /usr/lib/gcc/i586-uhu-linux/4.2.2/../../../libIlmThread.so: undefined > reference to `sem_destroy' > /usr/lib/gcc/i586-uhu-linux/4.2.2/../../../libIlmThread.so: undefined > reference to `pthread_create' > /usr/lib/gcc/i586-uhu-linux/4.2.2/../../../libIlmThread.so: undefined > reference to `sem_post' > /usr/lib/gcc/i586-uhu-linux/4.2.2/../../../libIlmThread.so: undefined > reference to `sem_trywait' > /usr/lib/gcc/i586-uhu-linux/4.2.2/../../../libIlmThread.so: undefined > reference to `sem_getvalue' > /usr/lib/gcc/i586-uhu-linux/4.2.2/../../../libIlmThread.so: undefined > reference to `sem_wait' > /usr/lib/gcc/i586-uhu-linux/4.2.2/../../../libIlmThread.so: undefined > reference to `pthread_join' > collect2: ld returned 1 exit status > make[2]: *** [src/matchpoint/matchpoint] Error 1 > make[1]: *** [src/matchpoint/CMakeFiles/matchpoint.dir/all] Error 2 > make: *** [all] Error 2 >
When you run cmake add following argument: -DCMAKE_SHARED_LINKER_FLAGS="-lpthread" -- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
