Calendar
October 2024 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Category Archives: Uncategorized
WSL2 Berkeley DB g++ undefined reference to Db::open(DbTxn*, char const*, char const*, DBTYPE, unsigned int, int)
So, I’m trying to use Berkeley DB under WSL with g++ [11.1.0], and while trying to bind a test application I’m plagued with: $ g++ -g -std=c++20 -I /usr/local/BerkeleyDB.18.1/include -L /usr/local/BerkeleyDB.18.1/lib/ -l db_cxx test.cpp /usr/bin/ld: test.o: in function `main’: /home/codefool/work/chessgen/db/test.cpp:10: … Continue reading
Posted in Uncategorized
Leave a comment
Site Back Up – Wiki Will Take a Little Longer
Site has been down for a while. My web-host was bought (again) by some Vancouver-based people who raised my hosting fees from $30/year to $30/month, stopped taking PayPal, and then were surprised when I wouldn’t update my payment method. C’est … Continue reading
Posted in Uncategorized
Leave a comment