Hi

I tried to install tclspice ( tclspice-0.2.17.tar.gz) under fedora core 3.

make install-tcl  fails with
/usr/bin/install -c -m 644 libspice.so /usr/lib /usr/share
/usr/bin/install: `/usr/lib' is a directory

after
./configure --with-tcl --enable-experimental --enable-xspice

I see that src/Makefile contains the lines
TCL_PKG_PATH = /usr/lib /usr/share
together with
$(INSTALL_DATA) libspice.so $(DESTDIR)$(TCL_PKG_PATH)

which together cause the error.

removing the /usr/share from the TCL_PKG_PATH variable fixed it for me
locally.

Can anyone understanding configure somewhet suggest a general solution?

john

Reply via email to