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

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

[Octave-bug-tracker] [bug #64709] Android Termux libtool issue


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #64709] Android Termux libtool issue
Date: Thu, 5 Oct 2023 05:56:11 -0400 (EDT)

Follow-up Comment #26, bug #64709 (project octave):


> There is no port of gcc in termux... we use clang

I was just guessing from the output that you'd showed so far. It is using
`g++`. But that might just be a symlink to `clang++` on your system...
In that case, try to explicitly add whatever runtime library provides that
symbol on your system to `LIBS`.

And make sure that the linker that is found by the configure script is the one
that you need to use for that target. (Still strange that you are setting the
target triplet only in CPPFLAGS.)

In any case, that looks more like an issue in your build environment. Octave's
build system probably shouldn't try to work around such issues.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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