octave-maintainers
[Top][All Lists]
Advanced

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

RE: Building on MinGW using MXE-built dependencies [WAS: Re: mxe-install


From: John D
Subject: RE: Building on MinGW using MXE-built dependencies [WAS: Re: mxe-installer try 2]
Date: Sun, 9 Jun 2013 17:57:22 -0400

I saw and had it in my postgres changes, but still couldn't get postgres to
compile with it under native mingw so hadn't bothered to push anything for
it.

-----Original Message-----
From: Clemens Buchacher [mailto:address@hidden 
Sent: Sunday, June 09, 2013 5:43 PM
To: John D
Cc: 'John W. Eaton'; address@hidden; 'Philip Nienhuis'
Subject: Re: Building on MinGW using MXE-built dependencies [WAS: Re:
mxe-installer try 2]

On Sun, Jun 09, 2013 at 03:01:05PM -0400, John D wrote:
>
> Postgresql - wont compile - issues mainly with not finding zlib and 
> and others - I will try againt later as I have a feeling it is 
> something obvious I am missing.

This is probably unrelated, but since you're looking at it. I have this
change queued up:

diff -r 7b4705fb2828 -r e0241b562122 src/postgresql.mk
--- a/src/postgresql.mk Sun Jun 02 21:10:28 2013 +0200
+++ b/src/postgresql.mk Mon Jun 03 20:44:34 2013 +0200
@@ -14,7 +14,7 @@
 endif
 
 ifeq ($(MXE_SYSTEM),mingw)
-  $(PKG)_LIGS := -lsecur32
+  $(PKG)_LIBS := -lsecur32
 endif
 
 define $(PKG)_UPDATE



Clemens



reply via email to

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