2011-02-19 00:02, Stephane Poirier skrev: > Hi All, > After compiling both libsndfile-1.0.23.tar.gz and libaudiofile-0.2.7.tar.gz, > following windows build steps for linuxsampler, I proceed to compiling > libgig (out of libgig-3.3.0.tar.tar) but neither audio library are detected > by libgig's ./configure > I get: > ... > checking for SNDFILE... no > checking for AUDIOFILE... no > No audio file library found!
Just like Graham, I suspect that PKG_CONFIG_PATH isn't set correctly. It needs to include the directory where sndfile.pc is located. You don't need to set the msys environment variables manually each time you start a msys shell. Instead create a file named .profile in your msys home directory with the export commands. Here's mine: export PATH=/c/Perl/bin:/usr/local/lib/bin:$PATH:$HOME/xsltproc export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig export CPPFLAGS="-I/c/Program/gtkmm/include" export LDFLAGS="-L/c/Program/gtkmm/lib" (This is on a Swedish Windows XP, so the "Program Files" directory happens to be called just "Program".) /Andreas ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel