Subject: building libtool-base under macosx
To: None <tech-pkg@netbsd.org>
From: Antoine Reilles <Antoine.Reilles@loria.fr>
List: tech-pkg
Date: 03/11/2004 19:53:41
Hi,

When trying to build libtoolbase with pkgsrc under macosx 10.3, i get :

mkdir -p -- . /Volumes/NetBSD/pkg/include
 install -c -o root -g wheel -m 444 ltdl.h /Volumes/NetBSD/pkg/include/ltdl.h
Making install in tests
install -c -o root -g wheel -m 555 /Volumes/NetBSD/pkgsrc/devel/libtool-base/work/shlibtool/libtool-1.5.2/libtool                     /Volumes/NetBSD/pkg/bin/shlibtool
sh: line 1: lib/libltdl.dylib: No such file or directory
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/libtool-base
*** Error code 1

i guess there is a problem with the magic handling of dylib

antoine