Bug#412103: libcln-dev: missing dependency on libgmp3-dev

2007-02-23 Thread Richard B. Kreckel
Hi Alexei! Alexei Sheplyakov wrote: I think libcln-dev should depend on libgmp3-dev, since the static library (libcln.a) is useless without GMP static library (libgmp.a). I don't think so. $ g++ -O e.cc -o e /usr/lib/libcln.a -lgmp $ ldd e libgmp.so.3 => /usr/lib/libgmp.so.3 (0xb7f

Bug#412103: libcln-dev: missing dependency on libgmp3-dev

2007-02-23 Thread Alexei Sheplyakov
Package: libcln-dev Version: 1.1.13-2 Severity: normal Hello! I think libcln-dev should depend on libgmp3-dev, since the static library (libcln.a) is useless without GMP static library (libgmp.a). On the other hand, libgmp3-dev is not necessary for dynamic linking (because CLN does not re-export