octave-maintainers
[Top][All Lists]
Advanced

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

Re: Building MXE / nettle


From: Michael Goffioul
Subject: Re: Building MXE / nettle
Date: Sun, 23 Jun 2013 08:47:39 -0400

On Sun, Jun 23, 2013 at 7:17 AM, Stefan Mahr <address@hidden> wrote:
Hi Michael,

'nettle' fails to build for mingw builds, since you introduced a new
variable 'CCAS' that not exist. The patch below works as temporary solution.

Stefan

------------------------------------------
--- a/src/nettle.mk     Sat Jun 22 13:19:20 2013 -0400
+++ b/src/nettle.mk     Sun Jun 23 13:11:24 2013 +0200
@@ -45,7 +45,7 @@
     cd '$(1)' && ./configure \
         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
-        $(ENABLE_SHARED_OR_STATIC) \
+        $(ENABLE_SHARED_OR_STATIC) CCAS=$(MXE_CC)\
         --prefix='$(HOST_PREFIX)'
     $(MAKE) -C '$(1)' -j '$(JOBS)' getopt.o getopt1.o
     $(MAKE) -C '$(1)' -j '$(JOBS)'

Could you be more specific which changeset broke compilation and under which system? I try to be careful not to interfere with the other build systems, but maybe I overlooked something.

Michael.


reply via email to

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