Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: jls on October 17, 2009, 05:16:26 PM

Title: error compiling help.cxx
Post by: jls on October 17, 2009, 05:16:26 PM
Code: [Select]
g++ -Os -fno-exceptions -fno-rtti -lfltk -o help help.cxx
/tmp/ccqFdqeD.o: In function `main':
help.cxx:(.text+0x29): undefined reference to `Fl_Help_Dialog::Fl_Help_Dialog()'
help.cxx:(.text+0x43): undefined reference to `Fl_Help_Dialog::load(char const*)'
help.cxx:(.text+0x4f): undefined reference to `Fl_Help_Dialog::show(int, char**)'
help.cxx:(.text+0x64): undefined reference to `Fl_Help_Dialog::~Fl_Help_Dialog()'
Title: Re: error compiling help.cxx
Post by: curaga on October 17, 2009, 05:29:44 PM
It needs -lfltk_images as well