This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Building ffi without configure


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]