ons, 05 03 2008 kl. 12:43 +0100, skrev Johannes F Dorfner:
> Hi all,
> 
> I am trying to compile .oct-files with "mkoctfile" under Windows/Cygwin. 
> I found a current Octave (testing) build with compiler packed by under
> 
>    http://www.geocities.jp/tmacchant/
> 
> After successfully installing all packages as described (I even included 
> the Octave-forge packages), I tried to use
> 
>    mkoctfile helloworld.cc
> 
> resulting in the following output:
> > octave:1> mkoctfile helloworld.cc
> > /usr/bin/ld: cannot find -lfftw3
> > collect2: ld returned 1 exit status
> 
> helloworld.o is created, but obviously the linker has a problem. What is 
> missing?
Looking at the output I'd say 'fftw3' :-)
If you're on a Linux system you probably need to install the developer
package of fftw. I guess it's called libfftw-dev or something like that.

Søren


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to