Bug 695211

Summary: Please support linking against system shared libtrio
Product: Ghostscript Reporter: Jonas Smedegaard <dr>
Component: Build ProcessAssignee: Chris Liddell (chrisl) <chris.liddell>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: master   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---

Description Jonas Smedegaard 2014-05-05 18:36:47 UTC
Ghostscript project prefers to link against locally included libraries, but for most of those libraries offers a switch in the form of an environment variable set with configure, to instead link against system shared library.

One exception for this mechanism is libtrio which is only offered to be linked from the local copy.

Please support linking against system shared libtrio.
Comment 1 Chris Liddell (chrisl) 2014-05-06 03:34:13 UTC
Fixed in:

http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=fc0420d7

NOTE!!!: If the libtrio builds are ever changed to be influenced by the current locale, this change will be removed - the point of using trio is to avoid the glibc's stupid implementation of sprintf() and floating point numbers, where depending on the locale, the decimal point might be "." or "," - Postscript and PDF mandate "." for the decimal point.