[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile/Libtool
From: |
Charles Gagnon |
Subject: |
Re: Guile/Libtool |
Date: |
Tue, 20 May 2003 14:35:12 -0400 |
User-agent: |
Mutt/1.4i |
I just tried with DESTDIR and it gets furter but it still gets
errors:
[...]
/bin/bash ../mkinstalldirs /usr/local/staging/guile-1.6.4/usr/local/lib
/bin/bash ../libtool --mode=install /usr/local/bin/install -c libguile.la
/usr/local/staging/guile-1.6.4/usr/local/lib/libguile.la
libtool: install: warning: relinking `libguile.la'
(cd /usr/local/src/guile-1.6.4/libguile; /bin/bash ../libtool --mode=relink gcc
-g -O2 -Wall -Wmissing-prototypes -o libguile.la -rpath /usr/local/lib
-version-info 15:0:3 -export-dynamic -no-undefined alist.lo arbiters.lo
async.lo backtrace.lo boolean.lo chars.lo continuations.lo debug.lo
deprecation.lo dynl.lo dynwind.lo environments.lo eq.lo error.lo eval.lo
evalext.lo extensions.lo feature.lo fluids.lo fports.lo gc.lo gc_os_dep.lo
gdbint.lo gh_data.lo gh_eval.lo gh_funcs.lo gh_init.lo gh_io.lo gh_list.lo
gh_predicates.lo goops.lo gsubr.lo guardians.lo hash.lo hashtab.lo hooks.lo
init.lo ioext.lo iselect.lo keywords.lo lang.lo list.lo load.lo macros.lo
mallocs.lo modules.lo numbers.lo objects.lo objprop.lo options.lo pairs.lo
ports.lo print.lo procprop.lo procs.lo properties.lo random.lo rdelim.lo
read.lo root.lo rw.lo scmsigs.lo script.lo simpos.lo smob.lo sort.lo srcprop.lo
stackchk.lo stacks.lo stime.lo strings.lo strop.lo strorder.lo strports.lo
struct.lo symbols.lo throw.lo values.lo variable.lo vectors.lo version.lo
vports.lo weaks.lo symbols-deprecated.lo ramap.lo unif.lo filesys.lo posix.lo
net_db.lo socket.lo regex-posix.lo inet_aton.lo
../libguile-ltdl/libguile-ltdl.la -lcrypt -lsocket -lnsl -lm -inst-prefix-dir
/usr/local/staging/guile-1.6.4)
mv: cannot stat `libguile.so.12.3.0': No such file or directory
libtool: install: error: relink `libguile.la' with the above command before
installing it
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
On Tue, May 20, 2003 at 12:39:37PM -0500, Bob Friesenhahn wrote:
> Try assigning DESTDIR rather than prefix when doing the install.
>
> Bob
[...]
> ======================================
> Bob Friesenhahn
> address@hidden
> http://www.simplesystems.org/users/bfriesen
On Tue, May 20, 2003 at 01:41:50PM -0400, Paul Jarc wrote:
> Charles Gagnon <address@hidden> wrote:
> > ./configure
> > make
> > make prefix=${staging_area} install
>
> Maybe DESTDIR is what you should be using?
>
>
> paul
--
Charles Gagnon | My views are my views and they
http://unixrealm.com | do not represent those of anybody
charlesg at unixrealm.com | but me.
It is easier to apologize than to get permission.
-- Grace Hopper