[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Undefined symbols _stat_time_normalize
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Undefined symbols _stat_time_normalize |
Date: |
Mon, 11 Nov 2024 01:07:31 +0100 |
Ionut Cosmin Mihai wrote:
> I'm trying to use libiconv from vcpkg, when trying to build for arm64-iOS
> from x64 macOS I'm getting the below error. There are also other users that
> are bumping into the same issue. Any idea what could be the cause or what
> would be a solution?
>
> Thank you!
>
> Undefined symbols for architecture arm64:
> "_stat_time_normalize", referenced from:
> _rpl_stat in stat-65f137.o
> ld: symbol(s) not found for architecture arm64
>
> [1] https://github.com/microsoft/vcpkg/issues/36182
Thanks for the report. Fixed through
https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=2d1edb0bd8035200d09ba4bd6d0161f37e0ee1f4
Bruno