On Thursday 02 April 2009 02:38:13 Jason Moxham wrote:
> On Thursday 02 April 2009 02:18:18 mabshoff wrote:
> > Hi,
> >
> > the first buglet while testing with Sage is the following: We are
> > building MPIR with
> >
> >   --enable-gmplink --enable-shared --disable-static --enable-cxx
> >
> > After make install there are two dead links for the static libs, i.e.
> >
> > libgmp.a -> libmpir.a
> > libgmpxx.a -> libmpirxx.a
> >
> > These are causing touble when the linker picks up libgmp.a.
>
> I was aware of this , I didn't think dead links would be a problem.
> Fix is easy
>

 Confirming ?

the *.so are only needed for shared
the *.a are only needed for static
the *.la are only needed for static

the xx is obvious


Thanks 
Jason


> Jason
>
> > Otherwise tonight should finally be the big test run on various
> > platforms Sage supports, so expect some more feedback in the next 24
> > hours.
> >
> > 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