On Wed, Aug 01, 2001 at 06:06:59PM +0100, gARetH baBB wrote:
> Won't compile.
>
> libjobs.a(QueueFeeder.o): In function `QueueFeeder::MoveJob(char const *,
> int)':
> QueueFeeder.o(.text+0x389): undefined reference to `rpl_fnmatch'
>
> Slackware 7.1.
Try attached patch or upgrade glibc.
> > * fish protocol support (over plain ssh connection).
>
> Is there a reference for what this exactly is, I can't find anything about
> it.
open fish://host
You have to set up authorized_keys so that ssh does not ask for password.
--
Alexander.
--- lib/fnmatch.c 1997/03/02 21:00:00 1.1
+++ lib/fnmatch.c 2001/08/02 08:23:14 1.2
@@ -37,7 +37,7 @@
program understand `configure --with-gnu-libc' and omit the object files,
it is simpler to just do this in the source for each such file. */
-#if defined (_LIBC) || !defined (__GNU_LIBRARY__)
+#if defined (_LIBC) || !defined (__GNU_LIBRARY__) || defined(fnmatch)
# if defined (STDC_HEADERS) || !defined (isascii)