Changes between Initial Version and Version 1 of Ticket #68144, comment 6


Ignore:
Timestamp:
Dec 13, 2023, 2:39:22 PM (5 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68144, comment 6

    initial v1  
    22> I updated libextractor to 1.13 but I don't think a lot changed between 1.11 and 1.13 so this bug probably didn't get fixed.
    33
    4 Let me try the new version.
     4Yes, it still fails the same way:
     5{{{
     6libtool: link: ar cr .libs/libextractor_real.a  real_extractor.o
     7libtool: link: /usr/bin/gcc-4.2 -std=gnu99  -o .libs/libextractor_s3m.so -bundle  .libs/s3m_extractor.o   -L/opt/local/lib -lMacportsLegacySupport  -Os -arch ppc -Wl,-headerpad_max_install_names -arch ppc   -Wl,-exported_symbols_list,.libs/libextractor_s3m-symbols.expsym
     8libtool: link: ar cr .libs/libextractor_riff.a  riff_extractor.o
     9Undefined symbols:
     10  "_LE_le16toh", referenced from:
     11      _EXTRACTOR_s3m_extract_method in s3m_extractor.o
     12      _EXTRACTOR_s3m_extract_method in s3m_extractor.o
     13      _EXTRACTOR_s3m_extract_method in s3m_extractor.o
     14      _EXTRACTOR_s3m_extract_method in s3m_extractor.o
     15      _EXTRACTOR_s3m_extract_method in s3m_extractor.o
     16      _EXTRACTOR_s3m_extract_method in s3m_extractor.o
     17      _EXTRACTOR_s3m_extract_method in s3m_extractor.o
     18ld: symbol(s) not found
     19collect2: ld returned 1 exit status
     20}}}