Hello Adam,
* Adam Nielsen wrote on Wed, Jan 21, 2009 at 12:32:57PM CET:
> x86_64-pc-linux-gnu/bin/ld:
> .../lib64/libboost_system-mt-1_37.a(error_code.o): relocation
> R_X86_64_32S against `a local symbol' can not be used when making a
> shared object; recompile with -fPIC
> .../lib64/libboos
Hi!
For some years now, I've been working on and off on adding MSVC
support w/o wrapper scripts to libtool (see the pr-msvc-support
branch in libtool git) and have run into an issue that has been
brought up here before.
http://lists.gnu.org/archive/html/automake/2007-06/msg00083.html
I was tryi
Hi all,
I've decided to bite the bullet and finally learn how to use autoconf, and so
far I seem to be doing okay except for the final step in the build process.
I'm trying to create a shared library, and some code in the library uses
Boost. Since users of my library do not have to use Boost