>
> > emacs --eval (setq singular-emacs-home-directory
> > "/opt/Singular/2-0-3/emacs") --no-init-file --l
> > /opt/Singular/2-0-3/emacs/.emacs-singular --eval
> > (singular-other "/opt/Singular/2-0-3/ix86-Linux/Singular"
> > "/home/" (list ) "singular")
>
> Thanks. I was able to use the following script (not
thoroughly tested yet) as the ESingular program in Mac OS X.
>
> #! /bin/sh
> /Applications/Emacs.app/Contents/MacOS/Emacs --eval (setq
singular-emacs-home-directory "/sw/Singular/2-0-3/emacs")
--no-init-file -l /sw/Singular/2-0-3/emacs/.emacs-singular
--eval (singular-other
"/sw/Singular/2-0-3/PowerMacintosh-darwin/Singular"
"/users/" (list ) "singular")
>
> Curiously, it seems I have to hit return once (in the
Terminal window) before the ESingular window becomes
responsive to mouse clicks.
>
> Of course, /Applications/... is my Carbon Emacs 21.1.30.3
application (from porkrind.org), and I installed Singular in
/sw (I use Fink) to try to get it to look for its libraries
there (no luck). Symlinks from /usr/local/lib worked,
though.
>
Sorry, I didn't realize I was supposed to do manual line
wrapping. Also this forum appears to eat single quotes.
Both of the arguments to --eval should have single quotes
around them.
P.S. Is there any way to tell Singular to look elsewhere
(i.e., not in /usr/local/lib) for libgmp and libreadline or
are symlinks the only solution?Mac OS X doesn't have an ldd command so I can't check how
the libraries were compiled in.
email:
jdalbec@cboss.comPosted in old Singular Forum on: 2002-06-26 05:38:59+02