[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: shared library, symbols names and Linux distributions
- From: Coroutines <coroutines@...>
- Date: Sun, 6 Jul 2014 07:10:32 -0700
Currently shared libraries aren't done because (as I understand it)
it's tricky to build a shared library for each platform -- and libtool
is a dependency PUC-Rio doesn't want for its complexity. If one were
to make a shared library target for Linux, this is how one might do
symbol versioning like glibc: http://www.trevorpounds.com/blog/?p=33