Description of problem: This change * Sat Dec 22 2007 Sergio Pascual <sergiopr at fedoraproject.com> 0.9-4 - Arch dependent gnu/bzconfig.h moved to %%libdir/blitz/include/blitz/gnu breaks as blitz/bzconfig is umodified: #elif defined(__GNUC__) /* GNU gcc compiler */ #include <blitz/gnu/bzconfig.h> and /usr/include/blitz/gnu don't exists anymore. Header files in %_lib seems broke too, see e.g. apr package (multilib apr.h hack) how to keep header in %_include: http://cvs.fedoraproject.org/viewcvs/rpms/apr/devel/apr.spec?rev=1.75&view=markup
Well, what I did was to modify also blitz.pc so that $ pkg-config --cflags blitz -I/usr/lib64/blitz/include If you compile your program with $ g++ myprogram.cc `pkg-config blitz --libs --cflags` it should work anyway I will look the apr example and look if it makes sense
I have submitted a bug upstream about this. https://sourceforge.net/tracker/index.php?func=detail&aid=2273091&group_id=63961&atid=505791
*** Bug 478297 has been marked as a duplicate of this bug. ***