From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1O0aGI-00085A-1q for mharc-grub-devel@gnu.org; Sat, 10 Apr 2010 08:58:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0aGG-00084B-A2 for grub-devel@gnu.org; Sat, 10 Apr 2010 08:58:08 -0400 Received: from [140.186.70.92] (port=47749 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0aGF-00083W-7b for grub-devel@gnu.org; Sat, 10 Apr 2010 08:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0aGE-0001zC-3e for grub-devel@gnu.org; Sat, 10 Apr 2010 08:58:07 -0400 Received: from mail.gmx.net ([213.165.64.20]:43401) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O0aGD-0001yy-NP for grub-devel@gnu.org; Sat, 10 Apr 2010 08:58:06 -0400 Received: (qmail invoked by alias); 10 Apr 2010 12:58:03 -0000 Received: from 165.126.46.212.adsl.ncore.de (HELO 192.168.2.69) [212.46.126.165] by mail.gmx.net (mp047) with SMTP; 10 Apr 2010 14:58:03 +0200 X-Authenticated: #2145628 X-Provags-ID: V01U2FsdGVkX1+TIN1ztk+TmH4iVU6XE9twVvkOEGj2krmnz0bKCX rYtqmwe9JZAkga Date: Sat, 10 Apr 2010 14:57:18 +0200 From: "Thomas Schmitt" To: grub-devel@gnu.org References: <4BC06EC6.50207@gmail.com> In-Reply-To: <4BC06EC6.50207@gmail.com> Message-Id: <106360795412606@192.168.2.69> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.62 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Subject: Re: How to prepare an ISO 9660 CD for booting via GRUB ? 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: Sat, 10 Apr 2010 12:58:08 -0000 Hi, > > What FreeBSD version is this ? > 8.0 > ./configure && gmake > instead of > ./configure && make Strange. I run 8-RELEASE and 8-STABLE because of SATA differences. No problems with "make". What are the negative symptoms on your system ? > > I know the [iconv] complaint. It is harmless. > I know, just wanted to make sure you're aware about this. You made me find that M4 function which i once copied and prepared but never used. Now i will try whether it does something useful. (Then i will ponder whether it is worth the risk to break anything in ./configure.) Have a nice day :) Thomas