
29 Aug
2010
29 Aug
'10
11:37 a.m.
Gabriel Wicke
Hello Gregory,
thanks for your patch.
I have just uploaded bits-extras-0.1.1 [1] with tweaked CC-Options to only include -Wall on non-linux systems (plus minor documentation tweaks).
Could you check if this compiles on OSX? I would prefer to keep -Wall enabled if possible.
It doesn't work because you missed the other half of my patch, removing
the reference to libgcc_s -- programs link just fine without it. With it
in there I get:
Resolving dependencies...
Downloading bits-extras-0.1.1...
Configuring bits-extras-0.1.1...
cabal: Missing dependency on a foreign library:
* Missing C library: gcc_s
G
--
Gregory Collins