Just a note. A few GOTTCHA you should remember when compiling using Cygwin 1.1.8
rename /usr/include/GL directory to /usr/include/GL-rubbish rename /ust/lib/libopengl.a and libGLU32.a and libGL32.a to crap. renames /usr/lib/libXpm.a to crap in Cygwin 1.1.8. I have objected to Cygwin folks about including MingW32 libraries of OpenGl and Xpm with Cygwin. It creates problems and you endup with undefined symbols [EMAIL PROTECTED] and breaks a lot of application because these libraries are supplied with Xfree86 too. After installing Cygwin/Xfree86, get the SGI OpenGL SI from ftp://sources.redhat.com/pub/cygwin/xfree/contrib and install it in /usr/X11R6 Suhaib > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 21, 2001 12:51 PM > To: [email protected] > Subject: [opendx-dev] Opendx cygwin/gcc/xfree > > > > I see a lot of talk about OpenDX and MSVC tools here. Is it possible > to build OpenDX completely with cygwin tools? > > I've installed cygwin 1.1.8, xfree4.0 (DLLs), netcdf3.4 and am trying > to compile the dx4.1.0 sources. The problem I get into is not the > libraries yet but the configure. From the compile errors it appears > that configure doesn't know how to configure for this build. It seems > to be mixint "intelnt" definitions in there. > > Am I trying something that will not work? I'm trying to build it just > to try and fix the problem with SuperviseWindow crashing under cygwin. > > Bill >
