Mail Archives: cygwin/2004/05/19/14:30:51
On Wed, 19 May 2004, tuin01 wrote:
> Concerning Cygwin dll: 1.5.9 (Complete install may 16, 2004)
> GNU Smalltalk version 2.1.5
> Windows XP (v 5.1) Professional SP1.
>
> In directory where I've unpacked the smalltalk source package.
> ./configure
>
> changed following files.
> 1. smalltalk-2.1.5/i18n/i18n.c
> - added #include <windows.h>
I'm assuming this was for some typedefs or macros. If they are standard
POSIX ones that are present in the Linux headers but missing in the Cygwin
ones, it'd be interesting to know.
> 2. libgst/Makefile
> changed -lgmp to /lib/libgmp.la in these lines
>
> libgst_la_LIBADD=libgst_la_LIBADD = $(top_builddir)/lib-src/library.la $(LIBSIGSEGV) \
> ${top_builddir}/libltdl/libltdlc.la ${top_builddir}/snprintfv/snprintfv/libsnprintfvc.la -lreadline /lib/libgmp.la
>
> libgst_la_DEPENDENCIES = $(top_builddir)/lib-src/library.la $(LIBSIGSEGV) \
> ${top_builddir}/libltdl/libltdlc.la ${top_builddir}/snprintfv/snprintfv/libsnprintfvc.la -lreadline /lib/libgmp.la
This should not be needed... What was the error that prompted this
change?
Igor
> ran
> make
> make install
>
> gst must be up and running.
>
> Patrick.
>
> I'll try and get 2.1.7 running, but has problem finding Glibc which is not
> available on cygwin.
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D.
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster." -- Patrick Naughton
--
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/
- Raw text -