Help with Interix
"Brian D. Carlstrom" <[email protected]>
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
Ivan Shvedunov writes: > So I've downloaded it, installed automake, autoconf and m4. > ./autogen.sh didn't work - it complained about > ./build/filenames.make. I've copied this and other missing files, > including some scheme48 image etc. from 0.6.6 tarball - everything > compiled OK. I did work on Interix but I had a shared build tree with a working cygwin so I never had to run ./autogen.sh, automake, autoconf under Interix. > I've did make install, but it didn't install > image files into /usr/local/lib/scsh and .scm files into > /usr/local/lib/scsh/scsh, so scsh starts, but works as plain Scheme - > i.e. it doesn't understand things like (run (ls)). I've tried copying > .scms, but it didn't help... This part of the makefile is basic "sh" stuff. I'm surprised it wouldn't work. I would run "make install" and review the commands to make sure they make sense, perhaps with "make -n install" > P.S. Please excuse my poor english. no problems there! -bri