Re: [PATCH 0/2] use fltk's CXXFLAGS when looking for it
Bill Allombert <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <ZMke6AIiW6JcJWxE@seventeen> |
On Tue, Aug 01, 2023 at 10:47:49AM -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 (2): > config/has_fltk.c: rename to config/has_fltk.cxx > config/get_fltk: include fltk's CXXFLAGS in the compile-test Hello Michael, Could you clarify which version of FLTK you are targetting ? Note that all C++ file in the PARI distribution use the .c suffix, so I would rather keep config/has_fltk.c as it is. Cheers, Bill