Tgif でグラフをお絵かきする古い人間なので, Linux Mint 21.2 に Gnuplot をソースから入れます.CentOS の時より変に苦労した.
で死ぬ../configure --with-qt=qt5してみたけれど単体では効果無し(そりゃそうだ)
qtbase5-dev を入れるといいらしい.
https://groups.google.com/g/comp.graphics.apps.gnuplot/c/1etT8-2x8cg
case 0: /* not blank line, but df_readline couldn't parse it */ { df_close(); int_error(current_plot->token, "Bad data on line %d", df_line_number); } break;以下の様にコメントアウトする.
case 0: /* not blank line, but df_readline couldn't parse it */ { //df_close(); //int_error(current_plot->token, //"Bad data on line %d", df_line_number); } break;