Package: clang
Version: 3.1-1
Followup-For: Bug #671913
I can confirm that the bug is still present in 3.1-1 on i386 and adding
-I/usr/include/i386-linux-gnu/ to CFLAGS solved my issues (couldn't find
).
-- System Information:
Debian Release: wheezy/sid
APT prefers stable-updates
APT policy:
Package: clang
Version: 3.1~+rc1-1
Followup-For: Bug #671913
Cher Maintainer,
On i386 with g++-4.7, I need to add -I/usr/include/i386-linux-gnu/ to compile
any code. Could you please fix this. This problem does not happen on amd64.
Without that extra include, I get the following error:
clang++ -
On 08/05/2012 18:44, Vincent Legout wrote:
> Hi Miles,
>
>
> It seems you have clang 3.1~+rc1-1 and:
>
>> ii libclang-common-dev 3.0-6
>> ii libllvm3.1 3.1~+rc1-3
>> ii llvm-3.1-dev 3.1~+rc1-3
> I also get this result with this configuration but upgrading
> libclang-common-dev
Hi Miles,
Miles Bader writes:
> Package: clang
> Version: 3.1~+rc1-1
> Severity: important
>
>
>$ cat hw.c
>#include
>
>int main ()
>{
> printf ("hello world\n");
> return 0;
>}
>$ env - PATH=/usr/bin:/bin gcc -o hw hw.c
>$ ./hw
>hello world
>$ env
Package: clang
Version: 3.1~+rc1-1
Severity: important
$ cat hw.c
#include
int main ()
{
printf ("hello world\n");
return 0;
}
$ env - PATH=/usr/bin:/bin gcc -o hw hw.c
$ ./hw
hello world
$ env - PATH=/usr/bin:/bin clang -o hw hw.c
In file included from h
5 matches
Mail list logo