Kurt, That did the trick! Thanks. It's kind of disappointing that QuickLisp doesn't do a better job of informing about missing dependencies. I wonder why one needs the -dev version?
Oh well. Bill. On 25 October 2015 at 18:16, Kurt Pagani <[email protected]> wrote: > Hello Bill > > I got the same error once; after > > sudo apt-get install libgsl0-dev > > it works fine. > > Kurt > > It might also be a path problem (not very probable): > http://stackoverflow.com/questions/28692610/install-gsll-on-sbcl-with-quicklisp > > > Am 25.10.2015 um 04:26 schrieb Bill Page: >> Alasdair, >> >> Have you been successful running the example below using SBCL? In my >> case I get an error during quickload: >> >> [package osicat].................................. >> [package gsll].; >> ; caught ERROR: >> ; READ error during COMPILE-FILE: >> ; >> ; end of file on #<SB-IMPL::STRING-INPUT-STREAM {100AF084C3}> >> ; >> ; (in form starting at line: 68, column: 0, position: 2729) >> >> -- >> >> My SuSE Linux SLES 11/SP3 installation is now a bit old and before >> getting even this far I first had to recompile libffi from source. >> Maybe something else is wrong but I am wondering if this works with >> SBCL/ >> >> Thanks. >> >> Bill Page. >> >> >> On 23 October 2015 at 05:34, Alasdair McAndrew <[email protected]> wrote: >>> >>> Well, I was just experimenting with one of the numerical integration >>> routines from GSLL, the Lisp wrapper library for GSL: Gnu Scientific >>> Laboratory. In plain lisp, I can, for example enter: >>> >>> *(ql:quickload "gsll") >>> *(gsll:integration-qng (lambda (x) (exp (- (* x x)))) 0.0 1.0) >>> >>> which produces >>> >>> 0.7468241328124271 >>> 8.291413475940725e-15 >>> 21 >>> >>> Here I'm using the SLIME Emacs mode, and quicklisp to manage the Lisp >>> libraries. >> > > -- > You received this message because you are subscribed to the Google Groups > "FriCAS - computer algebra system" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/fricas-devel. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
