octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OCTAVE_PROG_GHOSTSCRIPT for windows


From: Benjamin Lindner
Subject: Re: OCTAVE_PROG_GHOSTSCRIPT for windows
Date: Sun, 22 Nov 2009 12:12:52 +0100
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

Tatsuro MATSUOKA wrote:
Hello


In 'acinclude.m4' in the development source, I found

dnl OCTAVE_PROG_GHOSTSCRIPT
AC_DEFUN([OCTAVE_PROG_GHOSTSCRIPT], [
  case "$canonical_host_type" in
    *-*-cygwin* | *-*-mingw32* | *-*-msdosmsvc)
      gs_names="gs gswin32"
    ;;
    *)
      gs_names=gs
    ;;
  esac
**********
In Cygwin, is gs_names="gs gswin32" required? On cygwin, I am using 'gs.exe' on 
cygwin.


      gs_names="gs gswin32"

Is it better to be
      gs_names="gs gswin32c"

Both works, what's better is up to definition.
I'd use "gswin32c" since it is the console version.

But I see another issue, the host triplet for mingw
should be *-*-mingw* (omit the explicit "32").

benjamin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]