Hi,

"Poor Yorick" <[EMAIL PROTECTED]> writes:

> building guile-1.8.2 on gcc (GCC) 3.3.2 with an alternate --prefix, it looks 
> like root is still needed:
>
> /path/to/src/guile-1.8.2_sunos/guile-1.8.2/configure \
>  --disable-error-on-warning \
>  
> --prefix=/grid/gro/vol/gbl_statcomp_devel/sparc-32-solaris_nc/bootstrap/guile-1.8.2
>
> Later on, make fails with the following error:

The `ice-9/*.scm' files normally go to `$(pkgdatadir)/1.8/ice-9',
i.e., `${prefix}/share/guile/1.8/ice-9'.

> Making install in guile-readline
> make  install-recursive
> Making install in ice-9
> test -z "/1.8/ice-9" || .././install-sh -c -d "/1.8/ice-9"
> mkdir: "/1.8/ice-9": Permission denied

Apparently something went wrong here: it looks as though `pkgdatadir'=/.
Did you pass a `DESTDIR' variable to `make' when running "make install"?

If not, please look for the value `datarootdir' and `pkgdatadir' in
`config.log' and make sure they correspond to what you want.

Hope this helps,
Ludovic.



_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to