bbidulock / blackboxwm

A window manager for X11
Other
167 stars 28 forks source link

Build crash with --enable-shared #26

Closed eribertomota closed 3 years ago

eribertomota commented 4 years ago

Dear upstream,

I am trying update the Debian package to 0.76 version. We use --enable-shared option. The final result is:

/usr/bin/ld: Window.o: undefined reference to symbol 'XShapeCombineShape'
/usr/bin/ld: /lib/x86_64-linux-gnu/libXext.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

Thanks in advance.

Regards,

Eriberto

bbidulock commented 4 years ago

I don't have any problems building with --enable-shared option, so must be something more than just that.