gmp question

Gabriel Risterucci cleyfaye at gmail.com
Mon Jul 9 20:16:36 CEST 2012


You could simply try to build a static version of GMP and link it to your
native code, since for this specific target having the shared library
doesn't mean much.

-- 
Cley Faye
http://cleyfaye.net


2012/7/9 leonel hernandez <leonelhs at gmail.com>

> Hello, here is the thing, I'm using lib gmp5.0.5  for compile giac/xcas and
> port to arm android, and it compiles well, the problems is this, dlopen
> allways search libgmp.so.10   and its ok if you deploy the lib manually to
> the android file system, but this way is  useless in a production device
> because the pakage only admit libs whit extension .so not so.10, my
> question is how can I compile gmp in order to ld links whit the file lib
> name libgmp.so not libgmp.so.10?
>
> Leonel Hernández.
> best regards.
> _______________________________________________
> gmp-discuss mailing list
> gmp-discuss at gmplib.org
> https://gmplib.org/mailman/listinfo/gmp-discuss
>


More information about the gmp-discuss mailing list