Opened 13 years ago

Closed 13 years ago

#4046 closed defect (fixed)

GD autoconf check puts default locations in gcc search paths

Reported by: tbonfort Owned by: tbonfort
Priority: normal Milestone: 6.2 release
Component: Build Problems Version: svn-trunk (development)
Severity: normal Keywords:
Cc: sdlime, dmorissette, aboudreault

Description

The GD configure script will put:

  • /usr/include or /usr/local/include
  • /usr/lib or /usr/local/lib or /usr/lib64 or /usr/local/lib64

in the gcc command-line, which will force the build porcess to use system versions of thrid party libraries even if a different location was given by the configure args.

As these locations are already the default for compilers, the -I and -L corresponding switches should not be added to the CFLAGS/LDFLAGS

Change History (1)

comment:1 by tbonfort, 13 years ago

Cc: aboudreault added
Resolution: fixed
Status: newclosed

fixed in r12653

Note: See TracTickets for help on using tickets.