From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Charles Gagnon Newsgroups: gmane.lisp.guile.bugs,gmane.comp.gnu.libtool.bugs Subject: Re: Guile/Libtool Date: Tue, 20 May 2003 14:35:12 -0400 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <20030520183512.GC19733@daumier.unixrealm.com> References: <20030520170638.GA19733@daumier.unixrealm.com> <20030520170638.GA19733@daumier.unixrealm.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1053459129 5482 80.91.224.249 (20 May 2003 19:32:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 20 May 2003 19:32:09 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue May 20 21:32:07 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ICqD-0001QB-00 for ; Tue, 20 May 2003 21:32:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ICa6-0006za-Cz for guile-bugs@m.gmane.org; Tue, 20 May 2003 15:15:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19IC31-0007iU-K5 for bug-guile@gnu.org; Tue, 20 May 2003 14:41:15 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19IC1e-0007Rk-0W for bug-guile@gnu.org; Tue, 20 May 2003 14:39:51 -0400 Original-Received: from 250-153.customer.cloud9.net ([168.100.250.153] helo=daumier.unixrealm.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IBxC-00063L-97; Tue, 20 May 2003 14:35:14 -0400 Original-Received: from daumier.unixrealm.com (localhost [127.0.0.1]) h4KIZDXS026418; Tue, 20 May 2003 14:35:13 -0400 (EDT) Original-Received: (from charlesg@localhost) by daumier.unixrealm.com (8.12.8/8.12.8/Submit) id h4KIZCKC026412; Tue, 20 May 2003 14:35:12 -0400 (EDT) Original-To: bug-guile@gnu.org, bug-libtool@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:806 gmane.comp.gnu.libtool.bugs:1332 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:806 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=3Dinstall /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=3Dreli= nk gcc -g -O2 -Wall -Wmissing-prototypes -o libguile.la -rpath /usr/local/l= ib -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 depreca= tion.lo dynl.lo dynwind.lo environments.lo eq.lo error.lo eval.lo evalext.l= o 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_predic= ates.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.l= o 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 roo= t.lo rw.lo scmsigs.lo script.lo simpos.lo smob.lo sort.lo srcprop.lo stackc= hk.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. >=20 > Bob [...] > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Bob Friesenhahn > bfriesen@simple.dallas.tx.us > http://www.simplesystems.org/users/bfriesen On Tue, May 20, 2003 at 01:41:50PM -0400, Paul Jarc wrote: > Charles Gagnon wrote: > > ./configure > > make > > make prefix=3D${staging_area} install >=20 > Maybe DESTDIR is what you should be using? >=20 >=20 > paul --=20 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 _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile