qemacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-devel] X11 bin fails to link


From: François Revol
Subject: [Qemacs-devel] X11 bin fails to link
Date: Sat, 21 May 2016 23:42:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

LD html2png
CC -c x11.c
x11.c: In function 'x11_bmp_free':
x11.c:1682:5: warning: enumeration value 'BMP_XVSHMIMAGE' not handled in
switch [-Wswitch]
     switch (xb->type) {
     ^
LD xqe_g
/usr/bin/ld: .objs-Linux-x86_64-gcc/qe.o: undefined reference to symbol
'dlclose@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing
from command line
collect2: error: ld returned 1 exit status
Makefile:223: recipe for target 'xqe_g' failed
make: *** [xqe_g] Error 1


Looks like xqe's link is missing $(LIBS). tqe probably also misses it.

I'm not sure it's that useful to have a separate bin for X11...
Do I have to patch it for Haiku as well?

François.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]