Ticket #135 (defect)
Opened 2 years ago
Last modified 2 weeks ago
lib64 configure test is enabled on other than systems known to use this convention
Status: closed (fixed)
| Reported by: | gdt | Assigned to: | jcorgan |
|---|---|---|---|
| Priority: | low | Milestone: | to-be-decided |
| Component: | build | Version: | 3.1svn |
| Keywords: | lib64 | Cc: | |
In config/gr_x86_64.m4, there is a test to change libdir to ..lib64 if /lib64 exists. The entire test is conditional on 'uname -m' being x86_64, but is independent of OS. My understanding is that the /lib64 notion is specific to Linux, and therefore this code should also be protected by an if that checks for Linux. (I do not expect that the current code will cause trouble on NetBSD/amd64 because most such systems will not have a /lib64 directory, and thus the low-priority marking.)
Change History
02/01/07 05:47:54: Modified by gdt
- summary changed from lib64 configure test is enabled on other than systems know to use this convention to lib64 configure test is enabled on other than systems known to use this convention.
08/20/08 15:48:39: Modified by eb
- status changed from new to closed.
- version changed from 3.0svn to 3.1svn.
- resolution set to fixed.

Fixed in [9358]