2009/8/10 michael crane <[email protected]>: > > 2009/8/10 Lukáš Jirkovský <[email protected]>: >> >> 2009/8/10 michael crane <[email protected]>: >>> >>> hello, >>> I try to install .I don't have the exact error message to hand but it >>> was the same in both 0.7 and 0.8 googling for it suggests, from this >>> list, >>> add cmake_exe_linker_flags:STRING=-lpthread >>> to CMakeCache.txt >>> I do this and make gets to 75% so I think OK I will abort and install 0.8 >>> but there is no CMakeCache.txt in 0.8 >>> >>> adding this string seemed to fix it. >>> So where do I add it in 0.8 ? >>> >>> regards >>> >>> mick >>> >>> > >>> >> >> Hi, >> you can fix that by passing CMAKE_SHARED_LINKER_FLAGS to cmake. So >> your you will execute cmake as: >> cmake -DCMAKE_SHARED_LINKER_FLAGS="-lpthread" -YOUR_OTHER_OPTIONS >> SOURCE_DIRECTORY >> > > Ok thanks. > also I have installed LAPACK but make doesn't seem to find it ? > any suggestion for that ? > > regards > > mick > > > >
It's nothing major, you can use hugin without LAPACK. But if you want it, you have to explicitly enable it by passing -DENABLE_LAPACK=YES to cmake. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
