Re: Seeking feedback for nng egg

2021-10-14 Thread Zbigniew Szadkowski
Is nng compiled as a shared library? Because it looks like it’s linking against an archive file. > On Oct 14, 2021, at 20:49, Matt Welland wrote: > >  > I added "-C" "-fPIC" and get this: > > matt@mars:~/src/chicken-nng$ ck5 chicken-install -s > building nng >

Re: Seeking feedback for nng egg

2021-10-14 Thread Matt Welland
I added "-C" "-fPIC" and get this: matt@mars:~/src/chicken-nng$ ck5 chicken-install -s building nng /home/matt/data/buildall/ck5.2/bin/csc -host -D compiling-extension -J -s -regenerate-import-libraries -setup-mode -I /home/matt/src/chicken-nng -C -I/home/matt/src/chicken-nng -C -fPIC -L -lnng

Re: Installing srfi-29 when .../share is read-only

2021-10-14 Thread Norman Gray
Greetings, On 14 Oct 2021, at 13:21, Norman Gray wrote: I'm trying to install srfi-29 using the Chicken installed as part of Nixpkgs. I had a conversation about this off-list, with Kon Lovett (to whom, many thanks). It does appear to be a bug, and I've submitted

Installing srfi-29 when .../share is read-only

2021-10-14 Thread Norman Gray
Greetings. I'm trying to install srfi-29 using the Chicken installed as part of Nixpkgs. Since .../share is expected to be read-only in this context, I've defined a separate repository for eggs to be installed in: