=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- dgamelaunch-openbsd/README 2021/03/15 14:49:06 1.3 +++ dgamelaunch-openbsd/README 2021/03/16 09:49:22 1.4 @@ -38,13 +38,13 @@ When compiling for OpenBSD, ensure the adecuate enviro export CC=cc export CPATH=/usr/local/include - export LIBRARY_PATH=/usr/local/include + export LIBRARY_PATH=/usr/local/lib export AUTOMAKE_VERSION=1.15 export AUTOCONF_VERSION=2.69 Basically all you have to do is: - ./autogen.sh && make + ./autogen.sh && gmake Some options you might want give to autogen: