installing guile, issue with libunistring depedencies

979 Views Asked by At

I'm trying to install meep and at the moment guile on my dir on a cluster. I'm not root.

guile needs libunistring. I have installed that but the ./configure of guile still can not find the libunistring. Of course I am telling it where to look at with

--with-libunistring-prefix=/home/xxx/install/libunistring

But I'm still receiving the same error.

    configure:21042: checking for libunistring
configure:21074: gcc -o conftest -g -O2   conftest.c  -lunistring >&5
conftest.c:141:21: error: uniconv.h: No such file or directory

and the uniconv.h is really where it should be.

Any input?

0

There are 0 best solutions below