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: Tue, 26 Sep 2023 15:58:18 -0400 (EDT)

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

Thanks!
I don't see anything obvious wrong with that.

Those symbols should be exported by the liboctave library.

In the build tree, could you please run the following command and show the
results?

nm -C liboctave/.libs/liboctave.so | grep getpwnam


I see the following here (building natively for Linux):

$ nm -C liboctave/.libs/liboctave.so | grep getpwnam
                 U getpwnam@GLIBC_2.2.5
0000000000c38420 T
octave::sys::password::getpwnam(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
000000000021e57e t
octave::sys::password::getpwnam(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) [clone .cold]
0000000000c383d0 T
octave::sys::password::getpwnam(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>&)


Just a guess: Did you build from a clean build tree after autoreconf?


    _______________________________________________________

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]