octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50463] gsvd implementation uses functions rem


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #50463] gsvd implementation uses functions removed from lapack >= 3.6.0
Date: Fri, 2 Feb 2018 16:54:23 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #53, bug #50463 (project octave):

I didn't read your last message in time.
>From what I can tell from the MSDN that function should be available since
Windows XP and should be available on both 32bit and 64bit systems [1].

It has to be linked in with "-lpsapi". I thought the following change to
configure.ac would add that linker switch automatically:

@@ -1978,6 +1978,9 @@
   AC_SUBST(X11_LIBS)
 fi
 
+## FIXME: This check should probably be for Windows only.
+AC_CHECK_LIB([psapi], [EnumProcessModules])
+
 ### Check for the Carbon framework on macOS systems
 
 OCTAVE_HAVE_FRAMEWORK([Carbon],


Maybe I added those lines in the wrong place. But it worked for me.

It might also depend on the version of MinGW. I am using version 5.0.2.

[1]
https://msdn.microsoft.com/de-de/library/windows/desktop/ms682631(v=vs.85).aspx

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50463>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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