> >
>
> I've experienced it too. It is problem in llvm configure/make where it
> does not set libdir correctly in llvm-config. Even if we change it using
> --libdir=/usr/lib/llvm, llvm-config --libdir still shows /usr/lib as
> libdir. Just change that parameter in /usr/bin/llvm-config from /usr/lib
> to /usr/lib/llvm and you will be good.

Thanks for the info.

I changed

my $LIBDIR     = "$ABS_RUN_DIR/lib";
 
to

my $LIBDIR     = "$ABS_RUN_DIR/lib/llvm";

and now mesalib compiles okay.

jb.
                                          
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to