HI,

can someone enlighten me why the following is happening:

emacs ➤ emacs                                                                  
Error using execdir /usr/lib/x86_64-linux-gnu/emacs/28.0.50/x86_64-linux-gnu/../../../../bin/:
emacs: /usr/lib/x86_64-linux-gnu/emacs/28.0.50/x86_64-linux-gnu/../../../../bin/../native-lisp/28.0.50-b0a588b0/preloaded/window-98dcc46c-8d15fa51.eln: cannot open shared object file: No such file or directory
emacs ➤ find /usr/lib -name native-lisp                                        
/usr/lib/x86_64-linux-gnu/emacs/28.0.50/native-lisp
emacs ➤ which emacs                                                            
/usr/bin/emacs
emacs ➤ ls -l $(which emacs)                                                  
lrwxrwxrwx 1 root root 23 abr 30 13:43 /usr/bin/emacs -> /etc/alternatives/emacs
emacs ➤ realpath $(which emacs)                                                
/usr/bin/emacs-28.0.5028

I feel I'm almost there in creating a .deb package for emacs28 with native compilation. My plan is to get this right for a GTK only package and then return to the -gtk -nox package scheme

TIA, /PA
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler