Jack,
Thanks for bug-hunting this one. I've CCd myself on the bug, and
will also notify mpfr upstream of the issue so they are at least aware of
it.
Fang
> David,
> I have puzzled this one out. Comparing the config.log's generated by Xcode
> 4.1's clang and
> the fink llvm29 package
David,
I have puzzled this one out. Comparing the config.log's generated by Xcode
4.1's clang and
the fink llvm29 package's clang, I see...
-checking for TLS support... no
+checking for TLS support... yes
If I simply append --disable-thread-safe to ConfigureParams in libmpfr4.info, I
am able
On Mon, Oct 10, 2011 at 11:17:27PM -0600, David Palmer wrote:
> I did a survey of compilers to see what works and what doesn't.
>
> In the .info file, I changed the ../configure line to
> ../configure %c "CC=llvm-gcc -m64" "CXX=llvm-g++ -m64"
> --libdir='${prefix}/%lib'
> etc.
>
> llvm-gcc
On Mon, Oct 10, 2011 at 11:17:27PM -0600, David Palmer wrote:
> I did a survey of compilers to see what works and what doesn't.
>
> In the .info file, I changed the ../configure line to
> ../configure %c "CC=llvm-gcc -m64" "CXX=llvm-g++ -m64"
> --libdir='${prefix}/%lib'
> etc.
>
> llvm-gcc
On Mon, Oct 10, 2011 at 01:55:18PM -0400, David Fang wrote:
> I have another report that confirms breakage against Xcode-4.2 on 10.7.
>
> http://pastebin.com/s7u3R2Wh
>
> Unfortunately, I do not have this platform yet. At this point, it might
> be best to take this issue upstream.
>
> Fang
Davi
On Mon, Oct 10, 2011 at 01:55:18PM -0400, David Fang wrote:
> I have another report that confirms breakage against Xcode-4.2 on 10.7.
>
> http://pastebin.com/s7u3R2Wh
>
> Unfortunately, I do not have this platform yet. At this point, it might
> be best to take this issue upstream.
>
> Fang
Davi
I have another report that confirms breakage against Xcode-4.2 on 10.7.
http://pastebin.com/s7u3R2Wh
Unfortunately, I do not have this platform yet. At this point, it might
be best to take this issue upstream.
Fang
> Odd, I updated libmpfr4 after Jack Howarth (CCd) tested it for me. Jack, is