Summary: | Does not compile with the Intel compiler | ||
---|---|---|---|
Product: | cairo | Reporter: | Kjartan Maraas <kmaraas> |
Component: | general | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED NOTOURBUG | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | high | ||
Version: | 1.0.3 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Kjartan Maraas
2005-10-11 03:49:07 UTC
Found a similar error message for netbsd with a patch to fix it there. Not sure if this helps much though: Wolfgang Rupprecht <wolfgang@wsrcc.com> writes: > /tmp/ccpXkWsJ.s:171: Error: Symbol definition loop encountered at llabs Oops; fixed in src/lib/libc/arch/i386/stdlib/llabs.S rev. 1.3. The diff is: diff -u -p -r1.2 -r1.3 --- src/lib/libc/arch/i386/stdlib/llabs.S 2001/05/29 13:03:01 1.2 +++ src/lib/libc/arch/i386/stdlib/llabs.S 2001/05/29 23:59:19 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: llabs.S,v 1.2 2001/05/29 13:03:01 kleink Exp $ */ +/* $NetBSD: llabs.S,v 1.3 2001/05/29 23:59:19 kleink Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -40,17 +40,17 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: llabs.S,v 1.2 2001/05/29 13:03:01 kleink Exp $") + RCSID("$NetBSD: llabs.S,v 1.3 2001/05/29 23:59:19 kleink Exp $") #endif #ifdef WEAK_ALIAS -WEAK_ALIAS(llabs, llabs) +WEAK_ALIAS(llabs, _llabs) #endif #ifdef WEAK_ALIAS -ENTRY(llabs) -#else ENTRY(_llabs) +#else +ENTRY(llabs) #endif movl 8(%esp),%edx movl 4(%esp),%eax Ok, so it's not a cairo bug IIUIC. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.