Hi Pascal,
On Thu, 28 Nov 2002 20:54:02 +0100 Pascal Gascoin <[EMAIL PROTECTED]> wrote: [snip] > impossible de compiler: > > > -e \nstrating configuration for ECIADSL-0.6-pre5 in > /home/moi/Programmes/eciadsl....... > > -n checking make location > >not found > > > >the configure script has failed....... [snip] Usually, this means that GNU Make (a development package) is not installed. If so, I guess that it will be the same for some other devel packages. If GNU Make is really installed but still cannot be found by the ./configure script, check out your $PATH environment variable. `make` should be found from within this $PATH list of paths. Anyway, `./configure --disable-make-check` can be used to skip this test, but I bet that if ./configure cannot find GNU make, you won't be able to compile the sources :-). Regards, -- wwp =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Driver Linux pour modem ECI ADSL USB: http://eciadsl.flashtux.org Archives de cette liste de diffusion: http://liste.eci.free.fr Pour se desinscrire: mailto:[EMAIL PROTECTED]?subject=unsubscribe
