bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fixing directory structure for 1.8.1 release on SuSE 10.0


From: Ludovic Courtès
Subject: Re: fixing directory structure for 1.8.1 release on SuSE 10.0
Date: Sat, 14 Apr 2007 16:18:57 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Joseph Schiller <address@hidden> writes:

> The previous release had
> placed files in /usr/bin directory and the new is
> placing them in /usr/local/share/guile.

[...]

> After building Guile from sources, running guile
> --version was showing guile 1.6.7 still. Running make
> uninstall, and running ./configure --prefix=/usr/bin
> did nothing to correct the issue.

Guile use the standard tools of the GNU Build System.  Therefore,
running `./configure' alone will lead to things being installed under
`/usr/local' (i.e., executables in `/usr/local/bin', libs in
`/usr/local/lib', etc.).

OTOH, `./configure --prefix=/usr/bin' will finally install things under
`/usr/bin'---that is, executables in `/usr/bin/bin', libs in
`/usr/bin/lib', etc.  This is certainly not what you want.

Instead, if you want things installed under `/usr/bin', what you want is
`./configure --prefix=/usr'.  It should work fine.

(Note: you may need to run `make clean' before running `configure' with
a different `--prefix'.)

Hope this helps,
Ludovic.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]