GNU bug report logs -
#47558
28.0.50; dlopen 'image not found' gccemacs native-lisp macos
Previous Next
Reported by: Bryan O'Brien <bryan.m.obrien <at> gmail.com>
Date: Fri, 2 Apr 2021 03:08:01 UTC
Severity: normal
Found in version 28.0.50
Done: Andrea Corallo <akrl <at> sdf.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Error is resolved with latest branch.
This is the build shell I used:
# native-comp optimization
export CFLAGS="-I$(brew --prefix libgccjit)/include"
export LDFLAGS="-L$(brew --prefix libgccjit)/lib/gcc/10"
export CC="clang"
cd gccemacs || exit
git clean -xfd
./autogen.sh
./configure --with-native-compilation --with-x-widgets
make NATIVE_FULL_AOT=1 -j 16
make -j 16 install
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Andrea Corallo <akrl <at> sdf.org>
>> Cc: Eli Zaretskii <eliz <at> gnu.org>, bryan.m.obrien <at> gmail.com,
>> 47558 <at> debbugs.gnu.org
>> Date: Tue, 06 Apr 2021 19:26:16 +0000
>>
>> On this subject I just realized that there we used concat in place of
>> `expand-file-name' and fixed that with 6568198213.
>
> I needed to revert that part, because we cannot call expand-file-name
> so early into startup, at least not on MS-Windows. Was there some
> real problem you saw that was caused by using concat2 there?
This bug report was last modified 4 years and 44 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.