Re: [GtkGLExt] Linking
- From: Douglas Vechinski <douglas vechinski dynetics com>
- To: flood <subflood gmail com>
- Cc: gtkglext-list gnome org
- Subject: Re: [GtkGLExt] Linking
- Date: Wed, 19 Oct 2005 10:41:07 -0500
flood wrote:
Hello, I would like to use GtkGlExt for my project but I'm having
trouble getting it up and running. I compile my program like this:
gcc -Wall -g main.c -o Protoype `pkg-config --cflags gtk+-2.0` \
> `pkg-config --libs gtk+-2.0`
You need to use the gtkglext.pc file for pkg-config. Try something like
this
gcc -Wall -g main.c -o Protoype `pkg-config --cflags --libs gtkglext-1.0`
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]