79417208

Date: 2025-02-06 08:35:41
Score: 0.5
Natty:
Report link

Got it working at last. I had to specify library path through CFLAGS ... I had previously no experience with commandline building, so this was like exploration of the new world for me.

sudo ./configure CFLAGS="-I/opt/homebrew/include -L/opt/homebrew/lib"

sudo make CFLAGS="-I/opt/homebrew/include -L/opt/homebrew/lib"
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kaven