Hi Jeff,
On Fri, Feb 17, 2012 at 1:14 PM, Jeff Squyres <[email protected]> wrote:
> Are you compiling a nightly 1.7/trunk tarball, or an SVN checkout where you
> ran autogen.pl?
I was compiling an SVN checkout.
> The 1.7 nightly tarballs are built with the latest Libtool (2.4.2). If that
> isn't doing the Right Things, that would be a bit surprising.
It really does. 1.7 nightly tarball compiles and links without any
problems. Thank you for pointing that out.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/