This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Geoffrey Keating wrote:
OK, I agree: a native compiler, with no special options, isn't too hard. I don't think typing that sequence twice would be too hard either, though. :-)For something that's not too hard, it's sure causing me a lot of trouble...
But, the trouble you're having is not because you have to build an external library; it's because the external library you're building doesn't work on your system, or, at least, doesn't work with obvious default build options.
Maybe you have an old version of gmp in your default linker search path causing bad things to happen....
work around this by setting RANLIB="ranlib -c", so that the calling_convention_* symbols get put in the archive table of contents so that the Darwin linker loads the archive member on- demand from libtests.a
FAIL: gcc.dg/torture/builtin-sin-mpfr-1.c -O0 (test for excess errors)
So, we should fix the external library, or, in the worst case, declare that external library beyond salvage.
In contrast, as I understand it, Ian's perturbed about the idea of having an external library at all.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |