Re: [fpc-pascal] FPC static linking of zlib

2010-04-13 Thread Matthias Klumpp
On Tue, 13 Apr 2010 22:45:26 +0200 (CEST), Michael Van Canneyt wrote: > [...] > > As you can see, it uses libz (or zlib) but dynamically, probably through > some library dependency. > > So I have no idea why they think it is linked statically. I searched the > sources, but found > no direct depe

Re: [fpc-pascal] FPC static linking of zlib

2010-04-13 Thread Vincent Snijders
Matthias Klumpp schreef: I'm not sure if some version of zlib was translated to pascal; therefore having the same security issues, or if it was written from scratch, so that it won't have those security issues? Not sure... I should say that WinFF and easyMp3Gain do not use any ZLib function, so

Re: [fpc-pascal] FPC static linking of zlib

2010-04-13 Thread Michael Van Canneyt
On Tue, 13 Apr 2010, Matthias Klumpp wrote: On Tue, 13 Apr 2010 22:00:58 +0200, Micha Nelissen wrote: Matthias Klumpp wrote: If you build the package using lazbuild, lintian (the Debian policy checker tool) throws an error described here: http://lintian.debian.org/tags/embedded-zlib.html

Re: [fpc-pascal] FPC static linking of zlib

2010-04-13 Thread Matthias Klumpp
On Tue, 13 Apr 2010 22:00:58 +0200, Micha Nelissen wrote: > Matthias Klumpp wrote: >> If you build the package using lazbuild, lintian (the Debian policy >> checker >> tool) throws an error described here: >> http://lintian.debian.org/tags/embedded-zlib.html > > paszlib is a pascal implementatio

Re: [fpc-pascal] FPC static linking of zlib

2010-04-13 Thread Micha Nelissen
Matthias Klumpp wrote: If you build the package using lazbuild, lintian (the Debian policy checker tool) throws an error described here: http://lintian.debian.org/tags/embedded-zlib.html paszlib is a pascal implementation of compression. How is that check performed? Maybe it triggers on some

Re: [fpc-pascal] FPC static linking of zlib

2010-04-13 Thread Matthias Klumpp
> This bug report does not make any sense. > > 1. FPC does link executables to dynamic libraries if you ask it to. > I do it every day. It does - but zlib is included. > 2. zlib is linked dynamically if you ask it to be. If the zlib unit is > used, > then zlib is linked dynamically. If t

Re: [fpc-pascal] FPC static linking of zlib

2010-04-13 Thread Michael Van Canneyt
On Tue, 13 Apr 2010, Matthias Klumpp wrote: Hello! Some time ago, bug #472304 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472304) was filed against Debian, cause FPC does not link executables dynamically. This bug should have been fixed with FPC 2.4.0 FPC does link executables dynamica

[fpc-pascal] FPC static linking of zlib

2010-04-13 Thread Matthias Klumpp
Hello! Some time ago, bug #472304 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472304) was filed against Debian, cause FPC does not link executables dynamically. This bug should have been fixed with FPC 2.4.0 Unfortunately, the binaries generated by FPC 2.4.0 on Debian seem to link zlib static