README 532 B

12345678910111213
  1. *** NOTE FOR COMPILING ON OSX ***
  2. when compiling the examples on OSX, if you did a local build
  3. (i.e. you did not make install fltk or FLU, and specified
  4. --fltk=/path/to/local/fltk as an option to FLU/configure)
  5. fltk-config (used by examples/Makefile) appears to supply an
  6. incompatible flag to g++. To fix this, you must edit
  7. fltk/fltk-config and change the line:
  8. DSOLINK="-Wl,-rpath,${exec_prefix}/lib"
  9. to
  10. DSOLINK=""
  11. again, this ONLY applies to compiling the examples when you
  12. HAVE NOT installed either fltk or FLU to the system.