guile-devel
[Top][All Lists]
Advanced

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

Re: Upcoming 1.6.5 release.


From: Michael Tuexen
Subject: Re: Upcoming 1.6.5 release.
Date: Mon, 9 Aug 2004 18:04:10 +0200

This seems to be related to the problem I see on Mac OS X:
I can build and use the static version, but not the dynamic
version.

So I always use
./configure --disable-shared

I found some hints in the web which also talks about _NSGetEnviron
and crt_externs.h but I could not figure out (yet) how to put
all this together such that I can build shared libs.

This would definitely be good if building dynamic libs is supported.

Best regards
Michael

On Aug 9, 2004, at 5:17 PM, Andreas Vögele wrote:

Rob Browning writes:

I'd like to move us toward making a new stable release soon, and so I
wanted to check with everyone and see what issues might still need to
be resolved.

I came across the following problems, that are already fixed in CVS HEAD, when building the 1.6 snapshot on OpenBSD and Mac OS X.

configure should check for the header file crt_externs.h and the functions unsetenv and _NSGetEnviron.

On the BSDs, putenv cannot be used to remove environment variables. If available,
scm_putenv should call unsetenv to remove variables.



_______________________________________________
Guile-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/guile-devel






reply via email to

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