Build MSVC oct-files linked to pthread and fftw
Tatsuro MATSUOKA
tmacchant at yahoo.co.jp
Sun Jan 20 17:10:25 CST 2008
He Michael
Sorry I overlooked your mail.
Please dicard my previous mail.
Regards
Tatsuro
--- Michael Goffioul <michael.goffioul at gmail.com> wrote:
> On 1/20/08, Fredrik Lingvall <fl at ifi.uio.no> wrote:
> > I'm trying the build some oct-files for the MSVC version of octave.
> > I need to link them to pthread and fftw. Windows versions of these
> > libs can be found at
> >
> > http://www.fftw.org/install/windows.html
> >
> > and
> >
> > ftp://sourceware.org/pub/pthreads-win32/dll-latest/
> >
> > respectively. How do I install these libs (if they are not already
> > included in octave) so that I can build the
> > oct-files with: mkoctfile -lpthread -lfftw ...
>
> Install .lib files into <octave>\lib and headers into
> <octave>\include. Binaries (.dll and .exe) should be
> installed into <octave>\bin.
>
> FFTW import library (fftw3.lib) is included with the binary
> package; linking with -lfftw3 should be enough. If you also
> need the header, just grab it from the FFTW windows
> binary package (it's not included in octave distribution).
>
> pthread is not part of octave package. You should be able
> to link against it by installing the various files as mentioned
> above. Note however that this binary package is probably
> not compiled with MSVC8, so you might suffer some
> problems at run-time. If this happens, you might try to
> recompile pthreads with MSVC8, although I don't know if
> it is supported by pthreads sources.
>
> Michael.
> _______________________________________________
> Help-octave mailing list
> Help-octave at octave.org
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
>
--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/
More information about the Help-octave
mailing list