FLTK Gurus, Can some one help me out of this sticky issue ================================================================== Linking second.exe... clfags -O2 -Wall -Wunused -mwindows -DWIN32 -mno-cygwin -Wno-non-virtual-dtor LDLIBS = -mwindows -lpthread -lmsimg32 -lole32 -luuid -lcomctl32 -lwsock32 -lsupc++ LINKFLTK = -L/usr/local/lib -lfltk2 LINKFLTKGL = -L/usr/local/lib -lfltk2_gl -lfltk2 GLDLIBS = -mwindows -lglu32 -lopengl32 -lpthread -lms img32 -lole32 -luuid -lcomctl32 -lwsock32 -lsupc++ /usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32/lib/libmingw32.a(main.o):main.c:(.text+0x104): undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status make: *** [second.exe] Error 1
============================================================ I searched and searched, couldnt find a lib that has the ref _WinMain ?? Let me know .. I can compile all the examples; just copied the makefile, makedepend, set correct paths, but this eludes me when I go for my own compiling.. Thanks a bunch! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

