Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Ralf Habacker" To: "Cygwin" Subject: setutent/getutent functions defined but no symbol Date: Thu, 27 Dec 2001 08:36:45 +0100 Message-ID: <001101c18ea9$3c5dc500$526307d5@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Hi, while compiling kdm from kde 2.2.1 I recognized some missing symbols in the cygwin dll. /home/habacker/tmp/kde/anoncvs.kde.org/kdebase/kdm/backend/dm.c:427: undefined reference to `setutent' /home/habacker/tmp/kde/anoncvs.kde.org/kdebase/kdm/backend/dm.c:455: undefined reference to `getutent' /home/habacker/tmp/kde/anoncvs.kde.org/kdebase/kdm/backend/dm.c:468: undefined reference to `endutent' The header is in /usr/include/sys/utmp.h and the source is located in src/newlib/libc/unix/getut.c, but the cygwin.dll does not export this symbols. Are these symbols only be forgotten, or does this have a deeper reason ? If the first reason is true, it is possible to add this symbols ? Thanks Ralf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/