gnutls-devel
[Top][All Lists]
Advanced

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

Re: missing variable in gnutls-2.8 Makefile


From: Simon Josefsson
Subject: Re: missing variable in gnutls-2.8 Makefile
Date: Thu, 18 Jun 2009 22:22:04 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux)

Matthias Drochner <address@hidden> 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




reply via email to

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