compilation usin Cygwin

Vadim Zeitlin vadim at wxwindows.org
Fri Dec 1 16:29:33 PST 2006


On Fri, 1 Dec 2006 20:49:20 +0100 (MET) "Jacob (=Jouk) Jansen" <joukj at hrem.nano.tudelft.nl> wrote:

JJ>    I tried to compile 2.8.0rc1 on my windows XP machine using Cygwin.
JJ>    I performrd the following steps:
JJ>      1) ./configure --enable-monolite

 FWIW, the above option doesn't exist. Did you really use it or the correct
--enable-monolithic one?

JJ>      5) ./minimal.exe
JJ>             No window is opened and the application is immidately finished
JJ> 	    I have no idea why it does not run.

 This looks like the problem with the shell you use.

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
is perfectly normal. What is less normal is "_intel-0" in the DLL name,
I'm not sure where does this come from.

JJ> 	   Trying to register this dll with REGSVR32 fails.

 Using regsvr32 here doesn't make sense, it's used to register COM (in
process) servers and wx DLL is not a COM DLL at all.

 Regards,
VZ





More information about the wx-users mailing list