From owner-freebsd-gnome@FreeBSD.ORG Mon Jun 18 05:45:23 2007 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DED6C16A400 for ; Mon, 18 Jun 2007 05:45:23 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao103.cox.net (eastrmmtao103.cox.net [68.230.240.9]) by mx1.freebsd.org (Postfix) with ESMTP id 7187113C480 for ; Mon, 18 Jun 2007 05:45:23 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao103.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070618054522.YIVH8543.eastrmmtao103.cox.net@eastrmimpo02.cox.net>; Mon, 18 Jun 2007 01:45:22 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id CtlN1X0054iy4EG0000000; Mon, 18 Jun 2007 01:45:22 -0400 Date: Mon, 18 Jun 2007 00:48:20 -0500 To: "Sunjae Park" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200706172157.25371.darehanl@gmail.com> <200706172356.02729.darehanl@gmail.com> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <200706172356.02729.darehanl@gmail.com> User-Agent: Opera Mail/9.21 (Linux) Cc: freebsd-gnome@freebsd.org Subject: Re: Trying to build glib20 on 6.2 with USE_OPENSSL (was WITH_X11) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2007 05:45:24 -0000 On Sun, 17 Jun 2007 23:55:55 -0500, Sunjae Park wro= te: > On Sunday 17 June 2007 23:02:48 Jeremy Messenger wrote: >> Did you custom your own LDFLAGS in your make.conf or somewhere? If yo= u = >> do, >> then please remove it. In your log shows: >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> ac_cv_env_LDFLAGS_value=3D' -rpath=3D/usr/lib:/usr/local/lib' >> [...] >> LDFLAGS=3D' -rpath=3D/usr/lib:/usr/local/lib' >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Ah.. Found what the problem was. I didn't set LDFLAGS to anything > explicitly, but I did set USE_OPENSSL=3Dyes. > > #USE_OPENSSL=3Dyes > > fixed the problem. This must be messing with LDFLAGS somehow. Never put any of USE_* in the make.conf. The USE_* are always for ports'= = Makefile. The WITH_* are always for in make.conf (user's option) or run = = with command. To enable OpenSSL should be WITH_OPENSSL=3Dyes, depend if = port = has it. Cheers, Mezz >> Cheers, >> Mezz > > Thanks, Mezz! -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org