[ptx] error compiling hugin on x86_64 (fedora fc4)

Bruno Postle bruno at postle.net
Fri Feb 10 00:21:02 GMT 2006


On Thu 09-Feb-2006 at 16:08 -0800, Hal V. Engel wrote:
> On Thursday 09 February 2006 03:39 pm, Pablo d'Angelo wrote:
> >
> > Post 0.5 sources depend on the boost-thread library, which is a real
> > library, not just a collection of headers. The configure script should
> > (hopefully) check for the boost thread library. (I've modified the M4 macro
> > of doug, but maybe I have done something wrong..)
> >
> > Have you done a ./bootstrap since hugin 0.5?

Yes, and this exact same version builds fine on i386.

I get exactly the same ./configure output as Hal:

>checking for boost thread library... yes
>checking for boost_thread library variant presence... no

I also have these files present:

  /usr/lib64/libboost_thread.a
  /usr/lib64/libboost_thread.so -> libboost_thread.so.1.32.0
  /usr/lib64/libboost_thread.so.1 -> libboost_thread.so.1.32.0
  /usr/lib64/libboost_thread.so.1.32.0

Ah, if I create a symlink into /usr/lib/ then ./configure finds the 
library:

  checking for boost_thread library variant presence... 
  /usr/lib/libboost_thread.so

...obviously not an ideal solution.

-- 
Bruno


More information about the ptx mailing list