autoconf
[Top][All Lists]
Advanced

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

Re: [Akim Demaille <address@hidden>] Re: Shell crash on SunOS 4.1.3


From: Akim Demaille
Subject: Re: [Akim Demaille <address@hidden>] Re: Shell crash on SunOS 4.1.3
Date: 24 Jan 2001 09:57:30 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

| Akim,

Hi!  Thanks Harlan!

| chmod +x testsuite-tmp
| mv testsuite-tmp testsuite
| /bin/sh testsuite
| /bin/sh: illegal io
| /bin/sh: illegal io
| /bin/sh: illegal io

That was to be expected.  If you could send a snippet of sh -x
testsuite maybe we could fix the test suite on Ultrix, which would be
a great bonus.

But much more important is that you try configure itself.

cat >configure.in <<EOF
AC_INIT
AC_CONFIG_HEADERS(header.h)
AC_CONFIG_FILES(file)
echo "@FOO@" >file.in
echo "#undef FOO" >header.h.in
AC_DEFINE(FOO, BAR)
AC_SUBST(FOO, BAR)
AC_OUTPUT
EOF
autoconf
./configure
cat file header.h

I fear a config.status failure.  But given that you ran Autoconf's
configure, it's unlikely, unless it was not including the `fix'.
| 



reply via email to

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