help-octave
[Top][All Lists]
Advanced

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

Re: Use package in standalone programs


From: Zoltán Szabó
Subject: Re: Use package in standalone programs
Date: Mon, 8 Jan 2018 17:20:38 +0000

Thanks this is really helpful, I will try to integrate those parameters into my build system.

One other question if you allow me: is it possible to call an already existing m file? My m file has like 20 lines and it is using the mentioned signal package, it just returns a single string for me what I need to process within c++. So if it is possible to just run the m file instead of programming all the 20 line in c++ that would be really good.
(Note: I am not allowed to execute octave cli binary for this, I need to embed octave in my application as a library.)

Thanks,
Zoltan

On Mon, Jan 8, 2018 at 3:12 PM, siko1056 <address@hidden> wrote:
Zoltán Szabó wrote
> Is it possible to use an other compiler like gcc and configure it just
> like what mkoctfile does? Because I might use gcc as my project requests
> it.

Sure, just type `mkoctfile -v` and you can see the commands with which g++
is invoked on your system.

HTH,
Kai





--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave


reply via email to

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