[LLVMbugs] [Bug 17945] New: Header search issues: slackware 14.1
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Nov 15 07:39:11 PST 2013
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: unassignedbugs at nondot.org
Reporter: fixitup at cartissolutions.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131115/d876bb58/attachment.html>
More information about the llvm-bugs
mailing list