[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fft support on octave
From: |
Kai Torben Ohlhus |
Subject: |
Re: fft support on octave |
Date: |
Tue, 24 Dec 2019 11:34:55 +0900 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 |
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
- Re: fft support on octave, (continued)
- Re: fft support on octave, Kai Torben Ohlhus, 2019/12/13
- Re: fft support on octave, niraj pandey, 2019/12/13
- Re: fft support on octave, Kai Torben Ohlhus, 2019/12/13
- Message not available
- Re: fft support on octave, Kai Torben Ohlhus, 2019/12/13
- Re: fft support on octave, niraj pandey, 2019/12/13
- Re: fft support on octave, niraj pandey, 2019/12/13
- Re: fft support on octave, Kai Torben Ohlhus, 2019/12/14
- Re: fft support on octave, niraj pandey, 2019/12/17
- Re: fft support on octave, Mike Miller, 2019/12/18
- Re: fft support on octave, niraj pandey, 2019/12/23
- Re: fft support on octave,
Kai Torben Ohlhus <=
- Re: fft support on octave, niraj pandey, 2019/12/24
- Re: fft support on octave, Kai Torben Ohlhus, 2019/12/24
- Re: fft support on octave, niraj pandey, 2019/12/25
- Re: fft support on octave, niraj pandey, 2019/12/25
- Re: fft support on octave, Kai Torben Ohlhus, 2019/12/25