delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
From: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
Organization: | convey Information Systems GmbH |
To: | adriel cartmell <aa228 AT pgfn DOT bc DOT ca> |
Date: | Fri, 12 Oct 2001 18:11:43 +0200 |
MIME-Version: | 1.0 |
Subject: | Re: Gtk |
Reply-to: | cygwin AT cygwin DOT com |
CC: | cygwin AT cygwin DOT com |
Message-ID: | <3BC7325F.7440.1AAF4FE@localhost> |
References: | <3BC6A45A DOT 10425 DOT 3BBF2C44 AT localhost> |
In-reply-to: | <Pine.LNX.3.95.iB1.0.1011012085304.22865A-100000@strider.pgfn.bc.ca> |
X-mailer: | Pegasus Mail for Win32 (v3.12cDE) |
> adriel cartmell schrieb am 2001-10-12 8:55: > >Well i tired all your sugestions but the one having to do with >bin/gtk-config/ I have no idea what i would have to do there. :) >The other suggestions did'nt work. thanks thoguh > >>>When i make a small gTk program You wrote your own application? To compile try s.th. like this: $ gcc -I/usr/include/gtk-1.2 -o yourapp.o yourapp.c To link try s.th. like this: $ gcc -o yourapp yourapp.o -lgtk You also may try to put all the headers in the same dir with the source of your program and use this CFLAG instead the above: -I. Hope it helps, Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |