Michael, thank you for help! It turned out that I had set the DYLD_LIBRARY_PATH for my Matlab, so that I could interface it with Java. Also, the PKG_CONFIG_PATH hadn't been set at all. After removing the DYLD_LIBRARY_PATH and setting the PKG_CONFIG_PATH I managed to compile 3.1 release from svn. I got some warnings from bootstrap (namely, "AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS", which didn't appear with 3.2 branch) and the 'make test' failed two tests (gr_goertzel), the same way it did for http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg13160.html -- I ignored it, installed and managed to import gr in python without any warnings.
Thanks a lot for help! Jakub On Tue, Feb 10, 2009 at 8:46 AM, Michael Dickens <m...@alum.mit.edu> wrote: > Hi Jakob - Answering your questions up front: > > The 'version 6.0.0' refers to the embedded versioning info inside the > library which is being loaded. FFTW 3.2 embeds versioning info "6.2.0" for > some reason. So I would tend to believe that FFTW 2.X embeds info "5.X.0". > IIRC: GNU Radio requires the 3.X libraries, and you can't execute GR > applications without it. > > To get back to your issue, I would guess there are 2 potential problems: > > 1) 'configure' is finding FFTW3 from pkg-config (as desired), but it's not > the version which occurs first in your shell environment's DYLD_LIBRARY_PATH > ... so compiling happens with one, but loading with another. Unless you > -truly- require the DYLD_LIBRARY_PATH, don't use it; it will cause you > headaches. There are ways around using this variable; use those instead. > > 2) PKG_CONFIG_PATH isn't set correctly in your shell environment: > /opt/local/lib/pkgconfig must be first in the list. > > If neither of these work, then email me off list with the results of "env" > (executed in your shell of choice) as well as which libraries / apps you > installed from where, and I'll do what I can to help. - MLD > _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio