Coda File System

Re: Q compiling on slackware

From: <jaharkes_at_cs.cmu.edu>
Date: Wed, 19 Aug 1998 12:00:11 -0400
> ar rv /soft/lib/readline.a 
> ar: /soft/lib/readline.a: Permission denied
> make[2]: *** [/soft/lib/readline.a] Error 1

But that's not libreadline.a, it looks like you've changed the definition for 
LIBREADLINE in configs/Makeconf.linux to /soft/lib/readline.a while it should 
be /soft/lib/libreadline.a

As there probably is no readline.a, the Makefile tries to `create' one,
and the %.a rule in configs/Makerules triggers make into believing it
actually is capable of creating the missing archive.

Succes,
	Jan Harkes <jaharkes_at_cs.cmu.edu>
Received on 1998-08-19 12:01:20