Bug#462087: clisp-dev: Includes unnecessary library references

2008-07-20 Thread Sam Steingold
> * Luca Capello <[EMAIL PROTECTED]> [2008-07-20 21:48:29 +0200]: > > On Tue, 15 Jul 2008 15:54:13 +0200, Sam Steingold wrote: >> $ grep X_PRE_ config.log >> X_PRE_LIBS=' -lSM -lICE' >> >> X_PRE_LIBS is set by the standard autoconf macro AC_PATH_XTRA, >> invoked by modules/clx/new-clx/configure >>

Bug#462087: clisp-dev: Includes unnecessary library references

2008-07-20 Thread Luca Capello
tags 462087 + pending thanks Hi Sam! Cc:ing the CLISP-devel upstream mailing list since this "bug" was also discussed there [1]. Please reply at least to the Debian BTS! On Tue, 15 Jul 2008 15:54:13 +0200, Sam Steingold wrote: > $ grep X_PRE_ config.log > X_PRE_LIBS=' -lSM -lICE' > > X_PRE_LIBS

Bug#462087: clisp-dev: Includes unnecessary library references

2008-07-15 Thread Sam Steingold
$ grep X_PRE_ config.log X_PRE_LIBS=' -lSM -lICE' X_PRE_LIBS is set by the standard autoconf macro AC_PATH_XTRA, invoked by modules/clx/new-clx/configure if you want, you can try to replace AC_PATH_XTRA with AC_PATH_X, regenerate configures &c and see if it still works. -- To UNSUBSCRIBE,

Bug#462087: clisp-dev: Includes unnecessary library references

2008-07-15 Thread Luca Capello
tags 462087 + help thanks Hi Jörg! On Tue, 22 Jan 2008 14:01:43 +0100, Jörg Sommer wrote: > clisp-link includes the option -lSM and -lICE in a linking call, but > dpkg-shlibdeps complains that the binary uses no symbols from this > libraries. I tried to remove both options in > /usr/lib/clisp-2.4

Bug#462087: clisp-dev: Includes unnecessary library references

2008-01-22 Thread Jörg Sommer
Package: clisp-dev Version: 1:2.43-1 Severity: normal Hi, clisp-link includes the option -lSM and -lICE in a linking call, but dpkg-shlibdeps complains that the binary uses no symbols from this libraries. I tried to remove both options in /usr/lib/clisp-2.43/full/makevars and everything goes fine