#5281: Update tachyon to Version 0.98.9 (latest upstream)
----------------------------------------------+-----------------------------
Reporter: mabshoff | Owner: mhampton
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.6
Component: packages | Keywords:
Author: David Kirkby, Marshall Hampton | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------------------------+-----------------------------
Comment(by drkirkby):
Replying to [comment:37 leif]:
> This is the "typical" behavior:
> {{{
> #!sh
> $ echo "int main(){return 0;}" > foo.c && gcc -m32 foo.c
> /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-
gnu/4.4.3/libgcc.a when searching for -lgcc
> /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-
gnu/4.4.3/libgcc.a when searching for -lgcc
> /usr/bin/ld: cannot find -lgcc
> collect2: ld returned 1 exit status
> }}}
Well,
I don't know how ''typical'' that is, but it's certainly not the case on
sage.math, which run Ubunta.
{{{
kir...@sage:~$ echo "int main(){return 0;}" > foo.c && gcc -m32 foo.c
kir...@sage:~$ file a.out
a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
GNU/Linux 2.6.8, dynamically linked (uses shared libs), not stripped
kir...@sage:~$
}}}
I can see in some cases trying to build more than once might be sensible,
but clearly what currently exists is absurd.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5281#comment:40>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.