Skip to content

Instantly share code, notes, and snippets.

@chirayudesai
Created December 30, 2013 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chirayudesai/018eeb79d400945d080b to your computer and use it in GitHub Desktop.
Save chirayudesai/018eeb79d400945d080b to your computer and use it in GitHub Desktop.
Generating RTEMS_SETTINGS file...
rm -f a.out core mon.out gmon.out
rm -f -r
rm -f -r a.out *.o *.BAK Depends-o-optimize.tmp
rm -f -r o-optimize o-debug
rm -f RTEMS_SETTINGS
(echo "BSP=pc386"; \
echo "BSPTOP=/home/cdesai/rtems/4.11/i386-rtems4.11/pc386"; \
echo "PREFIX=/home/cdesai/rtems/4.11"; \
echo "CC=\"i386-rtems4.11-gcc --pipe -B/home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib/ -specs bsp_specs -qrtems \""; \
echo "AS=i386-rtems4.11-as"; \
echo "TARGET=i386-rtems4.11" ; \
echo "BSP_CFLAGS=\" --pipe -B/home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib/ -specs bsp_specs -qrtems\""; \
echo "CPU_CFLAGS=\"-mtune=i386\""; \
echo "CFLAGS=\"-Wall -O2 -g \"" ; \
echo "LDFLAGS=\" -Wl,-Ttext,0x00100000 \"" ; \
) >RTEMS_SETTINGS
BSP=pc386
BSPTOP=/home/cdesai/rtems/4.11/i386-rtems4.11/pc386
PREFIX=/home/cdesai/rtems/4.11
CC="i386-rtems4.11-gcc --pipe -B/home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib/ -specs bsp_specs -qrtems "
AS=i386-rtems4.11-as
TARGET=i386-rtems4.11
BSP_CFLAGS=" --pipe -B/home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib/ -specs bsp_specs -qrtems"
CPU_CFLAGS="-mtune=i386"
CFLAGS="-Wall -O2 -g "
LDFLAGS=" -Wl,-Ttext,0x00100000 "
Building fltk-1.3.0 ...
=== cleaning src ===
=== cleaning test ===
=== cleaning documentation ===
checking for i386-rtems4.11-gcc... i386-rtems4.11-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems4.11-gcc accepts -g... yes
checking for i386-rtems4.11-gcc option to accept ISO C89... none needed
checking for i386-rtems4.11-g++... i386-rtems4.11-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-rtems4.11-g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for nroff... /usr/bin/nroff
checking for htmldoc... no
checking for doxygen... /usr/bin/doxygen
checking for i386-rtems4.11-ranlib... i386-rtems4.11-ranlib
checking for i386-rtems4.11-ar... /home/cdesai/rtems/tools/bin/i386-rtems4.11-ar
checking for i386-rtems4.11-windres... no
checking for windres... no
checking how to run the C preprocessor... i386-rtems4.11-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking whether the compiler recognizes bool as a built-in type... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking sys/select.h usability... yes
checking sys/select.h presence... no
configure: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/select.h: proceeding with the compiler's result
checking for sys/select.h... yes
checking sys/stdtypes.h usability... no
checking sys/stdtypes.h presence... no
checking for sys/stdtypes.h... no
checking whether we have the POSIX compatible scandir() prototype... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for strings.h... (cached) yes
checking for strcasecmp... yes
checking for strlcat... yes
checking for strlcpy... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for localeconv... yes
checking for library containing pow... -lm
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for long long int... yes
checking for strtoll... yes
checking for library containing dlsym... no
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for jpeg_CreateCompress in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... no
configure: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: jpeglib.h: proceeding with the compiler's result
checking for jpeglib.h... yes
checking for z_gzgets in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... no
configure: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: zlib.h: proceeding with the compiler's result
checking for zlib.h... yes
checking for png_read_info in -lpng... yes
checking png.h usability... yes
checking png.h presence... no
configure: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: png.h: proceeding with the compiler's result
checking for png.h... yes
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
checking for png_get_valid in -lpng... yes
checking for png_set_tRNS_to_alpha in -lpng... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create using -lpthreads... no
checking for pthread_create using -lpthread... no
checking for pthread_create using -pthread... yes
checking for X... libraries /home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib, headers /home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib/include
checking whether -R must be followed by a space... neither works
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... no
checking for shmat in -lipc... no
checking for IceConnectionNumber in -lICE... no
checking for xprop... /usr/bin/xprop
checking for X overlay visuals... no
checking if GCC supports -fno-exceptions... yes
checking if GCC supports -fno-strict-aliasing... yes
Configuration Summary
-------------------------------------------------------------------------
Directories: prefix=/home/cdesai/rtems/4.11/i386-rtems4.11/pc386
bindir=${exec_prefix}/bin
datadir=${datarootdir}
datarootdir=${prefix}/share
exec_prefix=${prefix}
includedir=/home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib/include
libdir=/home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib
mandir=${datarootdir}/man
Graphics: X11
Image Libraries: JPEG=System
PNG=System
ZLIB=System
Large Files: YES
OpenGL: NO
Threads: YES
configure: creating ./config.status
config.status: creating makeinclude
config.status: creating fltk.list
config.status: creating fltk-config
config.status: creating fltk.spec
config.status: creating FL/Makefile
config.status: creating config.h
=== making src ===
Compiling Fl.cxx...
Compiling Fl_Adjuster.cxx...
Compiling Fl_Bitmap.cxx...
Compiling Fl_Browser.cxx...
Fl_Browser.cxx: In member function 'virtual int Fl_Browser::item_height(void*) const':
Fl_Browser.cxx:384:14: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
long int dummy;
^
Fl_Browser.cxx: In member function 'virtual int Fl_Browser::item_width(void*) const':
Fl_Browser.cxx:452:14: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
long int dummy;
^
Fl_Browser.cxx: In member function 'virtual void Fl_Browser::item_draw(void*, int, int, int, int) const':
Fl_Browser.cxx:547:16: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
long int dummy;
^
Compiling Fl_Browser_.cxx...
Compiling Fl_Browser_load.cxx...
Compiling Fl_Box.cxx...
Compiling Fl_Button.cxx...
Compiling Fl_Chart.cxx...
Compiling Fl_Check_Browser.cxx...
Compiling Fl_Check_Button.cxx...
Compiling Fl_Choice.cxx...
Compiling Fl_Clock.cxx...
Compiling Fl_Color_Chooser.cxx...
Compiling Fl_Counter.cxx...
Compiling Fl_Dial.cxx...
Compiling Fl_Device.cxx...
Compiling Fl_Double_Window.cxx...
Compiling Fl_File_Browser.cxx...
Compiling Fl_File_Chooser.cxx...
Compiling Fl_File_Chooser2.cxx...
Compiling Fl_File_Icon.cxx...
Compiling Fl_File_Input.cxx...
Compiling Fl_Group.cxx...
Compiling Fl_Help_View.cxx...
Compiling Fl_Image.cxx...
Compiling Fl_Input.cxx...
Compiling Fl_Input_.cxx...
Compiling Fl_Light_Button.cxx...
Compiling Fl_Menu.cxx...
Compiling Fl_Menu_.cxx...
Compiling Fl_Menu_Bar.cxx...
Compiling Fl_Sys_Menu_Bar.cxx...
Compiling Fl_Menu_Button.cxx...
Compiling Fl_Menu_Window.cxx...
Compiling Fl_Menu_add.cxx...
Compiling Fl_Menu_global.cxx...
Compiling Fl_Multi_Label.cxx...
Compiling Fl_Native_File_Chooser.cxx...
Compiling Fl_Overlay_Window.cxx...
Compiling Fl_Pack.cxx...
Compiling Fl_Paged_Device.cxx...
Compiling Fl_Pixmap.cxx...
Compiling Fl_Positioner.cxx...
Compiling Fl_Preferences.cxx...
Fl_Preferences.cxx: In member function 'int Fl_Preferences::Node::write(FILE*)':
Fl_Preferences.cxx:1319:16: warning: variable 'written' set but not used [-Wunused-but-set-variable]
int cnt, written;
^
Compiling Fl_Printer.cxx...
Compiling Fl_Progress.cxx...
Compiling Fl_Repeat_Button.cxx...
Compiling Fl_Return_Button.cxx...
Compiling Fl_Roller.cxx...
Compiling Fl_Round_Button.cxx...
Compiling Fl_Scroll.cxx...
Compiling Fl_Scrollbar.cxx...
Compiling Fl_Shared_Image.cxx...
Compiling Fl_Single_Window.cxx...
Compiling Fl_Slider.cxx...
Compiling Fl_Table.cxx...
Compiling Fl_Table_Row.cxx...
Compiling Fl_Tabs.cxx...
Compiling Fl_Text_Buffer.cxx...
Compiling Fl_Text_Display.cxx...
Fl_Text_Display.cxx: In member function 'int Fl_Text_Display::position_to_xy(int, int*, int*) const':
Fl_Text_Display.cxx:814:33: warning: variable 'lineLen' set but not used [-Wunused-but-set-variable]
int lineStartPos, fontHeight, lineLen;
^
Fl_Text_Display.cxx: In member function 'void Fl_Text_Display::measure_deleted_lines(int, int)':
Fl_Text_Display.cxx:2973:7: warning: variable 'visLineNum' set but not used [-Wunused-but-set-variable]
int visLineNum = 0, nLines = 0, i;
^
Compiling Fl_Text_Editor.cxx...
Compiling Fl_Tile.cxx...
Compiling Fl_Tiled_Image.cxx...
Compiling Fl_Tree.cxx...
Compiling Fl_Tree_Item.cxx...
Compiling Fl_Tree_Item_Array.cxx...
Compiling Fl_Tree_Prefs.cxx...
Compiling Fl_Tooltip.cxx...
Compiling Fl_Valuator.cxx...
Compiling Fl_Value_Input.cxx...
Compiling Fl_Value_Output.cxx...
Compiling Fl_Value_Slider.cxx...
Compiling Fl_Widget.cxx...
Compiling Fl_Window.cxx...
Compiling Fl_Window_fullscreen.cxx...
Compiling Fl_Window_hotspot.cxx...
Compiling Fl_Window_iconize.cxx...
Compiling Fl_Wizard.cxx...
Compiling Fl_XBM_Image.cxx...
Compiling Fl_XPM_Image.cxx...
Compiling Fl_abort.cxx...
Compiling Fl_add_idle.cxx...
Compiling Fl_arg.cxx...
Compiling Fl_compose.cxx...
Compiling Fl_display.cxx...
Compiling Fl_get_key.cxx...
Compiling Fl_get_system_colors.cxx...
Compiling Fl_grab.cxx...
Compiling Fl_lock.cxx...
Compiling Fl_own_colormap.cxx...
Compiling Fl_visual.cxx...
Compiling Fl_x.cxx...
Fl_x.cxx: In function 'int fl_handle(const XEvent&)':
Fl_x.cxx:1237:9: warning: variable 'len' set but not used [-Wunused-but-set-variable]
int len;
^
Compiling filename_absolute.cxx...
Compiling filename_expand.cxx...
Compiling filename_ext.cxx...
Compiling filename_isdir.cxx...
Compiling filename_list.cxx...
Compiling filename_match.cxx...
Compiling filename_setext.cxx...
Compiling fl_arc.cxx...
Compiling fl_arci.cxx...
Compiling fl_ask.cxx...
Compiling fl_boxtype.cxx...
Compiling fl_color.cxx...
Compiling fl_cursor.cxx...
Compiling fl_curve.cxx...
Compiling fl_diamond_box.cxx...
Compiling fl_dnd.cxx...
Compiling fl_draw.cxx...
Compiling fl_draw_image.cxx...
Compiling fl_draw_pixmap.cxx...
fl_draw_pixmap.cxx: In function 'int fl_draw_pixmap(const char* const*, int, int, Fl_Color)':
fl_draw_pixmap.cxx:221:10: warning: variable 'transparent_c' set but not used [-Wunused-but-set-variable]
uchar *transparent_c = (uchar *)0; // such that transparent_c[0,1,2] are the RGB of the transparent color
^
Compiling fl_encoding_latin1.cxx...
Compiling fl_encoding_mac_roman.cxx...
Compiling fl_engraved_label.cxx...
Compiling fl_file_dir.cxx...
Compiling fl_font.cxx...
Compiling fl_gtk.cxx...
Compiling fl_labeltype.cxx...
Compiling fl_line_style.cxx...
Compiling fl_open_uri.cxx...
Compiling fl_oval_box.cxx...
Compiling fl_overlay.cxx...
Compiling fl_overlay_visual.cxx...
Compiling fl_plastic.cxx...
Compiling fl_read_image.cxx...
Compiling fl_rect.cxx...
Compiling fl_round_box.cxx...
Compiling fl_rounded_box.cxx...
Compiling fl_set_font.cxx...
Compiling fl_set_fonts.cxx...
Compiling fl_scroll_area.cxx...
Compiling fl_shadow_box.cxx...
Compiling fl_shortcut.cxx...
Compiling fl_show_colormap.cxx...
Compiling fl_symbols.cxx...
Compiling fl_vertex.cxx...
Compiling screen_xywh.cxx...
Compiling fl_utf8.cxx...
Compiling ps_image.cxx...
Compiling fl_call_main.c...
Compiling flstring.c...
Compiling scandir.c...
Compiling numericsort.c...
Compiling vsnprintf.c...
Compiling fl_utf.c...
Compiling xutf8/case.c...
Compiling xutf8/is_right2left.c...
Compiling xutf8/is_spacing.c...
Compiling xutf8/keysym2Ucs.c...
Compiling xutf8/utf8Input.c...
xutf8/utf8Input.c: In function 'XConvertEucTwToUtf8':
xutf8/utf8Input.c:95:21: warning: variable 'b' set but not used [-Wunused-but-set-variable]
unsigned char b[2];
^
xutf8/utf8Input.c:100:21: warning: variable 'b' set but not used [-Wunused-but-set-variable]
unsigned char b[2];
^
xutf8/utf8Input.c:74:15: warning: variable 'b' set but not used [-Wunused-but-set-variable]
char *buf, *b;
^
Compiling xutf8/utf8Utils.c...
Compiling xutf8/utf8Wrap.c...
xutf8/utf8Wrap.c: In function 'get_font_list':
xutf8/utf8Wrap.c:91:5: warning: array subscript has type 'char' [-Wchar-subscripts]
while(isspace(*ptr)) ptr++;
^
xutf8/utf8Wrap.c: In function 'load_fonts':
xutf8/utf8Wrap.c:242:10: warning: variable 'list' set but not used [-Wunused-but-set-variable]
char **list;
^
xutf8/utf8Wrap.c: In function 'XUtf8_measure_extents':
xutf8/utf8Wrap.c:599:7: warning: variable 'res' set but not used [-Wunused-but-set-variable]
int res; /* result from calling XTextExtents16() - we should test this is OK! */
^
xutf8/utf8Wrap.c: In function 'XGetUtf8FontAndGlyph':
xutf8/utf8Wrap.c:838:19: warning: variable 'last_fnum' set but not used [-Wunused-but-set-variable]
int last_fnum; /* font index of the previous char */
^
xutf8/utf8Wrap.c:836:19: warning: variable 'i' set but not used [-Wunused-but-set-variable]
int i; /* current byte in the XChar2b buffer */
^
xutf8/utf8Wrap.c:832:19: warning: variable 'x' set but not used [-Wunused-but-set-variable]
int x;
^
xutf8/utf8Wrap.c: In function 'XUtf8UcsWidth':
xutf8/utf8Wrap.c:908:9: warning: variable 'last_fnum' set but not used [-Wunused-but-set-variable]
int last_fnum; /* font index of the previous char */
^
xutf8/utf8Wrap.c:906:9: warning: variable 'i' set but not used [-Wunused-but-set-variable]
int i; /* current byte in the XChar2b buffer */
^
/home/cdesai/rtems/tools/bin/i386-rtems4.11-ar cr ../lib/libfltk.a ...
Compiling forms_compatability.cxx...
Compiling forms_bitmap.cxx...
Compiling forms_free.cxx...
Compiling forms_fselect.cxx...
Compiling forms_pixmap.cxx...
Compiling forms_timer.cxx...
/home/cdesai/rtems/tools/bin/i386-rtems4.11-ar cr ../lib/libfltk_forms.a ...
Compiling fl_images_core.cxx...
Compiling Fl_BMP_Image.cxx...
Fl_BMP_Image.cxx: In constructor 'Fl_BMP_Image::Fl_BMP_Image(const char*)':
Fl_BMP_Image.cxx:271:43: warning: operation on 'fp->__sFILE::_r' may be undefined [-Wsequence-point]
repcount = getc(fp) * getc(fp) * w();
^
Fl_BMP_Image.cxx:271:43: warning: operation on 'fp->__sFILE::_p' may be undefined [-Wsequence-point]
Fl_BMP_Image.cxx:342:41: warning: operation on 'fp->__sFILE::_r' may be undefined [-Wsequence-point]
repcount = getc(fp) * getc(fp) * w();
^
Fl_BMP_Image.cxx:342:41: warning: operation on 'fp->__sFILE::_p' may be undefined [-Wsequence-point]
Compiling Fl_File_Icon2.cxx...
Compiling Fl_GIF_Image.cxx...
Compiling Fl_Help_Dialog.cxx...
Compiling Fl_JPEG_Image.cxx...
Compiling Fl_PNG_Image.cxx...
Compiling Fl_PNM_Image.cxx...
/home/cdesai/rtems/tools/bin/i386-rtems4.11-ar cr ../lib/libfltk_images.a ...
=== making test ===
Compiling unittests.cxx...
Linking unittests...
Compiling adjuster.cxx...
Linking adjuster...
Compiling arc.cxx...
Linking arc...
Compiling ask.cxx...
Linking ask...
Compiling bitmap.cxx...
Linking bitmap...
Compiling blocks.cxx...
Linking blocks...
Compiling boxtype.cxx...
Linking boxtype...
Compiling browser.cxx...
Compiling button.cxx...
Linking button...
Compiling buttons.cxx...
Linking buttons...
Compiling cairo_test.cxx...
Linking cairo_test...
/home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib/libnano-X.a(image_jpeg.o): In function `GdDecodeJPEG':
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_jpeg.c:118: undefined reference to `jpeg_std_error'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_jpeg.c:121: undefined reference to `jpeg_CreateDecompress'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_jpeg.c:136: undefined reference to `jpeg_read_header'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_jpeg.c:177: undefined reference to `jpeg_calc_output_dimensions'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_jpeg.c:221: undefined reference to `jpeg_start_decompress'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_jpeg.c:227: undefined reference to `jpeg_read_scanlines'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_jpeg.c:232: undefined reference to `jpeg_finish_decompress'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_jpeg.c:235: undefined reference to `jpeg_destroy_decompress'
/home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib/libnano-X.a(image_jpeg.o): In function `resync_to_restart':
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_jpeg.c:80: undefined reference to `jpeg_resync_to_restart'
/home/cdesai/rtems/4.11/i386-rtems4.11/pc386/lib/libnano-X.a(image_png.o): In function `GdDecodePNG':
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:64: undefined reference to `png_sig_cmp'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:69: undefined reference to `png_create_read_struct'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:72: undefined reference to `png_create_info_struct'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:77: undefined reference to `png_set_longjmp_fn'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:84: undefined reference to `png_init_io'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:85: undefined reference to `png_set_sig_bytes'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:87: undefined reference to `png_read_info'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:88: undefined reference to `png_get_IHDR'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:100: undefined reference to `png_get_valid'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:108: undefined reference to `png_get_valid'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:113: undefined reference to `png_set_gray_to_rgb'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:116: undefined reference to `png_get_gAMA'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:122: undefined reference to `png_read_update_info'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:125: undefined reference to `png_get_IHDR'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:161: undefined reference to `png_read_image'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:162: undefined reference to `png_read_end'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:164: undefined reference to `png_destroy_read_struct'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:73: undefined reference to `png_destroy_read_struct'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:97: undefined reference to `png_set_expand'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:101: undefined reference to `png_set_expand'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:109: undefined reference to `png_set_tRNS_to_alpha'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:117: undefined reference to `png_set_gamma'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:105: undefined reference to `png_set_strip_16'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:93: undefined reference to `png_set_expand'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:79: undefined reference to `png_destroy_read_struct'
/home/cdesai/rtems/rtems-graphics-toolkit/build/microwin/src/engine/image_png.c:149: undefined reference to `png_destroy_read_struct'
collect2: error: ld returned 1 exit status
Makefile:515: recipe for target 'cairo_test' failed
make[1]: *** [cairo_test] Error 1
Compiling checkers.cxx...
Linking checkers...
Compiling clock.cxx...
Linking clock...
Compiling colbrowser.cxx...
Linking colbrowser...
Compiling color_chooser.cxx...
Linking color_chooser...
Compiling cursor.cxx...
Linking cursor...
Compiling curve.cxx...
Linking curve...
Compiling demo.cxx...
Linking demo...
Compiling device.cxx...
Linking device...
../lib/libfltk.a(Fl_Printer.o): In function `print_update_status()':
Fl_Printer.cxx:(.text+0x1ec7): undefined reference to `popen'
Fl_Printer.cxx:(.text+0x1ee9): undefined reference to `pclose'
../lib/libfltk.a(Fl_Printer.o): In function `Fl_PostScript_Printer::start_job(int, int*, int*)':
Fl_Printer.cxx:(.text+0x3557): undefined reference to `popen'
Fl_Printer.cxx:(.text+0x3653): undefined reference to `pclose'
Fl_Printer.cxx:(.text+0x3993): undefined reference to `popen'
Fl_Printer.cxx:(.text+0x39c7): undefined reference to `pclose'
collect2: error: ld returned 1 exit status
Makefile:339: recipe for target 'device' failed
make[1]: *** [device] Error 1
Compiling doublebuffer.cxx...
Linking doublebuffer...
Compiling editor.cxx...
Linking editor...
../lib/libfltk.a(Fl_Printer.o): In function `print_update_status()':
Fl_Printer.cxx:(.text+0x1ec7): undefined reference to `popen'
Fl_Printer.cxx:(.text+0x1ee9): undefined reference to `pclose'
../lib/libfltk.a(Fl_Printer.o): In function `Fl_PostScript_Printer::start_job(int, int*, int*)':
Fl_Printer.cxx:(.text+0x3557): undefined reference to `popen'
Fl_Printer.cxx:(.text+0x3653): undefined reference to `pclose'
Fl_Printer.cxx:(.text+0x3993): undefined reference to `popen'
Fl_Printer.cxx:(.text+0x39c7): undefined reference to `pclose'
collect2: error: ld returned 1 exit status
Makefile:345: recipe for target 'editor' failed
make[1]: *** [editor] Error 1
Compiling ../fluid/fluid.cxx...
Linking ../fluid/fluid...
../fluid/fluid.o: In function `save_template_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:237: undefined reference to `template_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:239: undefined reference to `template_clear()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:240: undefined reference to `template_browser'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:241: undefined reference to `template_load()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:243: undefined reference to `template_name'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:244: undefined reference to `template_name'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:246: undefined reference to `template_instance'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:248: undefined reference to `template_delete'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:249: undefined reference to `template_delete'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:251: undefined reference to `template_submit'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:252: undefined reference to `template_submit'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:254: undefined reference to `template_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:257: undefined reference to `template_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:254: undefined reference to `template_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:254: undefined reference to `template_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:244: undefined reference to `template_name'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:300: undefined reference to `write_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:309: undefined reference to `Fl_Type::first'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:321: undefined reference to `Fl_Window_Type::read_image(int&, int&)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:237: undefined reference to `make_template_panel()'
../fluid/fluid.o: In function `openwidget_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:718: undefined reference to `Fl_Type::current'
../fluid/fluid.o: In function `paste_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:786: undefined reference to `pasteoffset'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:787: undefined reference to `pasteoffset'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:788: undefined reference to `pasteoffset'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:788: undefined reference to `pasteoffset'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:789: undefined reference to `undo_checkpoint()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:790: undefined reference to `undo_suspend()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:791: undefined reference to `read_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:794: undefined reference to `undo_resume()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:795: undefined reference to `pasteoffset'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:797: undefined reference to `force_parent'
../fluid/fluid.o: In function `about_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:845: undefined reference to `about_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:845: undefined reference to `make_about_panel()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:845: undefined reference to `about_panel'
../fluid/fluid.o: In function `print_cb(Fl_Return_Button*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1259: undefined reference to `Fl_Type::first'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1291: undefined reference to `popen'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1437: undefined reference to `Fl_Window_Type::read_image(int&, int&)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1618: undefined reference to `pclose'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1259: undefined reference to `Fl_Type::first'
../fluid/fluid.o: In function `shell_pipe_cb(int, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2079: undefined reference to `shell_run_buffer'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2079: undefined reference to `shell_run_buffer'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2088: undefined reference to `shell_run_display'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2088: undefined reference to `shell_run_display'
../fluid/fluid.o: In function `Fl_Process::close()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2027: undefined reference to `pclose'
../fluid/fluid.o: In function `shell_pipe_cb(int, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2084: undefined reference to `shell_run_buffer'
../fluid/fluid.o: In function `show_shell_window()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2141: undefined reference to `shell_command_input'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2141: undefined reference to `shell_window'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2142: undefined reference to `shell_window'
../fluid/fluid.o: In function `copy_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:738: undefined reference to `Fl_Type::current'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:743: undefined reference to `write_file(char const*, int)'
../fluid/fluid.o: In function `duplicate_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:802: undefined reference to `Fl_Type::current'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:807: undefined reference to `write_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:812: undefined reference to `pasteoffset'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:813: undefined reference to `force_parent'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:815: undefined reference to `undo_checkpoint()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:816: undefined reference to `undo_suspend()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:817: undefined reference to `read_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:821: undefined reference to `undo_resume()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:823: undefined reference to `force_parent'
../fluid/fluid.o: In function `print_update_status()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/print_panel.cxx:566: undefined reference to `popen'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/print_panel.cxx:568: undefined reference to `pclose'
../fluid/fluid.o: In function `print_load()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/print_panel.cxx:528: undefined reference to `popen'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/print_panel.cxx:542: undefined reference to `pclose'
../fluid/fluid.o: In function `print_menu_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1188: undefined reference to `Fl_Type::first'
../fluid/fluid.o: In function `position_window(Fl_Window*, char const*, int, int, int, int, int)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:156: undefined reference to `prevpos_button'
../fluid/fluid.o: In function `toggle_widgetbin_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1762: undefined reference to `widgetbin_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1763: undefined reference to `make_widgetbin()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1764: undefined reference to `widgetbin_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1764: undefined reference to `widgetbin_panel'
../fluid/fluid.o: In function `show_help(char const*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:874: undefined reference to `Fl_Help_Dialog::load(char const*)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:920: undefined reference to `Fl_Help_Dialog::show()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:853: undefined reference to `Fl_Help_Dialog::Fl_Help_Dialog()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:907: undefined reference to `Fl_Help_Dialog::value(char const*)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:880: undefined reference to `fluid_org_png'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:880: undefined reference to `Fl_PNG_Image::Fl_PNG_Image(char const*, unsigned char const*, int)'
../fluid/fluid.o: In function `scheme_cb(Fl_Choice*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1743: undefined reference to `scheme_choice'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1754: undefined reference to `scheme_choice'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1751: undefined reference to `scheme_choice'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1748: undefined reference to `scheme_choice'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1745: undefined reference to `scheme_choice'
../fluid/fluid.o: In function `make_main_window()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1842: undefined reference to `make_settings_window()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1814: undefined reference to `Fl_Widget_Type::default_size'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1816: undefined reference to `make_layout_window()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1817: undefined reference to `make_shell_window()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1824: undefined reference to `make_widget_browser(int, int, int, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1836: undefined reference to `fill_in_New_Menu()'
../fluid/fluid.o: In function `Fl_Process::popen(char const*, char const*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2010: undefined reference to `popen'
../fluid/fluid.o: In function `Fl_Process::close()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2027: undefined reference to `pclose'
../fluid/fluid.o: In function `update_sourceview_position()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2169: undefined reference to `sourceview_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2171: undefined reference to `sv_autoposition'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2173: undefined reference to `Fl_Type::current'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2175: undefined reference to `sv_source'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2186: undefined reference to `sv_header'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2187: undefined reference to `Fl_Type::current'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2192: undefined reference to `sv_header'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2192: undefined reference to `sv_header'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2194: undefined reference to `sv_header'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2176: undefined reference to `Fl_Type::current'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2181: undefined reference to `sv_source'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2181: undefined reference to `sv_source'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2183: undefined reference to `sv_source'
../fluid/fluid.o: In function `update_sourceview_cb(Fl_Button*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2214: undefined reference to `sourceview_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2236: undefined reference to `write_sourceview'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2238: undefined reference to `write_code(char const*, char const*)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2251: undefined reference to `write_sourceview'
../fluid/fluid.o: In function `CodeEditor::top_line()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/CodeEditor.h:70: undefined reference to `sv_source'
../fluid/fluid.o: In function `update_sourceview_cb(Fl_Button*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2242: undefined reference to `sv_source'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2243: undefined reference to `sv_source'
../fluid/fluid.o: In function `CodeEditor::top_line()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/CodeEditor.h:70: undefined reference to `sv_header'
../fluid/fluid.o: In function `update_sourceview_cb(Fl_Button*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2246: undefined reference to `sv_header'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2247: undefined reference to `sv_header'
../fluid/fluid.o: In function `toggle_sourceview_cb(Fl_Double_Window*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1777: undefined reference to `sourceview_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1779: undefined reference to `make_sourceview()'
../fluid/fluid.o: In function `Fl_Widget::callback(void (*)(Fl_Widget*, void*))':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../FL/Fl_Widget.H:570: undefined reference to `sourceview_panel'
../fluid/fluid.o: In function `toggle_sourceview_cb(Fl_Double_Window*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1784: undefined reference to `sv_autorefresh'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1787: undefined reference to `sv_autoposition'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1790: undefined reference to `sv_tab'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1790: undefined reference to `sv_tab'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1791: undefined reference to `sourceview_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1791: undefined reference to `sourceview_panel'
../fluid/fluid.o: In function `set_modflag(int)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2283: undefined reference to `sourceview_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2283: undefined reference to `sv_autorefresh'
../fluid/fluid.o: In function `revert_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:371: undefined reference to `undo_suspend()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:372: undefined reference to `read_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:377: undefined reference to `undo_resume()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:373: undefined reference to `undo_resume()'
../fluid/fluid.o: In function `cut_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:751: undefined reference to `Fl_Type::current'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:755: undefined reference to `write_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:759: undefined reference to `undo_checkpoint()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:762: undefined reference to `Fl_Type::current'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:764: undefined reference to `delete_all(int)'
../fluid/fluid.o: In function `delete_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:769: undefined reference to `Fl_Type::current'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:773: undefined reference to `undo_checkpoint()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:776: undefined reference to `Fl_Type::current'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:778: undefined reference to `delete_all(int)'
../fluid/fluid.o: In function `save_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:224: undefined reference to `write_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:231: undefined reference to `undo_current'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:231: undefined reference to `undo_save'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:224: undefined reference to `write_file(char const*, int)'
../fluid/fluid.o: In function `exit_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:397: undefined reference to `widgetbin_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:399: undefined reference to `widgetbin_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:401: undefined reference to `sourceview_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:403: undefined reference to `sv_autorefresh'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:404: undefined reference to `sv_autoposition'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:405: undefined reference to `sv_tab'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:405: undefined reference to `sv_tab'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:406: undefined reference to `sourceview_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:407: undefined reference to `sourceview_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:409: undefined reference to `about_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:412: undefined reference to `Fl_Help_Dialog::~Fl_Help_Dialog()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:414: undefined reference to `undo_clear()'
../fluid/fluid.o: In function `write_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:679: undefined reference to `write_code(char const*, char const*)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:688: undefined reference to `completion_button'
../fluid/fluid.o: In function `write_strings_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:704: undefined reference to `write_strings(char const*)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:711: undefined reference to `completion_button'
../fluid/fluid.o: In function `prepare_shell_command':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2046: undefined reference to `shell_window'
../fluid/fluid.o: In function `do_shell_command(Fl_Return_Button*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2051: undefined reference to `shell_command_input'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2055: undefined reference to `shell_savefl_button'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2058: undefined reference to `shell_writecode_button'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2063: undefined reference to `shell_writemsgs_button'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2098: undefined reference to `shell_run_buffer'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2099: undefined reference to `shell_run_buffer'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2100: undefined reference to `shell_run_buffer'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2101: undefined reference to `shell_run_window'
../fluid/fluid.o: In function `Fl_Process::popen(char const*, char const*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2010: undefined reference to `popen'
../fluid/fluid.o: In function `do_shell_command(Fl_Return_Button*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2108: undefined reference to `shell_run_button'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2109: undefined reference to `shell_run_display'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2109: undefined reference to `shell_run_window'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2110: undefined reference to `shell_run_window'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2116: undefined reference to `shell_run_button'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2117: undefined reference to `shell_run_window'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2101: undefined reference to `shell_run_window'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2101: undefined reference to `shell_run_window'
../fluid/fluid.o: In function `open_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:480: undefined reference to `undo_checkpoint()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:481: undefined reference to `undo_suspend()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:482: undefined reference to `read_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:490: undefined reference to `undo_resume()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:483: undefined reference to `undo_resume()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:499: undefined reference to `undo_clear()'
../fluid/fluid.o: In function `open_history_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:520: undefined reference to `undo_suspend()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:521: undefined reference to `read_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:522: undefined reference to `undo_resume()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:523: undefined reference to `undo_clear()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:531: undefined reference to `undo_resume()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:532: undefined reference to `undo_clear()'
../fluid/fluid.o: In function `new_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:553: undefined reference to `template_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:555: undefined reference to `template_clear()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:556: undefined reference to `template_browser'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:557: undefined reference to `template_load()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:559: undefined reference to `template_name'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:560: undefined reference to `template_name'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:562: undefined reference to `template_instance'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:563: undefined reference to `template_instance'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:564: undefined reference to `template_instance'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:566: undefined reference to `template_delete'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:568: undefined reference to `template_submit'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:569: undefined reference to `template_submit'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:571: undefined reference to `template_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:574: undefined reference to `template_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:571: undefined reference to `template_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:571: undefined reference to `template_panel'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:578: undefined reference to `template_browser'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:582: undefined reference to `delete_all(int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:586: undefined reference to `template_browser'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:564: undefined reference to `template_instance'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:633: undefined reference to `undo_suspend()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:634: undefined reference to `read_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:635: undefined reference to `undo_resume()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:640: undefined reference to `undo_clear()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:627: undefined reference to `undo_suspend()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:628: undefined reference to `read_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:630: undefined reference to `undo_resume()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:553: undefined reference to `make_template_panel()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:601: undefined reference to `undo_clear()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:610: undefined reference to `undo_clear()'
../fluid/fluid.o: In function `sort_cb':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:833: undefined reference to `sort(Fl_Type*)'
../fluid/fluid.o: In function `make_main_window()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:1843: undefined reference to `make_global_settings_window()'
../fluid/fluid.o: In function `revert_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:379: undefined reference to `undo_clear()'
../fluid/fluid.o: In function `cut_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:765: undefined reference to `select_only(Fl_Type*)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:764: undefined reference to `delete_all(int)'
../fluid/fluid.o: In function `delete_cb(Fl_Widget*, void*)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:779: undefined reference to `select_only(Fl_Type*)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:778: undefined reference to `delete_all(int)'
../fluid/fluid.o:(.data+0x38c): undefined reference to `undo_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x3b0): undefined reference to `redo_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x488): undefined reference to `select_all_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x4ac): undefined reference to `select_none_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x518): undefined reference to `earlier_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x53c): undefined reference to `later_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x560): undefined reference to `group_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x584): undefined reference to `ungroup_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x5a8): undefined reference to `toggle_overlays(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x614): undefined reference to `show_project_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x638): undefined reference to `show_settings_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x65c): undefined reference to `show_global_settings_cb(Fl_Widget*, void*)'
../fluid/fluid.o:(.data+0x6a8): undefined reference to `New_Menu'
../fluid/fluid.o:(.data+0x710): undefined reference to `align_widget_cb(Fl_Widget*, long)'
../fluid/fluid.o:(.data+0x734): undefined reference to `align_widget_cb(Fl_Widget*, long)'
../fluid/fluid.o:(.data+0x758): undefined reference to `align_widget_cb(Fl_Widget*, long)'
../fluid/fluid.o:(.data+0x77c): undefined reference to `align_widget_cb(Fl_Widget*, long)'
../fluid/fluid.o:(.data+0x7a0): undefined reference to `align_widget_cb(Fl_Widget*, long)'
../fluid/fluid.o:(.data+0x7c4): more undefined references to `align_widget_cb(Fl_Widget*, long)' follow
../fluid/fluid.o:(.data+0xa04): undefined reference to `widget_size_cb(Fl_Widget*, long)'
../fluid/fluid.o:(.data+0xa28): undefined reference to `widget_size_cb(Fl_Widget*, long)'
../fluid/fluid.o:(.data+0xa4c): undefined reference to `widget_size_cb(Fl_Widget*, long)'
../fluid/fluid.o:(.data+0xa70): undefined reference to `widget_size_cb(Fl_Widget*, long)'
../fluid/fluid.o:(.data+0xa94): undefined reference to `widget_size_cb(Fl_Widget*, long)'
../fluid/fluid.o:(.data+0xab8): more undefined references to `widget_size_cb(Fl_Widget*, long)' follow
../fluid/fluid.o:(.data+0xb00): undefined reference to `show_grid_cb(Fl_Widget*, void*)'
../fluid/fluid.o: In function `Fl_Process::close()':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2027: undefined reference to `pclose'
../fluid/fluid.o: In function `main':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2384: undefined reference to `fl_register_images()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2406: undefined reference to `undo_suspend()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2407: undefined reference to `read_file(char const*, int)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2414: undefined reference to `undo_resume()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2421: undefined reference to `undo_clear()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2426: undefined reference to `horizontal_input'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2426: undefined reference to `grid_cb(Fl_Int_Input*, long)'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2436: undefined reference to `undo_clear()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2395: undefined reference to `Fl_File_Icon::load_system_icons()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2406: undefined reference to `undo_suspend()'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2401: undefined reference to `openlast_button'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/../fluid/fluid.cxx:2406: undefined reference to `undo_suspend()'
../lib/libfltk.a(Fl_Printer.o): In function `print_update_status()':
Fl_Printer.cxx:(.text+0x1ec7): undefined reference to `popen'
Fl_Printer.cxx:(.text+0x1ee9): undefined reference to `pclose'
../lib/libfltk.a(Fl_Printer.o): In function `Fl_PostScript_Printer::start_job(int, int*, int*)':
Fl_Printer.cxx:(.text+0x3557): undefined reference to `popen'
Fl_Printer.cxx:(.text+0x3653): undefined reference to `pclose'
Fl_Printer.cxx:(.text+0x3993): undefined reference to `popen'
Fl_Printer.cxx:(.text+0x39c7): undefined reference to `pclose'
collect2: error: ld returned 1 exit status
../makeinclude:149: recipe for target '../fluid/fluid' failed
make[1]: *** [../fluid/fluid] Error 1
Generating fast_slow.h and header from fast_slow.fl...
make[1]: ../fluid/fluid: Command not found
Makefile:280: recipe for target 'fast_slow.h' failed
make[1]: *** [fast_slow.h] Error 127
Compiling file_chooser.cxx...
Linking file_chooser...
Compiling fonts.cxx...
Linking fonts...
Compiling forms.cxx...
Linking forms...
Compiling hello.cxx...
Compiling help.cxx...
Linking help...
Compiling iconize.cxx...
Linking iconize...
Compiling image.cxx...
Linking image...
Generating inactive.h and header from inactive.fl...
make[1]: ../fluid/fluid: Command not found
Makefile:280: recipe for target 'inactive.h' failed
make[1]: *** [inactive.h] Error 127
Compiling input.cxx...
Linking input...
Compiling input_choice.cxx...
Linking input_choice...
Generating keyboard_ui.h and header from keyboard_ui.fl...
make[1]: ../fluid/fluid: Command not found
Makefile:280: recipe for target 'keyboard_ui.h' failed
make[1]: *** [keyboard_ui.h] Error 127
Compiling label.cxx...
Linking label...
Compiling line_style.cxx...
Linking line_style...
Compiling list_visuals.cxx...
Linking list_visuals...
Generating mandelbrot_ui.h and header from mandelbrot_ui.fl...
make[1]: ../fluid/fluid: Command not found
Makefile:280: recipe for target 'mandelbrot_ui.h' failed
make[1]: *** [mandelbrot_ui.h] Error 127
Compiling menubar.cxx...
Linking menubar...
Compiling message.cxx...
Linking message...
Compiling minimum.cxx...
Linking minimum...
Compiling native-filechooser.cxx...
Linking native-filechooser...
Compiling navigation.cxx...
Linking navigation...
Compiling output.cxx...
Linking output...
Compiling overlay.cxx...
Linking overlay...
Compiling pack.cxx...
Linking pack...
Compiling pixmap.cxx...
Linking pixmap...
Compiling pixmap_browser.cxx...
Linking pixmap_browser...
Generating preferences.h and header from preferences.fl...
make[1]: ../fluid/fluid: Command not found
Makefile:280: recipe for target 'preferences.h' failed
make[1]: *** [preferences.h] Error 127
Generating radio.h and header from radio.fl...
make[1]: ../fluid/fluid: Command not found
Makefile:280: recipe for target 'radio.h' failed
make[1]: *** [radio.h] Error 127
Generating resize.h and header from resize.fl...
make[1]: ../fluid/fluid: Command not found
Makefile:280: recipe for target 'resize.h' failed
make[1]: *** [resize.h] Error 127
Compiling resizebox.cxx...
Linking resizebox...
Compiling rotated_text.cxx...
Linking rotated_text...
Compiling scroll.cxx...
Linking scroll...
Compiling subwindow.cxx...
Linking subwindow...
Compiling sudoku.cxx...
Linking sudoku...
sudoku.o: In function `SudokuSound::play(char)':
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/sudoku.cxx:476: undefined reference to `XChangeKeyboardControl'
/home/cdesai/rtems/rtems-graphics-toolkit/build/fltk-1.3.0/test/sudoku.cxx:487: undefined reference to `XChangeKeyboardControl'
collect2: error: ld returned 1 exit status
Makefile:445: recipe for target 'sudoku' failed
make[1]: *** [sudoku] Error 1
Compiling symbols.cxx...
Linking symbols...
Compiling table.cxx...
Linking table...
Generating tabs.h and header from tabs.fl...
make[1]: ../fluid/fluid: Command not found
Makefile:280: recipe for target 'tabs.h' failed
make[1]: *** [tabs.h] Error 127
Compiling threads.cxx...
Linking threads...
Compiling tile.cxx...
Linking tile...
Compiling tiled_image.cxx...
Linking tiled_image...
Generating tree.h and header from tree.fl...
make[1]: ../fluid/fluid: Command not found
Makefile:280: recipe for target 'tree.h' failed
make[1]: *** [tree.h] Error 127
Generating valuators.h and header from valuators.fl...
make[1]: ../fluid/fluid: Command not found
Makefile:280: recipe for target 'valuators.h' failed
make[1]: *** [valuators.h] Error 127
Compiling utf8.cxx...
Linking utf8...
make[1]: Target 'default_target' not remade because of errors.
Makefile:33: recipe for target 'all' failed
make: *** [all] Error 1
ERROR: Could not make fltk-1.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment