emacs-devel
[Top][All Lists]
Advanced

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

Re: Undefined symbols: cfmakeraw and cfsetspeed


From: David Kastrup
Subject: Re: Undefined symbols: cfmakeraw and cfsetspeed
Date: Wed, 18 Jun 2008 09:47:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Klaus Zeitler <address@hidden> writes:

> Production under Solaris 5.8 fails with:
>
> Undefined                       first referenced
>  symbol                             in file
> cfmakeraw                           sysdep.o
> cfsetspeed                          sysdep.o
>
> I compared termios.h with the version in GNU/Linux and obviously the
> Solaris 5.8 termios.h only provides a subset of the GNU/Linux version,
> e.g. there's no cfmakeraw and cfsetspeed.

Sounds to me like cfmakeraw and cfsetspeed are just convenience wrappers
around the more general termios system calls.  It should probably be not
all too difficult to just take the respective versions from glibc which
should be (C) FSF already.

-- 
David Kastrup




reply via email to

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