I'm trying to build OpenBox on TC 6.0 32bit.
./configure --prefix=/usr/local --sysconfdir=/etc --disable-nls
'make' fails and gives the following error message:
...
CC obrender/obrender_libobrender_la-render.lo
CC obrender/obrender_libobrender_la-theme.lo
CCLD obrender/libobrender.la
/usr/local/bin/sed: can't read /usr/lib/libXext.la: No such file or directory
libtool: link: `/usr/lib/libXext.la' is not a valid libtool archive
Makefile:1256: recipe for target 'obrender/libobrender.la' failed
make[1]: *** [obrender/libobrender.la] Error 1
make[1]: Leaving directory '/tmp/openbox-3.5.2'
Makefile:3771: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
libXext.la is not in /usr/lib/ but in /usr/local/lib/ .
I tried setting several variables such as LDFLAGS , LIBS , USRLIBS , PKG_CONFIG_PATH to include /usr/local/lib/ , hoping I could do it correctly just by chance. (;
But no.
Any hints?
Thanks.