Re: RFR: 8353573: System giflib not found by configure if it's not in system directories

2025-04-10 Thread snake66
On Thu, 3 Apr 2025 08:04:50 GMT, snake66 wrote: > The configure script is not able to pick up the giflib installed via system > packages if it's not located in the system include and lib directories. Since > giflib does not provide a pkgconfig, arguments to specify the location of the > includ

Re: RFR: 8353573: System giflib not found by configure if it's not in system directories

2025-04-04 Thread duke
On Thu, 3 Apr 2025 08:04:50 GMT, snake66 wrote: > The configure script is not able to pick up the giflib installed via system > packages if it's not located in the system include and lib directories. Since > giflib does not provide a pkgconfig, arguments to specify the location of the > includ

Re: RFR: 8353573: System giflib not found by configure if it's not in system directories

2025-04-04 Thread Harald Eilertsen
On Fri, Apr 04, 2025 at 07:02:48AM +, Erik Joelsson wrote: > On Thu, 3 Apr 2025 08:04:50 GMT, snake66 wrote: > > > The configure script is not able to pick up the giflib installed via system > > packages if it's not located in the system include and lib directories. > > Since giflib does not

Re: RFR: 8353573: System giflib not found by configure if it's not in system directories

2025-04-04 Thread Erik Joelsson
On Thu, 3 Apr 2025 08:04:50 GMT, snake66 wrote: > The configure script is not able to pick up the giflib installed via system > packages if it's not located in the system include and lib directories. Since > giflib does not provide a pkgconfig, arguments to specify the location of the > includ

RFR: 8353573: System giflib not found by configure if it's not in system directories

2025-04-03 Thread snake66
The configure script is not able to pick up the giflib installed via system packages if it's not located in the system include and lib directories. Since giflib does not provide a pkgconfig, arguments to specify the location of the include and library files needs to be added to the configure scr