Is there a CLISP port specifically for Red Hat Linux? The
standard linux-elf package won't make for me, citing a lot
of undefined references in [w]linux.o.
--d
Dorai Sitaram wrote:
>
> Is there a CLISP port specifically for Red Hat Linux? The
> standard linux-elf package won't make for me, citing a lot
> of undefined references in [w]linux.o.
>
> --d
Yes there is. I think it is at ftp.redhat.com, probably in one of the
contrib directories. It is very important to take note that the binary
packages for Red Hat 5.0 and previous versions are different; the
directory you're looking for is contrib/hurricane if you're runnig 5.0.
In article <·················@isla.net>,
Luis Casillas <·········@isla.net> wrote:
>Yes there is. I think it is at ftp.redhat.com, probably in one of the
>contrib directories. It is very important to take note that the binary
>packages for Red Hat 5.0 and previous versions are different; the
>directory you're looking for is contrib/hurricane if you're runnig 5.0.
Found it. Alas, it doesn't include the regexp package (a
big reason why I'm interested in CLISP). And, of course, my
own attempts to link in just the regexp package from the
other standard distribution fail for the same reason that
the standard distribution fails to make clisp in the first
place...
--d
Dorai Sitaram <····@bunny.gte.com> wrote:
> Found it. Alas, it doesn't include the regexp package (a
> big reason why I'm interested in CLISP). And, of course, my
> own attempts to link in just the regexp package from the
> other standard distribution fail for the same reason that
> the standard distribution fails to make clisp in the first
> place...
You can always build CLISP yourself, from the sources you find on
sunsite.unc.edu or ftp2.cons.org. In order to have the regexp package
included, all you have to do is to change the line "MODULES = ..." in
the generated Makefile.
Bruno Haible
<······@clisp.cons.org>