| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gtkglarea-1.2.2.README | 2003-01-07 | 976 Bytes | |
| gtkglarea_1.2.2-10-static.tar.bz2 | 2003-01-07 | 75.9 kB | |
| Totals: 2 Items | 76.9 kB | 0 | |
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 <glyoung@users.sourceforge.net>
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}