bug-guile
[Top][All Lists]
Advanced

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

Re: CVS-060720 compilation failure on Solaris 10, patch


From: Kevin Ryde
Subject: Re: CVS-060720 compilation failure on Solaris 10, patch
Date: Fri, 21 Jul 2006 10:02:46 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Claes Wallin <address@hidden> writes:
>
>           Declare sethostname on __sun__.
>
> +#ifdef __sun__
> +int sethostname(char *name, int namelen);
> +#endif

Thanks, but I don't really want to hard-code __sun__.  Is that
prototype in some other header?  If not AC_CHECK_DECL will be the way
to go.




reply via email to

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