emacs-devel
[Top][All Lists]
Advanced

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

Re: Bootstrap broken on Cygwin


From: Evil Boris
Subject: Re: Bootstrap broken on Cygwin
Date: Fri, 13 Jun 2008 23:29:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt)

I am getting a possibly related error on Solaris 2.7 with GCC 3.1:

====
sysdep.o: In function `serial_configure':
/local/2/software/emacs-cvs/emacs/src/sysdep.c:5438: undefined reference to 
`cfmakeraw'
/local/2/software/emacs-cvs/emacs/src/sysdep.c:5451: undefined reference to 
`cfsetspeed'
collect2: ld returned 1 exit status
====

After some poking around I found that instead of cfsetspeed there is a
definition of cfsetispeed and cfsetospeed in sys/termios.h.  I cannot
find any mention of csmakeraw.  Here's one place that describes 
possible replacement code:

http://www.sunmanagers.org/pipermail/summaries/2005-October/006871.html

--Boris





reply via email to

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