Problem with Makefile building on Arch Linux
Clemmitt Sigler <[email protected]> Wed, 8 Jun 2016 14:39:41 -0400
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <CAMi=CsdNkqE0t7nyE10suO_rSbmHeZiWzApGOGeqdoQBEnpUAA@mail.gmail.com> |
--001a114115c2f19c600534c8a0a8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello again, Since I submitted one patch I thought I'd send another one which is needed for me on Arch Linux x86_64. Not sure of universal Linux use or necessity. I need two "fixes" for Arch: 1.) Run ./configure with "--enable-xshm"; and 2.) Patch Makefile, patch is attached. With these, qemacs pulled from CVS (qemacs-cvs package from AUR) builds successfully. Fix 2.) solves this error: "/usr/bin/ld: .objs-Linux-x86_64-gcc/qe.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' "/usr/lib/libdl.so.2: error adding symbols: DSO missing from command line" This was reported on Sat, 21 May 2016 by Fran=C3=A7ois Revol. Adding "-ldl" seems to be needed but I'm not sure I've added it in the right place(?). (My previous x11.c.patch is still needed as x11.c hasn't been patched yet, but recent Makefile fixes in CVS have solved all problems except the one above.) Again, HTH. --=20 Clemmitt Sigler --001a114115c2f19c600534c8a0a8 Content-Type: text/x-patch; charset=US-ASCII; name="Makefile.patch" Content-Disposition: attachment; filename="Makefile.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_ip77wkf90 LS0tIHNyYy9xZW1hY3MtYnVpbGQvTWFrZWZpbGUub3JpZwkyMDE2LTA2LTA4IDE0OjE0OjA4LjAw MTA4MTM3OCAtMDQwMAorKysgc3JjL3FlbWFjcy1idWlsZC9NYWtlZmlsZQkyMDE2LTA2LTA4IDE0 OjA1OjAyLjAwMzk2Njg3NyAtMDQwMApAQCAtMTY2LDcgKzE2Niw3IEBACiAgIGlmZGVmIENPTkZJ R19YU0hNCiAgICAgWExJQlMgKz0gLWxYZXh0CiAgIGVuZGlmCi0gIFhMSUJTICs9IC1sWDExCisg IFhMSUJTICs9IC1sWDExIC1sZGwKICAgWExERkxBR1MgOj0gJChMREZMQUdTKQogICBpZmRlZiBD T05GSUdfREFSV0lOCiAgICAgWExERkxBR1MgKz0gLUwvb3B0L1gxMS9saWIvCg== --001a114115c2f19c600534c8a0a8 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Qemacs-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/qemacs-devel --001a114115c2f19c600534c8a0a8--