Building ffi without configure

wp1068189-ssc stefan.sonnenberg@pythonmeister.com
Mon Jan 9 15:06:00 GMT 2012


 Did you try with gcc instead of g++ ?


Greg Williamson <cheeseboy16@gmail.com> hat am 9. Januar 2012 um 13:53
geschrieben:

> I'm trying to intergrate ffi into to my project. I want it to build
> without a configure script (only a Makefilke). Ive extracted ffi.c
> ffi_common.h  fficonfig.h  ffi.h  ffitarget.h  from the source and
> wrote a generic makefile that essentially runs "g++ -I. -c -o ffi.o
> ffi.c". When I build I get this error http://pastebin.com/9fMHP9TM .
> Is there something else configure does that I need to manually edit
> into a header or ffi.c?
>



More information about the Libffi-discuss mailing list