gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Re: OpenBSD progress


From: Camm Maguire
Subject: Re: [Gcl-devel] Re: OpenBSD progress
Date: 07 May 2004 17:52:38 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

Magnus Henoch <address@hidden> writes:

> Camm Maguire <address@hidden> writes:
> 
> > Greetings, and thank you so much for your work on this!
> >
> > In brief, I've committed what I believe to be equivalents to your
> > patches in both branches.  Please confirm that gcl compiles out of the
> > box for you, or let me know what needed changes may remain.
> 
> -Z must be in LDFLAGS for the DBEGIN configure test.  Something like
> this:
> --- orig/configure.in
> +++ mod/configure.in
> @@ -994,6 +994,8 @@
>  fi
>  
>  
> +old_LDFLAGS="$LDFLAGS"
> +LDFLAGS="$TLDFLAGS"
>  AC_MSG_CHECKING("finding DBEGIN")
>  AC_TRY_RUN([#include <stdio.h>
>              #include <stdlib.h>
> @@ -1035,6 +1037,7 @@
>  /* where data begins */
>  )
>  AC_MSG_RESULT(got $dbegin)
> +LDFLAGS="$old_LDFLAGS"
>  
>  
>  AC_MSG_CHECKING("finding CSTACK_ADDRESS")
> 
> Except for that, it works fine.
> 

OK, its in now.  Please let me know if gcl doesn't work out of the box
on openbsd.

Take care,


-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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