compilation usin Cygwin

chris elliott biol75 at york.ac.uk
Sat Dec 2 03:19:49 PST 2006



Vadim Zeitlin wrote:
> On Fri, 1 Dec 2006 20:49:20 +0100 (MET) "Jacob (=Jouk) Jansen" <joukj at hrem.nano.tudelft.nl> wrote:
> 
> 
> JJ>      6) The I tried to click on the minimal.exe from "My Computer". Here a
> JJ>            window pops-ip that cygwxmwm28_gcc_intel-0.dll is not found.
> 
>  You need to have the DLL in the PATH for it to be found by Windows so this

yes, the default build is for a dynamic lib, so you might do something 
like (fill in your own values:)
export PATH=$PATH:/cygdrive/c/PATH/To/WXW/lib

or you might prefer to pass --enable-static to the configure

Your intel in the dll name suggests you have other options in the 
configure, so it might be best to remove all the files (at least all the 
confi** ones) and rebuild with --enable-debug to get files like 
cygwxbase28d_gcc_custom-0.dll

chris




More information about the wx-users mailing list