delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <20020728203858.21933.qmail@web11206.mail.yahoo.com> |
Date: | Sun, 28 Jul 2002 13:38:58 -0700 (PDT) |
From: | Matt Rice <ratmice AT yahoo DOT com> |
Subject: | problems w/ guile modules |
To: | cygwin AT cygwin DOT com |
MIME-Version: | 1.0 |
I updated from the guile projects list guile-xlib-0.3.tar.gz to work under newer releases.. (under linux) with a few changes (url at bottom) here's what it took to compile under cygwin. (commented out SCM_DEBUG_DEPRECATED in xlib.c) and added... CPPFLAGS=-I/usr/X11R6/include LIBS= -lcygwin -lguile to the Makefile it produced... it compiled against 1.5.6 on cygwin... oh yeah and i ran ld manually... here is what i noticed... when compiling guile-xlib guile-snarf didn't seem to install anywhere on my machine... I only looked in my path, if it's in libexec or something guile couldn't find it either.. I copied it manually.. as previously mentioned on the list, i had to throw the readline dll in my PATH... guile-readline works though (dynamic-link "guilexlib") still throws me a file not found... http://vespertine.pc.ashlandfiber.net/guile/guile-xlib-0.4.tar.gz and I tallied the version one... also, i noticed... under linux i can do something like.. (define libncurses (dynamic-link "libncurses.so")) (dynamic-call "initscr" libncurses) (dynamic-call "endwin" libncurses) haven't figured out a cygwin equal Thanks matt __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |