Re: [PATCH 0/1 v2] use fltk's CXXFLAGS when looking for it
Bill Allombert <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <ZMky0dNh6TLMEGrf@seventeen> |
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