This is the mail archive of the guile-gtk@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Installation woes


Hi,

As an aside, can someone with easy access remember to edit INSTALL to
say that autogen.sh needs to be run from bash (or similar) before
configure if you start from CVS checkout?  The mention of autoconf is
not entirely helpful, and while I install this every few months (just
long enough to forget), others will have no idea.

My problem: I get "/usr/bin/install: .libs/libguiledlopenhelper.lai: No
such file or directory" when installing.  I checked out the CVS version
today.

Any ideas?
Thanks in advance,
Alex.



bash$ make install
make[1]: Entering directory `/home/download/builds/guile-gtk'
/bin/sh ./mkinstalldirs /home/local//lib
/bin/sh ./libtool  --mode=install /usr/bin/install -c libguilegtk-1.2.la
/home/local//lib/libguilegtk-1.2.la
/usr/bin/install -c .libs/libguilegtk-1.2.so.0.0.0
/home/local//lib/libguilegtk-1.2.so.0.0.0
(cd /home/local//lib && rm -f libguilegtk-1.2.so.0 && ln -s
libguilegtk-1.2.so.0.0.0 libguilegtk-1.2.so.0)
(cd /home/local//lib && rm -f libguilegtk-1.2.so && ln -s
libguilegtk-1.2.so.0.0.0 libguilegtk-1.2.so)
/usr/bin/install -c .libs/libguilegtk-1.2.lai
/home/local//lib/libguilegtk-1.2.la
/usr/bin/install -c .libs/libguilegtk-1.2.a
/home/local//lib/libguilegtk-1.2.a
ranlib /home/local//lib/libguilegtk-1.2.a
chmod 644 /home/local//lib/libguilegtk-1.2.a
PATH="$PATH:/sbin" ldconfig -n /home/local//lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/local//lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./libtool  --mode=install /usr/bin/install -c
libguiledlopenhelper.la /home/local//lib/libguiledlopenhelper.la
/usr/bin/install -c .libs/libguiledlopenhelper.lai
/home/local//lib/libguiledlopenhelper.la
/usr/bin/install: .libs/libguiledlopenhelper.lai: No such file or
directory
make[1]: *** [install-libLTLIBRARIES] Error 1
make[1]: Leaving directory `/home/download/builds/guile-gtk'
make: *** [install-am] Error 2

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]