[LLVMdev] Building on x86-64

David Greene dag at cray.com
Fri Sep 21 07:57:55 PDT 2007


On Friday 21 September 2007 03:28, Arnold Schwaighofer wrote:
> No i have multilib configuration (whatever this means on gentoo ;) and
> there are 32bit libs. Libtool version installed is 1.5.22. Maybe its
> patched/configured specially by gentoos build system.
>
> ls -la /usr/
>  ...
>  lib -> lib64
>  lib32
>  lib64
> There is a libltdl.s.3.1.4 in lib32 and lib64.

Ah, but /usr/lib links to /usr/lib64 so that saves you.  Do a VERBOSE=1
build and see what mklib spits out when doing a link.  I'll bet you see
/usr/lib/libltdl.a there.

I just tried to libtoolize to 1.5.24 but I'm still seeing the same problem.  I
will continue to investigate.

                                            -Dave



More information about the llvm-dev mailing list