Changes between Initial Version and Version 11 of Ticket #70
- Timestamp:
- 09/16/09 13:33:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70
- Property Component changed from to --
- Property Summary changed from Build shared libraries for lib{athdir,dsk,gms,locker,moira,usp,Xj} to Build shared libraries for lib{athdir,dsk,gms,usp,Xj}
- Property Priority changed from major to low
-
Ticket #70 – Description
initial v11 1 The sevenlibraries we package for Debathena are currently only available as static libraries. This causes two problems. First, changing the libraries requires recompiling any binaries that use them. Second, [http://www.debian.org/doc/debian-policy/ch-files.html Debian policy] requires shared libraries to be compiled with -fPIC and static libraries without; that means that static libraries may not be linked into shared libraries, and indeed this causes problems on some architectures (at least amd64).1 Five of the libraries we package for Debathena are currently only available as static libraries. This causes two problems. First, changing the libraries requires recompiling any binaries that use them. Second, [http://www.debian.org/doc/debian-policy/ch-files.html Debian policy] requires shared libraries to be compiled with -fPIC and static libraries without; that means that static libraries may not be linked into shared libraries, and indeed this causes problems on some architectures (at least amd64). 2 2