JP Rosevear wrote: >On Wed, 2002-04-03 at 14:37, Stefan van der Eijk wrote: > >>I'm trying to build a package out of the 0.10.99 pilot-link software, >>and some things aren't working (ietf2datebook, sync-plan and >>pilot-undelete aren't being compiled). A closer look revealed: >> >>gcc -shared address.lo appInfo.lo datebook.lo dlp.lo iambicExpense.lo >>memo.lo todo.lo -L/usr/lib -lpisock -Wl,-soname -Wl,libpisock++.so.0 >>-o .libs/libpisock++.so.0.0.0 >>/usr/bin/ld: cannot find -lpisock >>collect2: ld returned 1 exit status >>libtool: install: error: relink `libpisock++.la' with the above command >>before installing it >>libtool: install: warning: remember to run `libtool --finish /usr/lib' >> >>I then tool a look in >>/home/stefan/RPM/BUILD/pilot-link-0.10.99/libpisock++/.libs/ and found >>the following: >> >>$ ls -l >>total 256 >>-rw-r--r-- 1 stefan stefan 63872 Apr 3 21:21 libpisock++.a >>lrwxrwxrwx 1 stefan stefan 17 Apr 3 21:21 libpisock++.la >>-> ../libpisock++.la >>-rw-r--r-- 1 stefan stefan 750 Apr 3 21:21 libpisock++.lai >>lrwxrwxrwx 1 stefan stefan 20 Apr 3 21:21 libpisock++.so >>-> libpisock++.so.0.0.0 >>lrwxrwxrwx 1 stefan stefan 20 Apr 3 21:21 libpisock++.so.0 >>-> libpisock++.so.0.0.0 >>-rwxr-xr-x 1 stefan stefan 183412 Apr 3 21:21 >>libpisock++.so.0.0.0U* >> >>I'm not sure what "libpisock++.lai" and "libpisock++.so.0.0.0U " are >>doing there, and the symlinks to "libpisock++.so.0.0.0" are dead and >>probably what's causing the error above. Any idea's? >> > >What platform/compiler is this? > Mandrake cooker distro.
$ uname -a Linux bi.mandrakesoft.com 2.4.16-6mdksmp #1 SMP Sat Dec 8 04:02:48 CET 2001 i686 unknown [stefan@bi libpisock++]$ gcc -v Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs gcc version 2.96 20000731 (Mandrake Linux 8.3 2.96-0.78mdk) Stefan
