From help-request at octave dot org Fri Jul 22 08:54:40 2005 Subject: Re: Octave/C++ From: Geraint Paul Bevan To: help at octave dot org CC: mjm80 at cam dot ac dot uk, help@octave.org Date: Fri, 22 Jul 2005 14:54:22 +0100 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 -------------------------------------------------------------