# # http://cups.sourceforge.net/xpp/ # http://download.sourceforge.net/fltk/fltk-1.0.11-source.tar.gz # # # 02-Nov-03 amo Install xpp w/ fltk on Slack-9.0 # # # cd /usr/lcoal/src # wget http://download.sourceforge.net/cups/xpp-1.1.tar.gz # tar zxvfp xpp-1.1.tar.gz # ./configure # .... # checking for fluid... no # configure: error: The dialog editor/generator of FLTK # # # Get FLTK-1.0.11 # =============== # cd /usr/local/src/ # wget http://download.sourceforge.net/fltk/fltk-1.0.11-source.tar.gz # tar zxvfp fltk-1.0.11-source.tar.gz # cd fltk-1.0.11 # ./configure # # undefined reference to `operator delete[](void*)' # collect2: ld returned 1 exit status # make[1]: *** [fluid] Error 1 # make[1]: Leaving directory `/usr/local/src/fltk-1.0.11/fluid' # # # # End of file