>
>
>> I just installed a Fedora 10 for x86_64 linux distribution.
>> I need to build boost for this platform, but, with the "easy" build
>> using configure and make install, it doesn't look to build
>> for 64 bits platforms.
>> In particular it doesn't find the 64-bit versions of the needed libraries.
>> How can I build it?
>
> After running configure, edit Makefile and set BJAM_CONFIG=address-model=64
>

It still complains at compile-time that it can't find ICU shared libraries, but for the moment
building in 64-bit mode looks to work. I'll see later if that's a problem.
Thanks a lot :)

Juan