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

Bug#26647: apt: Apt does not compile under glibc 2.1



Package: apt
Version: 0.1.6

This one was really simple to fix...

diff -uNr apt-0.1.6/clients/cmdline/apt-get.cc apt-fixed/clients/cmdline/apt-get.cc
--- apt-0.1.6/clients/cmdline/apt-get.cc	Tue Sep  8 22:32:49 1998
+++ apt-fixed/clients/cmdline/apt-get.cc	Fri Sep 11 17:04:53 1998
@@ -59,6 +59,8 @@
 #include <getopt.h>
 #endif
 
+// For errno
+#include <errno.h>
 									/*}}}*/
 
 // Globals								/*{{{*/


-- System Information
Debian Release: slink
Kernel Version: Linux drow.res.cmu.edu 2.1.120 #2 Wed Sep 9 19:26:22 EDT 1998 ppc unknown

Versions of the packages apt depends on:
ii  libc6           2.0.95-1.1     The GNU C library version 2 (run-time files)
ii  libstdc++2.9    2.91.57-1      The GNU stdc++ library (egcs version)


Reply to: