On Wed, Feb 25, 2004 at 04:51:42PM +0100, Alfred M. Szmidt wrote:
>    >From cvs sources at sources.redhat.org I also have compile problem:
>    $ mkdir build
>    $ mkdir root
>    $ cd build
>    $ ../configure --prefix=/src/libc/root
> 
> Please don't do that, you will have screwed up paths and your libc
> will be totally unusable if you install it, you must use `--prefix='
> on GNU/Hurd, and then supply installroot (or install_root, I don't
> remeber which) to `make install' if you want to install it in a
> different root.
Thanks.
> 
>    autoconf: Undefined macros:
>    ***BUG in Autoconf--please report*** AC_FD_MSG
>    make[1]: *** [sysdeps/i386/elf/configure] Error 1
>    make: *** [all] Error 2
> 
> I have no idea what you are using or doing wrong,
> sysdeps/i386/elf/configure (or the .in file) doesn't contain any kind
> of reference to AC_FD_MSG.  What are the lines about this error?
> 
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/i386/elf/configure?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=glibc
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/i386/elf/configure.in?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=glibc

The line is from sysdeps/i386/elf/configure.new that produced after
'make' command. See attachment.

e
; }; then
  libc_cv_386_tls=yes
else
  libc_cv_386_tls=no
fi
rm -f conftest*
fi

echo "$ac_t""$libc_cv_386_tls" 1>&AC_FD_MSG
if test $libc_cv_386_tls = yes; then
  cat >> confdefs.h <<\EOF
#define HAVE_TLS_SUPPORT 1
EOF

fi
fi

cat >> confdefs.h <<\EOF
#define PI_STATIC_AND_HIDDEN 1
EOF

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to