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: Rik
Subject: [Octave-bug-tracker] [bug #50463] gsvd implementation uses functions removed from lapack >= 3.6.0
Date: Fri, 2 Feb 2018 17:24:07 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

Good news is that your changeset did fix the warning after 'make check' on
Linux.

The FIXME is correct, we don't really want that to be run when we're not
compiling for Windows.  But, it does no harm in the sense that the library
isn't found and so the flag '-lpsapi' is never set.

The config.log shows


configure:68220: checking for EnumProcessModules in -lpsapi
configure:68253: i686-w64-mingw32-gcc -o conftest.exe -g -O2 -pthread -fopenmp
-I/home/rik/wip/Projects_Mine/mxe-octave/usr/i686-w64-mingw32/include
-Wl,-rpath-link,/home/rik/wip/Projects_Mine/mxe-octave/usr/i686-w64-mingw32/lib
-L/home/rik/wip/Projects_Mine/mxe-octave/usr/i686-w64-mingw32/lib
-L/home/rik/wip/Projects_Mine/mxe-octave/usr/i686-w64-mingw32/qt5/lib
conftest.c -lpsapi  -lgdi32 -lm   >&5
/tmp/ccMLVLDh.o: In function `main':
/home/rik/wip/Projects_Mine/mxe-octave/tmp-default-octave/octave-4.3.0+/.build/conftest.c:564:
undefined reference to `EnumProcessModules'


I do see a file
/home/rik/wip/Projects_Mine/mxe-octave/usr/i686-w64-mingw32/include/psapi.h,
but there is no equivalent psapi.lib which this Microsoft documentation refers
to:
https://msdn.microsoft.com/en-us/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]