On Mon, Sep 24, 2012 at 7:42 AM, Jason Dusek <jason.du...@gmail.com> wrote:

> I am not sure why that happens -- libgcc.a wasn't explicitly
> asked for; but it stands to reason that one shouldn't specify
>

No, but it's required for anything that uses the C compiler (which in this
case would be glibc and any foreign libraries) --- it contains the
implementation of things like (long long) support on 32-bit platforms,
exception unwinding, and other compiler intrinsics.  You may not use them
but glibc does.

-- 
brandon s allbery                                      allber...@gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to