[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



Hello,

I am also seeing this problem.


        #include <ffi.h>

        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 (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



        Frederic



Reply to: