[email protected] (Jaws) wrote: > I am working on linux plaform to develop the application and then it is > cross-compiled and run on an embedded system with AVR32. > The problem is on the linux platform. I deleted all the libfltk*.so and > libfltk*.a available on /usr/lib or /usr/local/lib. > In attach you'll find the backtrace.
I'm afraid I can't help with the information provided. Your backtrace seems not to indicate any FLTK relevance. Maybe the crash is completely unrelated to FLTK. Please try if you can run the demo programs (they are linked statically, IIRC). If you can, try to build a short program with fltk-config, e.g. the short slider demo that Ian posted yesterday [1], and that I updated today [2]. The only thing you need to do is to save it in a file and compile and link it with the commandline shown in the comment. For this you should use the fltk-config script that has been generated in the source tree, because then you can be sure that it uses the generated FLTK libs and nothing else. If this works, then it must be something with your application, and you will have to debug it ... Albrecht [1] http://www.fltk.org/newsgroups.php?gfltk.general+v:27450 [2] http://www.fltk.org/newsgroups.php?gfltk.general+v:27458 _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

