> have added --disable-xdbe in configure option and ran the script Good. # libraries to link with: AUDIOLIBS = DSOFLAGS = -L. -L/home/vinayak/arm-2007q1/lib LDFLAGS = $(OPTIM) -L/home/vinayak/arm-2007q1/lib
These lines look reasonable, but I would advise against trying shared linking, at least until after the basics are working, so hopefully you won't be using the DSOFLAGS options yet. LDLIBS = -ldl -lm -lXext -lX11 GLDLIBS = -ldl -lm -lXext -lX11 Both these lines need edited to remove the -lXext options. Is you X11 library in the /home/vinayak/arm-2007q1/lib folder? If not you might need a path to find that. LINKFLTK = ../lib/libfltk.a LINKFLTKGL = LINKFLTKFORMS = ../lib/libfltk_forms.a ../lib/libfltk.a LINKFLTKIMG = ../lib/libfltk_images.a ../lib/libfltk.a $(IMAGELIBS) LINKSHARED = ../lib/libfltk_images.a ../lib/libfltk_forms.a ../lib/libfltk.a $(IMAGELIBS) IMAGELIBS = -L../lib -lfltk_png -lfltk_z -lfltk_jpeg Probably these others are OK. SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev