Number: 96
Title: Wrong library order in lefty build
Submitter: Bob Lied
Date: Thu Feb 28 11:11:46 2002
Subsys: Build/Installation
Version: 1.8.0
System: Other-Other-HP-UX 10.20
Severity: minor
Problem:
The order of the library files in lefty/Makefile.am
puts -lm before the local libraries, causing log()
to come up undefined. This showed up on HP-UX, but
not on Solaris or Linux.
Fix: In lefty/Makefile.am, move the @LIBS@ from first in the list to last.
Owner: ellson
Status: Fixed (27 Feb 2002)