scsh-users
[Top] [All Lists]

update info for scsh configure system

To: scsh-bugs@martigny.ai.mit.edu
Subject: update info for scsh configure system
From: Bengt Kleberg <bengt@softwell.se>
Date: Mon, 1 Mar 1999 11:41:16 +0100
greetings,

i have noticed that the config.guess and config.sub scripts included with 
scsh-0.5.1
are less specific than the same files included with other software. (ie OpenBSD 
is
recognized using the other software, but not in scsh-0.5.1)
would you like for me to email these 2 files (or would you rather get the 
latest versions
from FSF or where ever)?

secondly. when linking I get an unresolved external (function): findpath.
it is included #ifdef HAVE_LIBGEN_H . OpenBSD do have libgen.h, but no 
findpath().
Are you sure that they are related? There is an alternative called 
AC_CHECK_FUNCS()
that will let you test for findpath() itself (and not libgen.h).

finally. to see if findpath() works on other systems i tried to compile 
scsh-0.5.1
on Linux (RedHat5.1). It failes with various errors (listen() having the wrong 
prototyp,
scsh/sighandlers1.c has several complaints re make_sigset() and split_sigset(). 
Not beeing
very wellversed in Linux (and feeling that there must surely be several others 
that are)
I have not investigated further. Perhaps you have received some info/updates?


Best Wishes, Bengt
===============================================================
Everything aforementioned should be regarded as totally private
opinions, and nothing else. bengt@softwell.se
``His great strength is that he is uncompromising. It would make
him physically ill to think of programming in C++.''

<Prev in Thread] Current Thread [Next in Thread>
  • update info for scsh configure system, Bengt Kleberg <=