From owner-freebsd-ports@FreeBSD.ORG Tue Aug 29 22:46:23 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908AF16A4DE for ; Tue, 29 Aug 2006 22:46:23 +0000 (UTC) (envelope-from cartola@openit.com.br) Received: from flexmail.techmaster.com.br (mailhost.techmaster.com.br [200.201.183.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA9043D45 for ; Tue, 29 Aug 2006 22:46:22 +0000 (GMT) (envelope-from cartola@openit.com.br) Received: from cldc.corp.globo.com ([201.7.186.144] helo=ip59.147.globoi.com) by flexmail.techmaster.com.br with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1GICNb-000JrL-ND for ports@FreeBSD.org; Tue, 29 Aug 2006 22:48:24 +0000 From: "Carlos E. G. Carvalho" To: ports@FreeBSD.org In-Reply-To: References: Content-Type: text/plain Date: Tue, 29 Aug 2006 19:45:41 -0300 Message-Id: <1156891541.1419.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Problems compiling new version of libpano12 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2006 22:46:23 -0000 Hi people, I'm having dificulties on compiling a new version of libpano12 to upgrade this port. Can anyone help me? I have solved some initial problems and stopped on this one without beeing able to go forward: ----------------------- gcc -g -O2 -L.. -L../.libs -o panoinfo -lpano12 /usr/lib/crt1.o(.text+0x72): In function `_start': : undefined reference to `main' .../.libs/libpano12.so: undefined reference to `makePathToHost' .../.libs/libpano12.so: undefined reference to `gtk_widget_grab_default' .../.libs/libpano12.so: undefined reference to `gtk_toggle_button_get_type' (and many more "undefined reference" messages suppressed) -------------------------------------------- I don't know where this "_start" function is. Before this problem there was another one, due to libpano12.so not beeing found. To solve this I added the "-L../.libs" to the gcc command line and got this problem above. Any hint? I could maybe give access to my environment if someone is able to help me. Thanks, -- Carlos E. G. Carvalho OpenIT Solucoes Tecnologicas Consultor Unix/Internet Tel. +55 21 2517-6000 http://www.OpenIT.com.br http://www.MyFreeBSD.com.br