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

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

[Octave-bug-tracker] [bug #35114] Octave 3.5.90: mkoctfile fails to link


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35114] Octave 3.5.90: mkoctfile fails to link against BLAS/LAPACK
Date: Fri, 30 Dec 2011 16:24:42 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7

Follow-up Comment #22, bug #35114 (project octave):

Before closing, perhaps some examples should be added to the help for
mkoctfile ?

>From Octave's command line what is needed compile an oct-file and link to the
same BLAS/LAPACK used by build Octave ? Is this enough ?


mkoctfile ("mysourcefile.cc", mkoctfile ('-p', 'LAPACK_LIBS'), mkoctfile
('-p', 'BLAS_LIBS'))


If I wanted to explicitly use Apple's Veclib, is this correct ?


mkoctfile ("mysourcefile.cc", "-ldotwrp", "-Wl,-framework", "-Wl,Accelerate")


or using the command form ?


mkoctfile mysourcefile.cc -ldotwrp '-Wl,-framework' '-Wl,Accelerate'



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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