missing variable in gnutls-2.8 Makefile
Simon Josefsson
simon at josefsson.org
Thu Jun 18 22:22:04 CEST 2009
Matthias Drochner <M.Drochner at fz-juelich.de> writes:
> Hi -
>
> "LINK_WARNING_H" is not defined in gl/tests/Makefile.am.
> This causes breakage on systems where sys/ioctl.h is
> missing (Solaris 10), due to an invalid "sed" command
> line argument.
Hi. Thanks for the report. What error message do you get? As far as I
can tell, the relevant sed command is:
sed -e 's|@''HAVE_SYS_IOCTL_H''@|$(HAVE_SYS_IOCTL_H)|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''NEXT_SYS_IOCTL_H''@|$(NEXT_SYS_IOCTL_H)|g' \
-e 's|@''GNULIB_IOCTL''@|$(GNULIB_IOCTL)|g' \
-e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|$(SYS_IOCTL_H_HAVE_WINSOCK2_H)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/sys_ioctl.in.h; \
Maybe it is really a make error you get? Anyway, seeing the error
message would help. I have built GnuTLS on Solaris 2.8 and didn't see
any errors like this. Btw, which make implementation do you use?
/Simon
More information about the Gnutls-devel
mailing list