Works on FreeBSD too, if I make this change:

$ git diff | cat
diff --git a/sdl/findlib.l b/sdl/findlib.l
index 20371af..f532cb8 100644
--- a/sdl/findlib.l
+++ b/sdl/findlib.l
@@ -5,7 +5,7 @@

 (de findlib (Lib)
    (let Matches
-      (in '(ldconfig "-p")
+      (in '(ldconfig "-r")
          (filter
             '((F) (sub? Lib F))
             (make (while (line T) (link @))) ) )

Thanks!  (I just found out that I'm terrible at pong :)

Best, Rick

On Fri, 15 Mar 2019 18:58 -04:00, alfonso.vil...@gmail.com wrote:
> Hello,
> 
> I want to share with you my progresses on the following Bitbucket
> repository:
> 
> https://bitbucket.org/alfonsovillen/picolispffi/src/master/
> 
> I would be thankful if someone could take some time to try the demos
> and tell me whether they run well.
> 
> Best regards,
> Alfonso Villén

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to