From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: romel@lavabit.com Newsgroups: gmane.lisp.guile.user Subject: Problems building GNU Greg testing framework Date: Fri, 7 Jan 2011 20:03:54 -0500 (EST) Message-ID: <20384.189.148.181.157.1294448634.squirrel@lavabit.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1294448650 13498 80.91.229.12 (8 Jan 2011 01:04:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 Jan 2011 01:04:10 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Jan 08 02:04:06 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PbNDx-00086P-Pp for guile-user@m.gmane.org; Sat, 08 Jan 2011 02:04:05 +0100 Original-Received: from localhost ([127.0.0.1]:42827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbNDx-0004dT-7H for guile-user@m.gmane.org; Fri, 07 Jan 2011 20:04:05 -0500 Original-Received: from [140.186.70.92] (port=54510 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbNDt-0004dG-LV for guile-user@gnu.org; Fri, 07 Jan 2011 20:04:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbNDo-0002jN-IA for guile-user@gnu.org; Fri, 07 Jan 2011 20:04:01 -0500 Original-Received: from karen.lavabit.com ([72.249.41.33]:33308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbNDo-0002j8-D7 for guile-user@gnu.org; Fri, 07 Jan 2011 20:03:56 -0500 Original-Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id A632011B928 for ; Fri, 7 Jan 2011 19:03:54 -0600 (CST) Original-Received: from lavabit.com (dsl-189-148-181-157-dyn.prod-infinitum.com.mx [189.148.181.157]) by lavabit.com with ESMTP id 14OQDD3WTYF4 for ; Fri, 07 Jan 2011 19:03:54 -0600 Original-Received: from 189.148.181.157 (SquirrelMail authenticated user romel) by lavabit.com with HTTP; Fri, 7 Jan 2011 20:03:54 -0500 (EST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=sEgMSghSJq70FD7DCGVv+bIkxKg2J9Fsk7BCVST7L5/KPVcg79EFjif5JFqxutkbirrF3v3glys83K5rvwGsYpfmwN3Kk2IV7JE5AquBi/2doN13dpHcBChLeoxIbmftbVLRRi3zoc6g+JbSF+/nX8nibqcOFltzVFsQfTOuT8Q=; h=Message-ID:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; User-Agent: SquirrelMail/1.4.13 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8345 Archived-At: Hello, I'm trying to build GNU Greg 1.4 in order to build Guile DBI but when I run ./configure something goes wrong. $ ./configure --prefix $HOME/opt/ loading cache ./config.cache checking host system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized checking target system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized checking build system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized checking for gcc... (cached) gcc checking whether the C compiler (gcc -I/home/romel/opt/include -I/home/romel/opt/include/guile/2.0 -L/home/romel/opt/lib) works... yes checking whether the C compiler (gcc -I/home/romel/opt/include -I/home/romel/opt/include/guile/2.0 -L/home/romel/opt/lib) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for ranlib... (cached) ranlib checking for ld used by GCC... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking command to parse /usr/bin/nm -B output... (cached) yes checking for _ prefix in compiled symbols... (cached) no checking whether ln -s works... (cached) yes ltconfig: you must specify a host type if you use `--no-verify' Try `ltconfig --help' for more information. configure: error: libtool configure failed I'm using guile 1.9.14 builded in ~/opt and I have set the following environment variables: export LDFLAGS=3D"-L$HOME/opt/lib" export CPPFLAGS=3D"-I$HOME/opt/include -I$HOME/opt/include/guile/2.0" export PKG_CONFIG_PATH=3D"$HOME/opt/lib/pkgconfig" export LD_LIBRARY_PATH=3D"$HOME/opt/lib/" export PATH=3D"$HOME/opt/bin:$PATH" I'm running Trisquel 4 taranis in an AMD 64 machine. Anybody can bring some light to this issue? Thanks in advance. Regards, Romel Sandoval