|
From: | niraj pandey |
Subject: | Re: fft support on octave |
Date: | Tue, 24 Dec 2019 10:54:08 +0530 |
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
Makefile.zip
Description: Zip compressed data
[Prev in Thread] | Current Thread | [Next in Thread] |