Sounds like your version of fltk is compiled against X11 instead of Carbon. What does "fltk-config --ldstaticflags" return?
If it returns -lX11, that's your problem. It should return -framework Carbon on OS X. On Fri, 24 Apr 2009 14:44:39 -0700 Christian Convey <[email protected]> wrote: > I'm using FLTK 1.1.9 on OS X 10.5. When I run my FLTK-based app, it > starts my X server, making me think it's an X11 app. Does anyone > know why this might be happening, and how I can suppress it? I'd > really like it to run as a native Quartz app. > > (The app uses fltk and fltk_gl, in case that matters.) > > Thanks, > Christian > _______________________________________________ > fltk mailing list > [email protected] > http://lists.easysw.com/mailman/listinfo/fltk > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

