[cfe-dev] clang compiles gtk+
Chris Lattner
clattner at apple.com
Fri Feb 13 23:48:32 PST 2009
On Feb 13, 2009, at 6:22 PM, Anders Johnsen wrote:
> Hi all,
>
> I've successfully compiled glib, awt, pango and gtk+, all with
> shared libs.
>
> glib passes all tests
> gtk+ run demos. Fonts, images and normal widgets works really nice.
> Didn't test much.
>
> The only "problem" i ran into, was that config.guess returns target as
> linux-pc-linux-gnuaout (yes, with the about postfix). That gave some
> problems with shared libs.
That's great! Can you track down why config.guess gets confused?
Maybe this has to do with some disagreement between gcc and clang
#defines or something? It would be very nice for clang to just work
"out of the box" for linux users.
-Chris
More information about the cfe-dev
mailing list