There doesn't seem to be an easy way to this.

I can do another hack for OSX , but then we will need another hack for cygwin, 
and for each system which names it libraries differently, and looking at 
libtool there are quite a few.
 
The libtool --mode=install    option doesn't have a option for renaming :(

Want I've done is to duplicate the the definitions,dependences of libmpir to 
another library libgmp . This seems to work. And it's only 19 extra lines in 
Makefile.am , and we can remove the previous hack which was 21 lines.

I've svn'ed into mpir-1.0.0 branch



On Sunday 05 April 2009 23:20:05 mabshoff wrote:
> On Apr 5, 2:46 pm, Jason Moxham <ja...@njkfrudils.plus.com> wrote:
> > Varro on Skynet is Darwin , so perhaps I can test it , if I can get past
> > the make install needing root access . I remember reading somewhere that
> > you can set the install path .
>
> Use --prefix to do that.
>
> The names on OSX in general need to be dylib, i.e.
>
>   libgmp.dylib -> libmpir.dylib
>
> and analog for all the other files. I am not 100% what the current
> Cygwin output for dynamic libs is, but I think it is *.dll.a, but I
> can tell you in a couple hours. The OSX issue is a showstopper for
> Sage while Cygwin could wait for a later service release for example.
>
> Cheers,
>
> Michael
> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to