guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error when compiling file using Bigloo Scheme


From: Sam Lee
Subject: Re: Error when compiling file using Bigloo Scheme
Date: Fri, 8 Jul 2022 15:42:49 +0000

On 2022-07-08 16:25 +0200, zimoun wrote:
> On jeu., 07 juil. 2022 at 15:56, Sam Lee <samlee746@yahoo.com> wrote:
> 
> >     $ bigloo myfile.scm
> >     /usr/bin/ld: cannot find -lunistring
> >     collect2: error: ld returned 1 exit status
> 
> Indeed, bigloo requires some packages.  This works for me:
> 
> --8<---------------cut here---------------start------------->8---
> $ guix shell -C bigloo libunistring gcc-toolchain libgc pcre \
>      -- bigloo /tmp/myfile.scm
> --8<---------------cut here---------------end--------------->8---

Thank you for providing a workaround.

When I install Bigloo using Guix, shouldn't all of Bigloo's dependencies
be installed by Guix? Why do I need to manually install additional
packages? Is there something wrong with Bigloo's package definition in
Guix?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]