Anyone have any experience with pthread_create? I do have libpthread-stubs installed.
ps.o sprintflst.o -Wl,--export-dynamic ../src/.libs/libhamlib.so ../lib/.libs/libmisc.a -ldl -lm
rigctld.o: In function `main':
rigctld.c:(.text+0xb25): undefined reference to `pthread_create'
collect2: ld returned 1 exit status
make[1]: *** [rigctld] Error 1
make[1]: Leaving directory `/home/joe/src/rpm/BUILD/hamlib-1.2.8/tests'
It's in the tests, so it seems it builds but fails a test. I found it in rigctld.c and in rigctld.o but haven't overcome the problem. I could disable the test, but that would probably be counterproductive.
Oh wow, I think I have just walked through the door to the dependency nightmare I've always heard about, but never truly experienced, until today. No, pthread is not a dependency, but thinking if I update that, I might overcome the error. What a maze that place is.
Jahshaka is on the back burner for now. Weekends only, due to other apparent unresolvable issues related to the deps.