* Ash Williams [2006-04-08]: > /bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g bin > 'libscim-x11utils-1.0.la' > '/usr/ports/japanese/scim/w-scim-1.4.4/fake-i386/usr/local/lib/libscim-x11utils-1.0.la' > libtool: install: warning: relinking `libscim-x11utils-1.0.la'
Your problem starts here, relinking should not be necessary. > (cd /usr/ports/japanese/scim/w-scim-1.4.4/scim-1.4.4/utils; /bin/sh > ../libtool --tag=CXX --mode=relink c++ -O2 -pipe -o > libscim-x11utils-1.0.la -rpath /usr/local/lib -version-info 9:0:1 > -export-dynamic -rpath /usr/local/lib -L/usr/local/lib -lintl > -L/usr/local/lib -liconv -L/usr/X11R6/lib -lX11 > libscim_x11utils_1_0_la-scim_x11_utils.lo ../src/libscim-1.0.la > -inst-prefix-dir /usr/ports/japanese/scim/w-scim-1.4.4/fake-i386) > c++ -shared -fPIC -DPIC > .libs/libscim_x11utils_1_0_la-scim_x11_utils.o -L/usr/local/lib > /usr/local/lib/libintl.so.3.0 /usr/local/lib/libiconv.so.4.0 > -L/usr/X11R6/lib -lX11 /usr/local/lib/libscim-1.0.so.9.0 -o > .libs/libscim-x11utils-1.0.so.9.0 > c++: /usr/local/lib/libscim-1.0.so.9.0: No such file or directory This is the result of the relink, libtool gets confused with the paths. While you are at it, get rid of libtool's -release option, in OpenBSD there's no need for version numbers in library names. Nikolay