From 337b62a5605f3ff2a06a037f7dea152fdf12f8d3 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sat, 26 Jan 2002 20:49:34 +0000 Subject: [PATCH] Added details about NetBSD linking problem. Henning Meier-Geinitz --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index defc0866b..fa7b0001e 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -TODO (2002-01-25) +TODO (2002-01-26) ******** todo ******** @@ -150,7 +150,7 @@ platform-specific * Add support for semaphores also for OS/2 (currently used in snapscan). * Fix shared lib problem with NetBSD. Starting scanimage results in: - "Cannot open "../backend/.libs/libsane.so". + "Cannot open "../backend/.libs/libsane.so". However, scanadf works. * Shared libs work with OpenBSD. However, they are named libsane.so.1.6 instead of 1.0.6. Is this correct?