Bug 692813 - Batch-files call incorrect binary for 64 bit
Summary: Batch-files call incorrect binary for 64 bit
Status: RESOLVED DUPLICATE of bug 692812
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Config/Install (show other bugs)
Version: 9.04
Hardware: PC Windows 7
: P4 normal
Assignee: Default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 09:19 UTC by Christian Luijten
Modified: 2012-01-25 09:20 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***