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

[GENTOO -MINBAR - Makefile problem]



Essalam aleykoum

i have encountered some problems to compile minbar on GENTOO and we found out how to solve manually this
issue.
- After Building ITL project, we had to mention on /etc/ld.so.conf file that we use /usr/local/lib/itl library
1) i have created a file /etc/env.d/99itl containing this line
    LDPATH="/usr/local/lib/itl"
2) env-update

Then to build minbar :
I had to change src/Makefile to speficy the library location
line 156 -> LDFLAGS = -L/usr/local/lib/itl

Can we updated the version of this Makefile ?

thanks,
Abdelhalim