Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Gerrit P. Haase" Organization: convey Information Systems GmbH To: adriel cartmell Date: Fri, 12 Oct 2001 18:11:43 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT 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: 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/