help-octave
[Top][All Lists]
Advanced

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

Re: fft support on octave


From: niraj pandey
Subject: Re: fft support on octave
Date: Tue, 24 Dec 2019 10:54:08 +0530

Yes I tried with a fresh source code.
PFA Makefile.

Thanks
Niraj


On Tue, Dec 24, 2019 at 8:04 AM Kai Torben Ohlhus <address@hidden> wrote:
On 12/23/19 2:56 PM, niraj pandey wrote:
> Now during make (on octave code) I am getting the following error.
>
>  make
> preserving existing HG-ID file
> Makefile:30458: *** multiple target patterns.  Stop.
>
> Thanks
> Niraj
>

In your attachment, there is your config.log, which I assume was
successful?  Can you attach your Makefile instead?

In general I suggest you simply start over with a fresh Octave build
directory.  Maybe after many configuration attempts things just got
cluttered.  Regarding your configure options:

   ./configure --prefix=/home/niraj/octa \
     CFLAGS=-fPIC \
     CXXFLAGS=-fPIC \
     --enable-shared \
     --with-gui \
     --with-qt \
     --with-blas=/common/pkgs/octave/v5.1.0/BLAS-3.8.0/blas_LINUX.a \
     --with-lapack=/common/pkgs/octave/v5.1.0/lapack-3.8.0/liblapack.a \
     --enable-float \
     --enable-sse \
     --disable-dependency-tracking \
     --with-fftw3-includedir=/home/niraj/fftw/include/ \
     --with-fftw3-libdir=/home/niraj/fftw/lib \
     --with-fftw3f-includedir=/home/niraj/fftw/include \
     --with-fftw3f-libdir=/home/niraj/fftw/lib

Please notice, that some of them are useless:

   configure:83068: WARNING: unrecognized options:
      --with-gui, --enable-float, --enable-sse

HTH,
Kai


--
Success occurs when opportunity and preparation meet

Attachment: Makefile.zip
Description: Zip compressed data


reply via email to

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