#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: https://github.com/plptools/plptools/issues/22#issuecomment-2954149613
#HaikuOS users with USB RS232 adapters! I need some help.
I'm trying to get an old piece of software working with Haiku that uses serial comms (see #plptools). I'm having some issues with DTR/DSR/RTS/CTS checking and setting, but it would be great if someone else can check my findings.
See this link for more information on my tests and results: https://discuss.haiku-os.org/t/porting-plptools-to-haiku/16849/7
Are you able to replicate what I'm seeing?
Current main projects:
Upcoming projects:
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.