shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

252
active users

#plptools

0 posts0 participants0 posts today

#NetBSD people! I need some help. (EDIT: Answer found! Thank you, @kaveman !)

I'm trying to update the port of an old piece of software (#plptools), but I'm having issues with linking it to readline.

It's detecting libedit first, even though FSF readline is installed. The following does nothing:

CPPFLAGS="-I/usr/pkg/include/readline/" LDFLAGS="-L/usr/pkg/lib/" ./configure

Adding LIBS="-lreadline" throws an error early on in ./configure, saying that it can't find libreadline.so.8.

Do you have any advice at all?

The GitHub issue is here: github.com/plptools/plptools/i

GitHubNetBSD/FreeBSD: Can't find readline, even though it is installed · Issue #22 · plptools/plptoolsBy thelastpsion

Current main projects:

  • #plptools: Resurrecting old ports (#FreeBSD, #NetBSD) and working on a new port to #HaikuOS. It's an opportunity to get more familiar with the code and maybe find bugs along the way.

Upcoming projects:

  • #CTRAN: Still haven't started writing unit tests. Also, complete a full write-up of what it took to get the thing working.
  • Get my website running #GoHugo.
  • Rebuild of DEATH, my Microserver gen8, probably with #FreeBSD. (Yes, it's been over a year since DEATH's RAID died.)
  • Pick another SIBO SDK tool to rewrite. (Probably EMAKE or RCOMP.)
  • Add a 17V boost converter to #PsiDrive.
  • Make #fefstool create FEFS images. (I'm half-tempted to rewrite fefstool in Pascal to make it easier for me to finish.)

You'll notice that some of these projects have been sitting for a while. I've struggled to get going with things this year. I'm hoping that working though plptools will give me some mental energy to get going with other things.