From: Dima K. <gn...@di...> - 2018-03-11 01:55:34
|
Tatsuro MATSUOKA <tma...@ya...> writes: > I pull the recent git repository and tried to build on Ubuntu 16.04 on > WSL. > > In linking gnuplot executable I see > > undefined reference to symbol 'FcUcs4ToUtf8' You're either not linking with the libfontconfig library, or you have the wrong library, or something. Send over the full build log if you want help debugging. |