help-octave
[Top][All Lists]
Advanced

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

Re: mkoctfile and sundials cvode


From: JuanPi
Subject: Re: mkoctfile and sundials cvode
Date: Thu, 22 Jun 2017 17:37:03 +0200

On Thu, Jun 22, 2017 at 5:21 PM, JuanPi <address@hidden> wrote:
> Hi,
>
> I somehow managed to get mkoctfile compile a wrapper around a program
> using cvode
> The call that work is
>
> mkoctfile -Wall -std=c++11 -lsundials_cvode tank_emulator_sundials.cc
>
ok, nm shows that the symbol is not in _cvode, but in _nvecserial, so adding

-lsundials_nvecserial

solves this issue

-- 
JuanPi Carbajal
https://goo.gl/ayiJzi
Public GnuPG key: 9C5B72BF
-----
"Why is thought, being a secretion of the brain, more wonderful than
gravity, a property of matter?"
- C. Darwin



reply via email to

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