On Friday 19 November 2010 17:36:15 Jeff Gilchrist wrote:
> On Fri, Nov 19, 2010 at 11:56 AM, Jason <ja...@njkfrudils.plus.com> wrote:
> > To get just a static build you have to --disable-shared as well and for
> > just a shared build --disable-static as linux defaults to building both.
> > Note for cygwin/mingw* just putting --disable-static will fail as it
> > only builds static by default.So to safe and sure in all cases use
> > --enable-static --disable-shared
> > for a static only build
> > and
> > --enable-shared --disable-static
> > for a shared only build
> 
> Arg, ok, here are the new results.
> 
> PASSED
> -------------
> --enable-static --disable-shared
> --enable-shared --disable-static
> *and*
> --enable-static --disable-shared --enable-fat
> 
> FAILED
> -----------
> --enable-shared --disable-static --enable-fat
> 
> So static fat is ok, shared fat fails to make.
> 
> Jeff.

Cheers , My best guess is that this is an autotool problem. I just tried using 
the latest autotools , but it is a lot stricter than our current version , and 
I would have to do some work on our configure.in and makefile.am's before I can 
try it.

Thanks
Jason

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@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