bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: host_os has a space in it


From: Seanster
Subject: Re: host_os has a space in it
Date: Tue, 02 May 2006 05:45:47 -0400

On Tue, 2 May 2006 09:56:24 +0200, you wrote:

>Which shell are you using?  Are you using libltdl?

GNU bash, version 2.04.21(1)-release (i386-redhat-linux-gnu)

ldd /bin/bash
        libtermcap.so.2 => /lib/libtermcap.so.2 (0xb7fbf000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7fbc000)
        libc.so.6 => /lib/libc.so.6 (0xb7e9b000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fd0000)

I don't know exactly what you mean by "Are you using libltdl?" How would I
know? (I'm an end user and could be doing something really stupid. :)

I was trying to compile the latest libtool-1.5.22. I'm compiling everything,
gcc, glibc, kernel, you name it. I was just trying to get my autotools up to
date before I compile most of the rest.

I also tried using csh to compile litbool, no difference.

>Are you sure you reran autoconf on the sources?  What does
>  find . -name configure | xargs head
>
>output, when you are in the top directory of your source tree?
>

If you mean of the libtool tree that I was trying to compile, it was 2.59c
and 2.59d. the configure file was definitely the new version. I reinstalled
my old autoconf 2.59 and compiled libtool so I could move on with my life. 

I installed both 2.59c and 2.59d(cvs as of an hour ago).

They both look like this (apart from the version)

#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59d for libtool 1.5.22.
#
# Report bugs to <address@hidden>.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

ibtool-1.5.22]# grep "linux gnu" *
Makefile:build_os = linux gnu
Makefile:host_os = linux gnu
config.log:build_os='linux gnu'
config.log:host_os='linux gnu'
config.status:s,@build_os@,|#_!!_#|linux gnu,g
config.status:s,@host_os@,|#_!!_#|linux gnu,g

automake 1.9.6
m4 1.4.4

Regards,
Sean





reply via email to

[Prev in Thread] Current Thread [Next in Thread]