Bug 692813

Summary: Batch-files call incorrect binary for 64 bit
Product: Ghostscript Reporter: Christian Luijten <christian>
Component: Config/InstallAssignee: Default assignee <ghostpdl-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P4    
Version: 9.04   
Hardware: PC   
OS: Windows 7   
Customer: Word Size: ---

Description Christian Luijten 2012-01-25 09:19:27 UTC
On 64 bit Windows systems, the batch scripts try to call the wrong binary.

From gssetgs.bat:
if %GS%/==/ set GS=gswin32
if %GSC%/==/ set GSC=gswin32c

Should be:
if %GS%/==/ set GS=gswin64
if %GSC%/==/ set GSC=gswin64c
Comment 1 Christian Luijten 2012-01-25 09:20:11 UTC

*** This bug has been marked as a duplicate of bug 692812 ***