On 01/07/2010 06:13 PM, Del wrote: > Hi there FLTK users, > > I'm kind of a novice programmer, this is my first time building a library > from source. I used v1.3 with MSys and I'm pretty confident that it compiled > successfully, I can run Fluid, all examples, and I got the library files and > headers > > But when I try to compile the first example program, I get 225 "undefined > reference" errors to stuff like "deleteobj...@4" and "getkeyst...@4". That > means there's some library I'm not linking to, right? But I tried linking to > all the fltk libraries, and then x11, xext, and m like on the examples page.. > and then even tried linking to opengl and some default windows libraries.. > still nothing > > Anybody know what I'm doing wrong?
Just a guess, but did you do a "make install" ? Mike _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

