After checking out today's gzip cvstree and running the usual command sequence:
   ./bootstrap && ./configure && make && make check && make dist
I got the following error on my linux (OpenSUSE 10.0) system:

Making all in lib
make[1]: Entering directory `/home/jmg/gzip/lib'
rm -f stdlib.h-t stdlib.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''ABSOLUTE_STDLIB_H''@|"///usr/include/stdlib.h"|g' \
      -e 's|@''GNULIB_GETSUBOPT''@|0|g' \
      -e 's|@''GNULIB_MKDTEMP''@|0|g' \
      -e 's|@''GNULIB_MKSTEMP''@|0|g' \
      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
      -e 's|@''HAVE_MKDTEMP''@|1|g' \
      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
      -e '/definition of GL_LINK_WARNING/r ../.' \
      < ./stdlib_.h; \
} > stdlib.h-t
sed: read error on ../.: Is a directory
make[1]: *** [stdlib.h] Error 4
make[1]: Leaving directory `/home/jmg/gzip/lib'
make: *** [all-recursive] Error 1

Am I missing something here?
If more information is required. please contact me.

Regards,
Juan Manuel Guerrero


Reply via email to