Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
Organization: convey Information Systems GmbH
To: adriel cartmell <aa228@pgfn.bc.ca>
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@cygwin.com
CC: cygwin@cygwin.com
Message-ID: <3BC7325F.7440.1AAF4FE@localhost>
References: <3BC6A45A.10425.3BBF2C44@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/

