On 2024-09-16, Jesse Lawton <jesselawto...@posteo.net> wrote: > Hi, I am running OpenBSD 7.5 and when I try to compile stuff this > happens: > jesse@openbsd ~/source/suckless/st % make > st build options: > Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config > line 331. > Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config > line 331.
You can try figuring out what command line it uses to run pkg-config (make -n might help) and run that yourself with --debug added to see if that gives any clues. -- Please keep replies on the mailing list.