I found that adding 
   LIBGTK_CFLAGS="-L/cygdrive/c/win-dev/lib"
   LIBGTK_LIBS="-L/cygdrive/c/win-dev/lib" 

to the configure command line allowed configure to find the MS Win GTK library.


Now configure progresses until it can't find any "readling" library, which I 
believe is a commong Gnu function, and something called "speex".

Any comments or help is always appreciated.

Cheers


 $ ./configure --target=i686-w64-mingw32 --enable-targets=i686-w64-mingw32 
--host=i686-w64-mingw32  --prefix=$a/linphone   
CC="/usr/bin/i686-w64-mingw32-gcc" CXX="/usr/bin/i686-w64-mingw32-c++.exe" 
CPPFLAGS="-I/cygdrive/c/win-dev/include" LDFLAGS="-L/cygdrive/c/win-dev/lib"  
LIBGTK_CFLAGS="-L/cygdrive/c/win-dev/lib" 
LIBGTK_LIBS="-L/cygdrive/c/win-dev/lib" >/tmp/config.out
configure: WARNING: using cross tools not prefixed with host triplet
configure: WARNING: Could not find libreadline headers or library, linphonec 
will have limited prompt features
configure: error: Package requirements (speex >= 1.1.6) were not met:

No package 'speex' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables SPEEX_CFLAGS
and SPEEX_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to