[Vnc2swf-users] Compiling under cygwin
Status: Alpha
Brought to you by:
euske
From: Daniel S. <ds...@gm...> - 2005-03-24 21:50:32
|
Hey all, I've been trying to get vnc2swf compiling under cygwin, with no luck. I have compiled ming 0.2a (using the make, make install incantation in the readme) and I end up with a file called libming.so (plus a few symlinks) in /usr/lib. When I try to run ./configure in the vnc2swf directory, I receive the following output: loading cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... (cached) no checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... (cached) no checking for ranlib... ranlib checking whether make sets ${MAKE}... yes checking how to run the C++ preprocessor... c++ -E checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for deflate in -lz... yes checking for Ming_init in -lming... no configure: error: *** ming missing - please install first or check config.log *** I have tried running configure with --with-ming=/usr/lib as well as --with-ming/usr/lib/libming.so. I'm not sure what's going on. Any ideas? |