Re: [dev] [dwm] under NetBSD

From: Leonardo Taccari <iamleot_AT_gmail.com>
Date: Wed, 04 May 2016 15:57:19 +0200

Hello Mitt,

Mitt Green writes:
> This is helpful, though I still can't solve the problem.
> I've tried putting "-Wl, -R/usr/X11R7/lib" in config.mk CFLAGS
> and got the same error. Putting it in LDFLAGS
> causes ld to complain‎ about not being able to find "file or
> directory".
Can you please adjust config.mk like the following?:

 X11INC = /usr/X11R7/include
 X11LIB = /usr/X11R7/lib
 FREETYPEINC != freetype-config --cflags
 INCS = -I${X11INC} ${FREETYPEINC}
 LIBS = -L${X11LIB} -lX11 -Wl,-R${X11LIB} ${XINERAMALIBS} ${FREETYPELIBS}


Ciao,
L.
Received on Wed May 04 2016 - 15:57:19 CEST

This archive was generated by hypermail 2.3.0 : Wed May 04 2016 - 16:00:14 CEST