[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compile error on MacOs when installing liberty eiffel
From: |
小泉 悟 |
Subject: |
Re: compile error on MacOs when installing liberty eiffel |
Date: |
Tue, 30 Apr 2024 15:00:50 +0900 |
Dear all,
My machine is Mac Studio(M2) and I fail to compile eiffeltest_server on my
machine, too.
In my log file:
ld: Undefined symbols:
_libintl_gettext, referenced from:
_i18n_localized_text in eiffeltest_server.o
_libintl_setlocale, referenced from:
_i18n_set_system_locale in eiffeltest_server.o
_r870fix_locale in eiffeltest_server.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
../compile failed with status 1
This might be the same problem as FreeBSD
(I have to link libintl but I do not know how to do).
> 2024/04/29 0:00、Paolo Redaelli <paolo.redaelli@gmail.com>のメール:
>
>
> Il 28/04/24 16:05, Remy.Schleimer ha scritto:
>> Hi,
>> Thanks for your quick reply.
>>
>> I am indeed iinstalling on an Apple M2 chip and
>
> I do not have access to any Apple Silicon machines. A temporary solution is
> to use an older version of actual GCC.
>
> According to https://formulae.brew.sh/formula/gcc#default only version 13 ,
> 12 and 11 are available for Apple Silicon, aka ARM64.
>
> I have been able to bootstrap the compiler without any error from the current
> installer using gcc version 7.
>
> Of course this requires to be solved....
>
> I made a quick search but I wasn't able to find an apple silicon version of
> gcc that old.
>