Bug#523869: libffi-dev: gcc doesn't find ffi.h

2009-04-13 Thread Arthur Loiret
Right. This is a recent regression, from 4.3.3-7 upload. The multiarch patch has been changed and seems to be off. I'll have a look, thanks for reporting! Arthur. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@

Bug#523869: libffi-dev: gcc doesn't find ffi.h

2009-04-13 Thread Frederic Peters
Hello, I am also seeing this problem. #include int main(int argc, char *argv[]) { return 0; } $ make t cc t.c -o t t.c:1:17: error: ffi.h: No such file or directory make: *** [t] Error 1 $ cc --version cc (Debian 4.3.3-7) 4.3.3 Copyright

Bug#523869: libffi-dev: gcc doesn't find ffi.h

2009-04-13 Thread Arthur Loiret
Hi, 2009/4/13, Nick Lewycky : > It seems that libffi-dev puts ffi.h in a target-specific directory on each > platform. For example, on my system it's in /usr/include/i486-linux-gnu/ > which > is a directory that is used by absolutely no other package in Debian. > > Notably, gcc doesn't look there.

Bug#523869: libffi-dev: gcc doesn't find ffi.h

2009-04-13 Thread Nick Lewycky
Package: libffi-dev Version: 3.0.7-1 Severity: important It seems that libffi-dev puts ffi.h in a target-specific directory on each platform. For example, on my system it's in /usr/include/i486-linux-gnu/ which is a directory that is used by absolutely no other package in Debian. Notably, gcc doe