Hi Dimitri,

Which operative system are you using?

cheers
Boriss

Dimitri Le Tellier wrote:
Bonjour,
Je voudrais utiliser OZ, mais je ne parviens pas à installer Emacs. Quand je lance OZ, je reçois une fenêtre /Mozart Fatal Error : Cannot find GNU Emacs or XEmacs./ Quand je lis le fichier INSTALL de Emacs, je trouve le texte qui suit, mais impossible de trouver le script /configure/. Que dois-je faire ? Merci pour votre réponse. Dimitri Le Tellier
BASIC INSTALLATION

The simplest way to build Emacs is to use the `configure' shell script

which attempts to guess correct values for various system-dependent

variables and features and find the directories where various system

headers and libraries are kept. It then creates a `Makefile' in each

subdirectory and a `config.h' file containing system-dependent

definitions. Running the `make' utility then builds the package for

your system.

Here's the procedure to build Emacs using `configure' on systems which

are supported by it. If this simplified procedure fails, or if you

are using a platform such as MS-Windows, where `configure' script

doesn't work, you might need to use various non-default options, and

maybe perform some of the steps manually. The more detailed

description in the rest of the sections of this guide will help you do

that, so please refer to them if the simple procedure does not work.

1. Make sure your system has at least 120 MB of free disk space.

2a. `cd' to the directory where you unpacked Emacs and invoke the

`configure' script:

./configure

2b. Alternatively, create a separate directory, outside the source

directory, where you want to build Emacs, and invoke `configure'

from there:

SOURCE-DIR/configure

where SOURCE-DIR is the top-level Emacs source directory. This

may not work unless you use GNU make.


------------------------------------------------------------------------

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to