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: S Mahesh
Subject: [Octave-bug-tracker] [bug #62316] building octave 7.1.0 in mac os x 12.3 fails
Date: Thu, 14 Apr 2022 22:58:19 -0400 (EDT)

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

Thanks again. I corrected CPPFLAGS to CXXFLAGS, ran ./configure, ran make.
Here is the output from the commands you gave: 


bash-3.2$ touch libinterp/liboctinterp.la
bash-3.2$ make V=1
preserving existing HG-ID file
/bin/sh config.status oct-conf-post.h-tmp oct-conf-post.h
config.status: creating oct-conf-post.h-tmp
config.status: executing oct-conf-post.h commands
/bin/sh config.status liboctave/mk-version-h.sh-tmp liboctave/mk-version-h.sh
config.status: creating liboctave/mk-version-h.sh-tmp
config.status: executing liboctave/mk-version-h.sh commands
/bin/sh config.status libinterp/corefcn/mk-mxtypes-h.sh-tmp
libinterp/corefcn/mk-mxtypes-h.sh
config.status: creating libinterp/corefcn/mk-mxtypes-h.sh-tmp
config.status: executing libinterp/corefcn/mk-mxtypes-h.sh commands
/bin/sh ./build-aux/mk-octave-config-h.sh config.h > octave-config.h-t && \
    if [ -s octave-config.h-t ]; then /bin/sh ./build-aux/move-if-change
octave-config.h-t octave-config.h; else echo "octave-config.h-t is empty!"
1>&2; rm -f octave-config.h-t; exit 1; fi
/bin/sh config.status build-aux/subst-script-vals.sh-tmp
build-aux/subst-script-vals.sh
config.status: creating build-aux/subst-script-vals.sh-tmp
config.status: executing build-aux/subst-script-vals.sh commands
rm -f bits/stl_algo.h
make  all-recursive
make[1]: Entering directory '/Users/mahesh/Downloads/octave-7.1.0'
preserving existing HG-ID file
Making all in libgnu
make[2]: Entering directory '/Users/mahesh/Downloads/octave-7.1.0/libgnu'
make  all-recursive
make[3]: Entering directory '/Users/mahesh/Downloads/octave-7.1.0/libgnu'
make[4]: Entering directory '/Users/mahesh/Downloads/octave-7.1.0/libgnu'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/Users/mahesh/Downloads/octave-7.1.0/libgnu'
make[3]: Leaving directory '/Users/mahesh/Downloads/octave-7.1.0/libgnu'
make[2]: Leaving directory '/Users/mahesh/Downloads/octave-7.1.0/libgnu'
Making all in test
make[2]: Entering directory '/Users/mahesh/Downloads/octave-7.1.0/test'
make  all-am
make[3]: Entering directory '/Users/mahesh/Downloads/octave-7.1.0/test'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/Users/mahesh/Downloads/octave-7.1.0/test'
make[2]: Leaving directory '/Users/mahesh/Downloads/octave-7.1.0/test'
make[2]: Entering directory '/Users/mahesh/Downloads/octave-7.1.0'
preserving existing HG-ID file
/bin/sh config.status oct-conf-post.h-tmp oct-conf-post.h
config.status: creating oct-conf-post.h-tmp
config.status: executing oct-conf-post.h commands
/bin/sh ./build-aux/mk-octave-config-h.sh config.h > octave-config.h-t && \
    if [ -s octave-config.h-t ]; then /bin/sh ./build-aux/move-if-change
octave-config.h-t octave-config.h; else echo "octave-config.h-t is empty!"
1>&2; rm -f octave-config.h-t; exit 1; fi
/bin/sh config.status libinterp/corefcn/mk-mxtypes-h.sh-tmp
libinterp/corefcn/mk-mxtypes-h.sh
config.status: creating libinterp/corefcn/mk-mxtypes-h.sh-tmp
config.status: executing libinterp/corefcn/mk-mxtypes-h.sh commands
/bin/sh config.status liboctave/mk-version-h.sh-tmp liboctave/mk-version-h.sh
config.status: creating liboctave/mk-version-h.sh-tmp
config.status: executing liboctave/mk-version-h.sh commands
/bin/sh config.status liboctave/external/mk-f77-def.sh-tmp
liboctave/external/mk-f77-def.sh
config.status: creating liboctave/external/mk-f77-def.sh-tmp
config.status: executing liboctave/external/mk-f77-def.sh commands
/bin/sh ./libtool  --tag=CXX   --mode=link clang++ -std=gnu++11 -fPIC -pthread
-Wall -W -Wshadow -Woverloaded-virtual -Wold-style-cast -Wformat
-Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual 
-I/usr/local/include/ -I/opt/X11/include/     -L/usr/local/lib -L/opt/X11/lib/
-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/ -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
libtool:   error: 'libinterp/liboctinterp.la' is not a valid libtool archive
Makefile:15512: recipe for target 'src/octave-cli' failed
make[2]: *** [src/octave-cli] Error 1
make[2]: Leaving directory '/Users/mahesh/Downloads/octave-7.1.0'
Makefile:27442: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/Users/mahesh/Downloads/octave-7.1.0'
Makefile:10847: recipe for target 'all' failed
make: *** [all] Error 2


I also find Makefile has the following reference to openmp

am__aclocal_m4_deps = ... $(top_srcdir)/m4/ax_openmp.m4 ...

I am, however,  not able to tell if this relevant to my problem. 

Mahesh



    _______________________________________________________

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]