From memory, the three missing libraries are part of GWorkspace, so you probably forgot to rebuild/install it.
I don't know why the particular libcurl versions are causing a problem; perhaps the wrong versions or perhaps they are just installed in a way that the configure script doesn't properly detect. > > On 10 Sept 2025 at 13:50, Patrick Cardona <[email protected]> wrote: > > > Hi richard, > > Thank you for the hack. Below my detailed answer after several tests. > > On 2025-09-09 18:18:58 +0200 richard <[email protected]> > wrote: > > > > > > > I think I found a change in the configure script, which could have > > caused > > this (though I think it should also have produced a warning message > > when you > > configured the base library). > > > > Please try updating from the git repository to see if the change I > > just > > pushed has corrected that. > > > > Basically, if configure can't find libcurl it should now disable the > > build of > > NSURLSession (which depends on it). > > > > > 1) First, I tried a new build after the pull. Nothing changed. > > 2) Then, I looked for the dependencies and I removed two dev libs > recomended by freedesktop.org: > - libcurl4-openssl-dev > - libcurl4-gnutls-dev > New pull. > This try was successfull about building the GNUstep Core Libs (no more > errors in the logs). > > 3) So I tried to build all the frameworks and the apps needed for my > project. > But GWorkspace, SimpleAgenda... all were exiting with a SIGSEGV. > > Looking for new errors in the relevant logs, I found a new error > 'linking framework MDKit': > and this 'ld.lld: error: unable to find library..." > These libs are: > - lFSNode > - lDBKit > - lMDKit > > Patrick > > > > > > -- > Patrick Cardona - Pi400 - GNU/Linux (Debian 12 aarch64: RPI OS Lite) > Xorg (1:1.7.1-1.2) - libcairo2 (1.16.0-7+rpt1 arm64) > Window Maker (0.96.0) - GWorkspace (1.1.0 - 02 2025) - Theme: PiSiN - > MUA: GNUMail (1.4.0) > >
