From d0c85e36e4de67af628d54e9ab577cc3fad7796a Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Thu, 3 Jul 2025 07:27:52 +0000 Subject: add deepseek and gemma results --- results/classifier/gemma3:12b/debug/2144 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 results/classifier/gemma3:12b/debug/2144 (limited to 'results/classifier/gemma3:12b/debug/2144') diff --git a/results/classifier/gemma3:12b/debug/2144 b/results/classifier/gemma3:12b/debug/2144 new file mode 100644 index 00000000..21eeaa1a --- /dev/null +++ b/results/classifier/gemma3:12b/debug/2144 @@ -0,0 +1,23 @@ + +macOS build fails when using --enable-debug +Description of problem: +the build fails because a symbol can't be found: + +``` +ld: Undefined symbols: + _lasi_82596_init, referenced from: + _machine_HP_common_init_tail in hw_hppa_machine.c.o +``` +Steps to reproduce: +1. on macOS 14.3 in build folder +2. ../configure --enable-debug +3. make -j12 +Additional information: +the default build with + +``` +../configure +make -j12 +``` + +succeeds normally. -- cgit 1.4.1