From owner-freebsd-questions Mon Dec 4 10:55:36 2000 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 4 10:55:31 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from kci.kciLink.com (kci.kciLink.com [204.117.82.1]) by hub.freebsd.org (Postfix) with ESMTP id 015DD37B400; Mon, 4 Dec 2000 10:55:31 -0800 (PST) Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by kci.kciLink.com (Postfix) with ESMTP id 90A1BC9B9; Mon, 4 Dec 2000 13:55:30 -0500 (EST) Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196]) by yertle.kciLink.com (Postfix) with ESMTP id 0F3902E443; Mon, 4 Dec 2000 13:55:30 -0500 (EST) Received: (from khera@localhost) by onceler.kciLink.com (8.11.1/8.11.1) id eB4ItTk98196; Mon, 4 Dec 2000 13:55:29 -0500 (EST) (envelope-from khera) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14891.59553.905267.222398@onceler.kciLink.com> Date: Mon, 4 Dec 2000 13:55:29 -0500 To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Problem with GTK port In-Reply-To: <200012041745.JAA11576@hokkshideh.jetcafe.org> References: <200012041745.JAA11576@hokkshideh.jetcafe.org> X-Mailer: VM 6.86 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "DH" == Dave Hayes writes: DH> So, being the inquisitive type, I investigate. I create a "conftest.c" DH> file like the one in configure, called "conft.c". I then proceed to DH> compile this with the following line: DH> cc -o conftest -g -O2 -Wall -I/usr/local/include/glib12 -D_THREAD_SAFE DH> -DLINUXTHREADS conft.c -L/usr/local/lib -Wl,-E -lgmodule12 -lgthread12 DH> -lglib12 -lpthread What version of glib do you have? I had an issue with some silly back-compatibility failure in glib that caused the program to test if my version was new enough to dump core. Not a very good test, eh? Try upgrading to the lates glib manually, and then see if it works fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message