X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eric Inazaki Subject: libplot program on cygwin Date: Wed, 26 Jul 2006 22:48:45 +0000 (UTC) Lines: 18 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I have a program that uses libplot which I'm trying to use in the Cygwin envir. The program is supposed to spit out postscript code, but it actually outputs nothing. It outputs no postscript, and the (f)printf statements don't do anyting either. The program was originally built under linux and it works fine there. I've also ported a bunch of other (simple) programs from linux to cygwin with no problems. I suspect my cygwin is missing some runtime module because if I take my problem program and cripple it by removing all the libplot calls it then works. My question: What does libplot require of the cygwin environment in order to work? Does it require X Windows? Does X Windows have to be running? Note that I'm not using libplot to do any X stuff only postscript. Any help would be appreciated. eric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/