WladimirBec
WladimirBec
Not sure if this is a good thing, asprintf will allocate some heap memory uselessly here, where the snprintf wouldn't. Also your code is probably wrong: ```c strncpy(path, buf, sizeof(s.sun_path-1));...
> If you do a `make` before a `make shared`, what happens? ``` tmp tar xvf v2.4.0.tar.gz >/dev/null tmp cd concord-2.4.0/ concord-2.4.0 make CFLAGS="-I $PWD/core" make[1]: Entering directory '/tmp/concord-2.4.0/core' gcc...
> Do a make clean, enter the gencodecs directory, invoke make, go up a dir, and re-invoke make; let me know how that works out ``` tmp tar xvf v2.4.0.tar.gz...
> I think I've completely lost the plot here... > > 1. What is Void Linux doing that every other Linux image I've tried seemingly does not do (with regards...
> [@WladimirBec](https://github.com/WladimirBec) I've personally just tested compiling concord from inside a Void Linux container on a Debian host and it worked for me (specifically `6.12.57+deb13-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.57-1...