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

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

[Octave-bug-tracker] [bug #34822] Mingw panics on a simple complex produ


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34822] Mingw panics on a simple complex product
Date: Wed, 16 Nov 2011 23:24:01 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.120 Safari/535.2

Follow-up Comment #4, bug #34822 (project octave):

Sorry for not giving enough information.

I have uplaod libblas.dll in zip form:
http://www.tatsuromatsuoka.com/octave/Eng/Win/ 
OpenBlasdll.zip

I have forgotten to write important point
in section 3 of

http://wiki.octave.org/wiki.pl?action=browse&id=OctaveForWindows&revision=248


To make libblas.dll which is replaceable with libblas.dll in current octave
3.4 distribution, the following for example is required.  


i686-pc-mingw32-gcc -shared-libgcc -shared 
-Wl,--enable-auto-import 
-Wl,--enable-runtime-pseudo-reloc-v2 
-Wl,--allow-multiple-definition 
-Wl,--out-implib=libblas.dll.a -o libblas.dll 
-Wl,--output-def=libblas.exp 
-Wl,--whole-archive libopenblas_core2p-r0.1alpha2.2.lib 
-Wl,--no-whole-archive  -lgfortran


Hope this helps

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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