http://llvm.org/bugs/show_bug.cgi?id=18760

Hal Finkel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from Hal Finkel <[email protected]> ---
Your configure command implied the availability of many libraries I don't have
on my ppc64 development system, and I suspect it would take me many hours just
to install them.

I was able to build with r223729:

./configure --enable-vlc --enable-altivec
CC=${HOME}/build/ppc64/llvm/Release+Asserts/bin/clang
CXX=${HOME}/build/ppc64/llvm/Release+Asserts/bin/clang++ --disable-lua
--disable-mad --disable-avcodec --disable-swscale --disable-a52 --disable-xcb
--disable-alsa --disable-libgcrypt

And, with this, the 'GEN      ../modules/plugins.dat' stage completes without
error. As such, I'm going to assume this has now been fixed (I'm assuming that
whatever bug was causing the generation of the plugins.dat file to crash is not
particularly sensitive to the exact plugins enabled). If not, please help cut
down the number of configure dependencies and re-open this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to