2009/8/10 michael crane <mick.cr...@gmail.com>:
>
> 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

Lukas

--~--~---------~--~----~------------~-------~--~----~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---

Reply via email to