scsh-users
[Top] [All Lists]

Re: can't find libraries

To: jsc@mit.edu
Subject: Re: can't find libraries
From: Scott Draves <spot@cs.cmu.edu>
Date: Mon, 5 Jun 95 12:19 EDT
Cc: scsh-bugs@martigny.ai.mit.edu
jsc> Under scsh v0.3.1 on NeXTstep 3.1, typing ,open big-scheme fails
jsc> because it cannot find big/queues.scm in the current directory.

in the Makefile, set srcdir to an absolute path.  eg, mine reads:

...

# Documentation in files INSTALL and doc/install.txt

srcdir = /usr/src/scsh-0.3
CC = gcc
DEFS = -DHAVE_CONFIG_H
LIBS =  -lm
...

<Prev in Thread] Current Thread [Next in Thread>