octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #62316] building octave 7.1.0 in mac os x 12.3


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #62316] building octave 7.1.0 in mac os x 12.3 fails
Date: Thu, 14 Apr 2022 22:13:59 -0400 (EDT)

Follow-up Comment #3, bug #62316 (project octave):

I cannot reproduce on linux. I run configure with
--disable-openmp and I do not see any -openbp flags:



/bin/sh ./libtool  --tag=CXX   --mode=link clang++ -fPIC -pthread -Wall -W
-Wshadow -Woverloaded-virtual -Wold-style-cast -Wformat -Wpointer-arith
-Wwrite-strings -Wcast-align -Wcast-qual  -O2 -march=native -mavx -mavx2 
-flto=thin     -fuse-ld=lld -Wl,--threads=16 -o src/octave-cli
src/octave_cli-main-cli.o src/octave_cli-octave-build-info.o
libinterp/liboctinterp.la liboctave/liboctave.la libgnu/libgnu.la  -lpthread
-lm 



I wonder if your configure got confused by some other options and 
disregard the rest (including --disable-openmp).
Could you move it u towards the beginning:


./configure --disable-openmp --prefix... etc.


At the end of configure run you should see something like:


configure:

Octave is now configured for x86_64-pc-linux-gnu

  Source directory:              ..
  Installation prefix:           /usr/local
  C compiler:              ....

-configure-


Could you post those results?

Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62316>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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