| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
From owner-arla-drinkers@stacken.kth.se Sun May 16 03:15:38 1999 Return-Path: <owner-arla-drinkers@stacken.kth.se> Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu Received: (qmail 6056 invoked from network); 16 May 1999 03:15:37 -0000 Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41) by bloom-picayune.mit.edu with SMTP; 16 May 1999 03:15:37 -0000 Received: (from majordom@localhost) by sundance.stacken.kth.se (8.8.8/8.8.8) id FAA18036 for arla-drinkers-list; Sun, 16 May 1999 05:06:11 +0200 (MET DST) Received: from assaris.sics.se (assaris.sics.se [193.10.66.108]) by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id FAA18032 for <arla-drinkers@stacken.kth.se>; Sun, 16 May 1999 05:06:06 +0200 (MET DST) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.7.3) id FAA02388; Sun, 16 May 1999 05:09:30 +0200 (CEST) From: assar@stacken.kth.se To: Helmut.Heller@lrz-muenchen.de Cc: arla-drinkers@stacken.kth.se, lxs@mit.edu Subject: Re: arla on NeXTSTEP3.3/Intel References: <9904160954.AA01752@next.lrz-muenchen.de> <5lyaiyd42p.fsf@assaris.sics.se> <9905110852.AA17019@next.lrz-muenchen.de> <5ln1zbrd2k.fsf@assaris.sics.se> <9905111535.AA27499@next.lrz-muenchen.de> Mime-Version: 1.0 (generated by tm-edit 7.68) Content-Type: text/plain; charset=US-ASCII Date: 16 May 1999 05:09:29 +0200 In-Reply-To: Helmut Heller's message of "Tue, 11 May 1999 17:34:59 +0200" Message-ID: <5lk8u9ww0m.fsf@assaris.sics.se> Lines: 37 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-arla-drinkers@stacken.kth.se Precedence: bulk Helmut Heller <Helmut.Heller@lrz-muenchen.de> writes: > So this is why I need the > #define MaxPathLen 255 I've added that to acconfig.h > further changes: > in file lib/editline/Makefile > CC = cc -posix > (was NOT supplied by ./configure!) configure should now set CFLAGS = -posix > now we have two choices: either use cc -bsd here, or change config.h > to > /* #undefine HAVE_SYS_UTSNAME_H */ > which I do. Perhaps the check in configure for HAVE_SYS_UTSNAME_H > should use the -posix flag or make otherwise sure that only POSIX > header files are considered. Or it should have hard wired that > NeXTSTEP does not have HAVE_SYS_UTSNAME_H in POSIX mode. I fixed so that CPPFLAGS also gets set to -posix. > mode_t is only available in bsd mode: Would it work just typedefining them to `unsigned short' and `short' if they don't exist? Or does that part of the code need to be built in bsd-mode? > And there are other kernel modules, e.g., the PPP stuff at > http://www.thoughtport.com:8080/PPP/Latest_version.html > ftp://ftp.peak.org/pub/next/apps/internet/ppp/dev/ That looks like it tells you have to write loadable modules, which is the first step. /assar
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |