Bug#167604: debian-policy: provides the exception of static libraries.

2002-11-23 Thread Bill Allombert
On Sat, Nov 23, 2002 at 12:11:30AM +0900, Akira TAGOH wrote: > > On Thu, 21 Nov 2002 11:30:18 +0100, > > "BA" == Bill Allombert <[EMAIL PROTECTED]> wrote: > > So if -static issue is described in README.Debian or > similar, and provides a solution for using static libraries, > then even if

Bug#167604: debian-policy: provides the exception of static libraries.

2002-11-23 Thread Akira TAGOH
> On Thu, 21 Nov 2002 11:30:18 +0100, > "BA" == Bill Allombert <[EMAIL PROTECTED]> wrote: BA> Thanks for this explanation. So you cannot link programs using dlopen() fully BA> static (because they will loose the PLT), but you can still link them partially BA> static with a static library

Bug#167604: debian-policy: provides the exception of static libraries.

2002-11-21 Thread Bill Allombert
On Thu, Nov 21, 2002 at 02:10:33PM +0900, Akira TAGOH wrote: > > On Tue, 19 Nov 2002 16:55:54 +0100, > > "BA" == Bill Allombert <[EMAIL PROTECTED]> wrote: > > BA> Anyway, if it is a bug in dlopen() or in some Makefile, then it is not a > bug > BA> in policy. > > it seems that it's ELF sp

Bug#167604: debian-policy: provides the exception of static libraries.

2002-11-20 Thread Akira TAGOH
> On Tue, 19 Nov 2002 16:55:54 +0100, > "BA" == Bill Allombert <[EMAIL PROTECTED]> wrote: BA> Anyway, if it is a bug in dlopen() or in some Makefile, then it is not a bug BA> in policy. it seems that it's ELF spec by rights. basically dynamic-linked programs/libraries has Procedure Linkag

Bug#167604: debian-policy: provides the exception of static libraries.

2002-11-19 Thread Bill Allombert
On Sat, Nov 16, 2002 at 12:34:43AM +0900, Akira TAGOH wrote: > > On Fri, 15 Nov 2002 13:27:49 +0100, > > "BA" == Bill Allombert <[EMAIL PROTECTED]> wrote: > > BA> You need to link your executable binary with -export-dynamic: > BA> man ld: > BA>-export-dynamic > BA> Wh

Bug#167604: debian-policy: provides the exception of static libraries.

2002-11-17 Thread Akira TAGOH
> On Sun, 17 Nov 2002 05:32:04 +, > "AS" == Andrew Suffield <[EMAIL PROTECTED]> wrote: AS> You need the following patch to Makefile to fix this: AS> --- Makefile~ 2002-11-17 05:26:45.0 + AS> +++ Makefile2002-11-17 05:31:02.0 + AS> @@ -22,7 +22,7 @@

Bug#167604: debian-policy: provides the exception of static libraries.

2002-11-16 Thread Andrew Suffield
On Sat, Nov 16, 2002 at 12:34:43AM +0900, Akira TAGOH wrote: > > On Fri, 15 Nov 2002 13:27:49 +0100, > > "BA" == Bill Allombert <[EMAIL PROTECTED]> wrote: > > >> Subject: debian-policy: provides the exception of static libraries. > >> In Libraries section, > >> > >> In general, libraries

Bug#167604: debian-policy: provides the exception of static libraries.

2002-11-15 Thread Akira TAGOH
> On Fri, 15 Nov 2002 13:27:49 +0100, > "BA" == Bill Allombert <[EMAIL PROTECTED]> wrote: >> Subject: debian-policy: provides the exception of static libraries. >> In Libraries section, >> >> In general, libraries must have a shared version in the >> library package and a static version i

Bug#167604: debian-policy: provides the exception of static libraries.

2002-11-15 Thread Bill Allombert
> Subject: debian-policy: provides the exception of static libraries. > In Libraries section, > > In general, libraries must have a shared version in the > library package and a static version in the development > package. > > But, if libraries uses dlopen(3) internally, then some > program

Bug#167604: debian-policy: provides the exception of static libraries.

2002-11-03 Thread Akira TAGOH
Package: debian-policy Version: 3.5.7.1 Severity: normal In Libraries section, In general, libraries must have a shared version in the library package and a static version in the development package. But, if libraries uses dlopen(3) internally, then some programs links the static version,