NAME: gtkglarea VERSION: 1.2.2 RELEASE: 10 SUMMARY: An OpenGL widget for the GTK+ GUI library. DISTRIBUTION: Cygwin GNOME 1.4 VENDOR: LICENSE: GPL PACKAGER: Hansom Young GROUP: System Environment/Libraries OS: Cygwin ARCH: i586 SOURCE RPM: DESCRIPTION: GtkGLArea is an OpenGL widget for GTK+ (the Gimp ToolKit), a GUI library. GtkGLArea is built on top of gdkgl. Gdkgl is basically a wrapper around GLX functions. The GtkGLArea widget is derived from the GtkDrawingArea widget and only adds a few functions. -------------------------------------------------------------------- Only static library is provided in this Cygwin port. You can use following instructs to convert it into a dynmic one: $gcc -shared -o cyg${module}.dll -Wl,--out-implib=lib${module}.dll.a \ -Wl,--export-all-symbols -Wl,--whole-archive $old_lib \ -Wl,--no-whole-archive ${dependency_libs}