Tiny Core Extensions > TCE Talk
X11 headers
averyeng:
i used that from the make tce directions
for both giblib and feh.
Juanito:
You could try having a look at the Makefile after running ./configure.
You might see something like:
giblib -L giblib
that you could change to:
giblib -L /usr/local/lib
averyeng:
found this in the "Makefile"
GIBLIB_CFLAGS = -I/usr/local/include -I/usr/local/include/giblib
GIBLIB_LIBS = -L/usr/local/lib -lgiblib -L/usr/lib -lImlib2 -lfreetype -lz -L/usr/X11R6/lib -lX11 -lXext -ldl -lm
but it doesn't seem to be used anywhere in the Makefile
Juanito:
It's a long shot, but maybe removing "-L/usr/X11R6/lib" might help?
^thehatsrule^:
Maybe running `ldconfig` will help.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version