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

             Bug #: 13703
           Summary: Can't build llvm using ./configure script on Slackware
                    x86_64 14.0
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: autoconf
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 9114
  --> http://llvm.org/bugs/attachment.cgi?id=9114
Combined stdout and stderr of ./configure

While trying to compile llvm using ./configure script, I got a bunch of errors
with headers, which seem to be related to this description:
http://www.gnu.org/software/hello/manual/autoconf.html#Present-But-Cannot-Be-Compiled.
So configure.ac uses obsolete form of AC_CHECK_HEADERS macro, which results in
configuration fail. It's not an issue with my setup, since compiling using
CMake works perfect.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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