Am 08.01.2010 00:13, schrieb Del: > 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?
Which operating system are you using? When you use Windows and MSys, you are linking to the wrong libraries - "X11, Xext, m" is for Linux environment. For Windows you need to link to the following libraries: wsock32 comctl32 ole32 uuid HTH, Ed _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

