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

            Bug ID: 17945
           Summary: Header search issues: slackware 14.1
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 11544
  --> http://llvm.org/bugs/attachment.cgi?id=11544&action=edit
Slackbuild script for llvm/clang

$ clang -cc1 /tmp/bah.c 
/tmp/bah.c:1:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
         ^
1 error generated.

bah.c is the "Hello world" test in the FAQ page about the header issues.  I am
using Slackware64 14.1, and llvm/clang built with the llvm.Slackbuild script
enclosed works perfectly well with llvm/clang 3.3, but not with svn trunk. 
I've tried both r194783 and r194815 (same trunk revision for both cfe and llvm
checkouts), and I have this issue with both of them.

# clang -v
clang version 3.4 (trunk)
Target: x86_64-slackware-linux-gnu
Thread model: posix
Found candidate GCC installation:
/usr/bin/../lib64/gcc/x86_64-slackware-linux/4.8.2
Found candidate GCC installation: /usr/lib64/gcc/x86_64-slackware-linux/4.8.2
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-slackware-linux/4.8.2

I do not know if this issue is at all related to
http://llvm.org/bugs/show_bug.cgi?id=17776 , but I'm referencing it here in
case this should be merged in with that bug.

-- 
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