-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael wrote:

|> Not at all a stupid question – I was going to ask the same thing (in
|> relation to the fontconfig2-dev packages). I understand that it forces
|> libraries/executables to link against a specific version of a library
|> (i.e. in the case of fontconfig2-dev) - is it possible to replicate
|> this behaviour using dynamic libraries? What are the pros/cons/issues?

When making static libraries for this kind of situation, it is probably a
good idea to nmedit them to make the symbols private external. This will
stop many multiple defitions errors/warnings. If a shared library is built
with the static one as part of the input, it would normally reexport all the
global symbols from the static lib, making the static lib's symbols private
external will stop that from happening.

Peter
- --
Peter O'Gorman - http://www.pogma.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (Darwin)

iQCVAwUBQhiE0biDAg3OZTLPAQLQ9wQArK/Lz4nad6TZ/nPmbKi6o6huoMg8P68P
rgOyph+ZHXnnOstyibejykvRyAzK6N6ux33FBtaLDM6hR9/cGpn8FSDUO6JbRc8t
wVM+3og/LLRCzBkx3d8+yzcub8o0N1sZiCfe1+SgsYxgXyqJWtDLXcSLpJpq5da7
VL4mKzNRiDk=
=k4+N
-----END PGP SIGNATURE-----


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to