[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with cygwin build and ofw
From: |
Agustin Barto |
Subject: |
Re: Problems with cygwin build and ofw |
Date: |
31 Oct 2002 20:09:50 -0300 |
The problem is the with the cygwin1.dll compilation, not with octave.
Actually, I haven't tried to compile octave 2.1.38 yet.
On Thu, 2002-10-31 at 13:43, John W. Eaton wrote:
> On 31-Oct-2002, address@hidden <address@hidden> wrote:
>
> | I'm having some problems trying to compile my patched version of the
> | cygwin1.dll so the next version of ofw (2.1.38 based) won't be cygwin
> | compatible. Of course, I'll include all the proper warnings.
>
> Are you building this with support for shared libraries and .oct
> files?
>
> If so, you will probably want the following patch.
>
> jwe
>
> 2002-10-31 John W. Eaton <address@hidden>
>
> * configure.in (SHLEXT_VER, SHLLIB_VER, SHLBIN_VER): Use
> $(version), not $(VERSION).
>
>
> Index: configure.in
> ===================================================================
> RCS file: /usr/local/cvsroot/octave/configure.in,v
> retrieving revision 1.383
> retrieving revision 1.384
> diff -u -r1.383 -r1.384
> --- configure.in 25 Oct 2002 20:36:14 -0000 1.383
> +++ configure.in 31 Oct 2002 16:18:51 -0000 1.384
> @@ -625,9 +625,9 @@
> SHLEXT=so
> SHLLIB=$SHLEXT
> SHLBIN=
> -SHLEXT_VER='$(SHLEXT).$(VERSION)'
> -SHLLIB_VER='$(SHLLIB).$(VERSION)'
> -SHLBIN_VER='$(SHLBIN).$(VERSION)'
> +SHLEXT_VER='$(SHLEXT).$(version)'
> +SHLLIB_VER='$(SHLLIB).$(version)'
> +SHLBIN_VER='$(SHLBIN).$(version)'
> SHLLINKEXT=
> SH_LD="$CXX"
> SH_LDFLAGS=-shared
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------