On Wed, 29 Oct 2003, Alexandre Julliard wrote:
Yes, and it seems to work fine here. Could you show us the exact commands you ran and the relevant make output?
Well, I did a standard build:
configure --with-nptl --silent && make -s depend && make -s
than installed it (as root):
make -s install
to fix the problem, I had to do:
cd libs/; make -s install-dev