From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NQgiJ-0001Ap-OV for mharc-grub-devel@gnu.org; Fri, 01 Jan 2010 07:34:43 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQgiI-00019l-HB for grub-devel@gnu.org; Fri, 01 Jan 2010 07:34:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQgiD-00015V-KV for grub-devel@gnu.org; Fri, 01 Jan 2010 07:34:42 -0500 Received: from [199.232.76.173] (port=32871 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQgiD-00015N-FU for grub-devel@gnu.org; Fri, 01 Jan 2010 07:34:37 -0500 Received: from xvm-190-8.ghst.net ([217.70.190.8]:48364 helo=aybabtu.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NQgiD-0008LF-6K for grub-devel@gnu.org; Fri, 01 Jan 2010 07:34:37 -0500 Received: from [192.168.10.10] (helo=thorin) by aybabtu.com with esmtp (Exim 4.69) (envelope-from ) id 1NQgiB-0005xW-FE for grub-devel@gnu.org; Fri, 01 Jan 2010 13:34:35 +0100 Received: from rmh by thorin with local (Exim 4.69) (envelope-from ) id 1NQgi8-0003su-7I for grub-devel@gnu.org; Fri, 01 Jan 2010 13:34:32 +0100 Date: Fri, 1 Jan 2010 13:34:32 +0100 From: Robert Millan To: The development of GNU GRUB Message-ID: <20100101123432.GP3692@thorin> References: <8F471D00-A4B3-46A2-9DDE-D9A096F8FC9A@zetam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8F471D00-A4B3-46A2-9DDE-D9A096F8FC9A@zetam.org> Organization: free as in freedom X-Message-Flag: Worried about Outlook viruses? Switch to Thunderbird! www.mozilla.com/thunderbird X-Debbugs-No-Ack: true User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: Compilation under MacOSX X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2010 12:34:43 -0000 On Tue, Dec 29, 2009 at 04:29:48PM +0100, Yves Blusseau wrote: > gcc-4.2 -o grub-mkpasswd-pbkdf2 grub_mkpasswd_pbkdf2-gnulib_progname.o grub_mkpasswd_pbkdf2-util_grub_mkpasswd_pbkdf2.o grub_mkpasswd_pbkdf2-lib_crypto.o grub_mkpasswd_pbkdf2-lib_libgcrypt_grub_cipher_sha512.o grub_mkpasswd_pbkdf2-lib_pbkdf2.o grub_mkpasswd_pbkdf2-util_misc.o grub_mkpasswd_pbkdf2-kern_err.o -L/opt/local/lib -lintl > Undefined symbols: > "_getline", referenced from: > _main in grub_mkpasswd_pbkdf2-util_grub_mkpasswd_pbkdf2.o > _main in grub_mkpasswd_pbkdf2-util_grub_mkpasswd_pbkdf2.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make: *** [grub-mkpasswd-pbkdf2] Error 1 > > seems that the getline function is not defined anywhere. I just imported getline() from Gnulib. -- Robert Millan "Be the change you want to see in the world" -- Gandhi