help-octave
[Top][All Lists]
Advanced

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

Re: Octave/C++


From: Geraint Paul Bevan
Subject: Re: Octave/C++
Date: Fri, 22 Jul 2005 14:54:22 +0100
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

Søren Hauberg wrote:

> What was the (compile time) output when you tried these flags?
> I assume you did something like this
> 
> mkoctfile Bot.cpp -o BotMake.oct -lrobot
> 
> right? Was librobot.a in your LD_PATH?
> 
> /Søren
> 

If not, you can just use -L. to include it for the compilation:

mkoctfile -o BotMake.oct Bot.cpp -L. -lrobot


-- 
Geraint Bevan
http://www.mech.gla.ac.uk/~gbevan



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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