From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 21:05:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FA9A16A4CE for ; Thu, 5 Aug 2004 21:05:49 +0000 (GMT) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 218DA43D45 for ; Thu, 5 Aug 2004 21:05:49 +0000 (GMT) (envelope-from dgw@liwest.at) Received: from cm248-230.liwest.at ([81.10.248.230]) by lilzmailso01.liwest.at with esmtp (Exim 4.24) id 1BspQi-0002yp-RW for questions@freebsd.org; Thu, 05 Aug 2004 23:05:40 +0200 From: Daniela To: questions@freebsd.org Date: Thu, 5 Aug 2004 21:59:22 +0000 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408052159.22417.dgw@liwest.at> Subject: graphics/aqsis: Doesn't compile, but found workaround X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dgw@liwest.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 21:05:49 -0000 Hi! The port graphics/aqsis doesn't compile because of an internal compiler bug. A quick workaround is to compile with GCC 3.2 (maybe other versions work too, but I tried this one). There is still the problem that, at a later point, it fails because of an undefined reference to pthread_mutex_destroy and pthread_mutex_init. I solved it by adding -pthread to the command line. With these two tricks it finally compiled and installed successfully. If this is acceptable, can someone edit the Makefile and add a newer GCC as dependency? Unfortunately, I'm still a newbie, so I don't know how to make a patch for this (well, I tried it, but that made the problem even worse). Regards, Daniela