Re: [arm-gnu] Shared library without dependencies
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] Shared library without dependencies



On Sun, May 16, 2010 at 04:35:45PM +0200, Bernd Clausen wrote:
> Hi,
> 
> Hopefully someone can help me. This is very frustrating.
> 
> I want to compile a shared library without any dependencies for Android (math lib und stdlib should be statically link).

You can't do that; don't try to mix -static and -shared, or you'll run
into a lot of problems (including this one).  Point the application at
its own copies of the runtime libraries instead, if you can.

-- 
Daniel Jacobowitz
CodeSourcery