[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Guile/Libtool
From: |
Charles Gagnon |
Subject: |
Guile/Libtool |
Date: |
Tue, 20 May 2003 13:06:38 -0400 |
User-agent: |
Mutt/1.4i |
I have a question but I'm not sure if it's libtool related only or
related more to guile.
I downloaded guilde-1.6.4 and I am trying to build a package with it
on my Sun Solaris 9 server. To make a Solaris package, I always
procede the same way:
./configure
make
make prefix=${staging_area} install
Followed by the packaging procedures. So the ${staging_area} will
have bin/, var/, etc/, man/ and lib/ directories containing only the
files related to that particular app.
When I try this with guile-1.6.4 and I get an error on libtool:
[...]
make[2]: Entering directory `/usr/local/src/guile-1.6.4/libguile'
/bin/bash ../mkinstalldirs /usr/local/staging/guile-1.6.4/lib
/bin/bash ../libtool --mode=install /usr/local/bin/install -c libguile.la
/usr/local/staging/guile-1.6.4/lib/libguile.la
libtool: install: error: cannot install `libguile.la' to a directory not
ending in /usr/local/lib
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/usr/local/src/guile-1.6.4/libguile'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/usr/local/src/guile-1.6.4/libguile'
make: *** [install-recursive] Error 1
How can I work around this? Does it require a change in libtool? Does it
require a change in guile?
Thanks.
--
Charles Gagnon | My views are my views and they
http://unixrealm.com | do not represent those of anybody
charlesg at unixrealm.com | but me.
After finding no qualified candidates for the position of principal, the
school board is extremely pleased to announce the appointment of David
Steele to the post.
-- Philip Streifer, Superintendent of Schools, Barrington, Rhode
Island
- Guile/Libtool,
Charles Gagnon <=