tce-load -i fltk-1.1.10-dev Xorg-7.6-dev

cd flwm-1.14

Edit config.h
#define TOPSIDE 0

Edit
compileit
#!/bin/sh
g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -fpic -c main.C
g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -fpic -c Frame.C
g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -fpic -c Rotated.C
g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -fpic -c Menu.C
g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -fpic -c FrameWindow.C
g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -fpic -c Desktop.C
g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -fpic -c Hotkeys.C
g++ -flto -fuse-linker-plugin -mtune=generic -Os -fno-exceptions -fno-rtti -L/usr/local/lib -lfltk -lfltk_images -lfltk_forms -lpng -lX11 -o flwm main.o Frame.o Rotated.o Menu.o FrameWindow.o Desktop.o Hotkeys.o
strip flwm

-------

g++ -flto -fuse-linker-plugin -mtune=generic -Os -fno-exceptions -fno-rtti -L/usr/local/lib -lfltk -lfltk_images -lfltk_forms -lpng -lX11 -o flwm_topside main.o Frame.o Rotated.o Menu.o FrameWindow.o Desktop.o Hotkeys.o
strip flwm_topside