=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/README,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- dgamelaunch-openbsd/README 2021/03/15 14:49:06 1.3 +++ dgamelaunch-openbsd/README 2021/03/25 21:01:26 1.5 @@ -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: @@ -254,3 +254,4 @@ ERROR CODES 202 purge_stale_locks(): could not read inprogress-file 203 purge_stale_locks(): could not get inprogress-file contents 300 crypt_newhash(): failed to save password hash to allocated memory + 301 pledge(): failed to leverage OpenBSD's pledge()