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]

libffi.pc from libffi-3.1 after `make install` is broken, new release propably in order


I think 3.1.1 should be rolled to cover issues of:

1. https://sourceware.org/ml/libffi-discuss/2014/msg00059.html
2. https://sourceware.org/ml/libffi-discuss/2014/msg00058.html

3. This issue:

$ ./configure --prefix=/usr
$ make
$ make install
$ pkg-config --libs libffi
-L$(libdir)/../lib64 -lffi

Notice the (), it should be {}, so now every reverse dependency that tries
to link to libffi using info provided by --libs libffi, won't compile,
due to the
syntax error!

- Samuli


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