Bill Allombert on Tue, 01 Aug 2023 18:33:49 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PATCH 0/1 v2] use fltk's CXXFLAGS when looking for it


On Tue, Aug 01, 2023 at 11:21:53AM -0400, Michael Orlitzky wrote:
> This fixes detection of FLTK on systems where the headers are
> installed in a nonstandard location. François Bissey originally fixed
> this issue in Gentoo; I've only tweaked his patch in minor ways.
> 
> Michael Orlitzky (1):
>   config/get_fltk: include fltk's CXXFLAGS in the compile-test
> 
>  config/get_fltk | 8 +++++++-

Thanks, but PARI is not using FLTK_CXXFLAGS when actually compiling plotfltk.c,
so I do not see how this patch is useful ?

You probably need to change in config/Makefile.SH the lines
fltk)
  PLOTCFLAGS=
to add FLTK_CXXFLAGS 

Cheers,
Bill