Re: gtk in cygwin
- From: Roger Leigh <rleigh@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 20 Jan 2008 00:26:26 +0000
jimgardener <jimgardener@xxxxxxxxx> writes:
i am new to c programming with gcc(using cygwin on WinXP)
I have gtk in my cygwin installation (in lib\gtk-2.0)..and was trying
to compile c code that uses gtk widgets..
You should probably ask this sort of question on the cygwin user
mailing list--it has nothing to do with GNU/Linux.
still i get error msg when i run the gcc command
gcc mycode.c -o mycode `pkg-config --cflags --libs gtk+-2.0`
it shows
'gcc: `pkg-config: No such file or directory
can anyone tell me how i can get this correctly compiled?
As the error says, pkg-config was not found, so needs adding to the
search path.
--
.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/
`- GPG Public Key: 0x25BFB848 Please GPG sign your mail.
.
- References:
- gtk in cygwin
- From: jimgardener
- gtk in cygwin
- Prev by Date: gtk in cygwin
- Next by Date: RS232 Redirector Program in C using Linux
- Previous by thread: gtk in cygwin
- Next by thread: RS232 Redirector Program in C using Linux
- Index(es):
Relevant Pages
|