The simplest way to compile the example programs is like this

  g++ -o couette couette.cpp -lchflow -lfftw3 -lm

or
  
  make couette.x   # optimized 
  make couette.dx  # debugging 

See channelflow/INSTALLATION for more detailed instructions.
