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: Wed, 25 Dec 2019 16:50:55 +0530

Seems some issue with my environment. After fix this env issue I was able to build octave with fft support using following configuration settings.

./configure --prefix=/tmp/octa12 CFLAGS=-fPIC CXXFLAGS=-fPIC --enable-shared --with-qt --with-blas=/octave/v5.1.0/BLAS-3.8.0/blas_LINUX.a --with-lapack=/octave/v5.1.0/lapack-3.8.0/liblapack.a --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

Thanks for your support.

Thanks
Niraj

On Wed, Dec 25, 2019 at 12:51 PM niraj pandey <address@hidden> wrote:
yes I am facing the same issue without any changes.
Meanwhile can you pls let me know what do you mean about default version og GNU Octave.

Thanks
Niraj

On Wed, Dec 25, 2019 at 8:43 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.
>

On 12/24/19 2:24 PM, niraj pandey wrote:
> Yes I tried with a fresh source code.
> PFA Makefile.
>
> Thanks
> Niraj
>

Can you build the default version of GNU Octave without any changes in
your configuration?

In your attached Makefile, is it still line 30458 that is failing?

What is the output of

   make --dry-run

or does it error as well?

Best,
Kai


--
Success occurs when opportunity and preparation meet


--
Success occurs when opportunity and preparation meet

reply via email to

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