igraph-help
[Top][All Lists]
Advanced

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

[igraph] Problem installing igraph 0.4.2


From: sloiseau
Subject: [igraph] Problem installing igraph 0.4.2
Date: Sun, 10 Jun 2007 17:35:16 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

Hi,

I try to install igraph on a debian etch box. I download the code using:

    wget http://cneurocvs.rmki.kfki.hu/igraph/download/igraph-0.4.2.tar.gz

run ".configure", but when trying to run "make" I get:

    make  all-recursive
    make[1]: entrant dans le répertoire «
/home/sloiseau/software/igraph-0.4.2 »
    Making all in src
    /bin/sh: line 17: cd: src: Aucun fichier ou répertoire de ce type
    make[1]: *** [all-recursive] Erreur 1
    make[1]: quittant le répertoire « /home/sloiseau/software/igraph-0.4.2 »
    make: *** [all] Erreur 2

If I cd to ./src, make then make install work properly.

But while installing the igraph package in R, using

    install.packages("igraph");

I get a similar error message (no file or directory "src"):

    /usr/lib/R/bin/INSTALL: line 591: cd: src: Aucun fichier ou répertoire
de ce type
    WARNING: no source files found
    chmod: ne peut accéder `/usr/local/lib/R/site-library/igraph/libs/*':
Aucun fichier ou répertoire de ce type
    sed: impossible de lire DESCRIPTION: Aucun fichier ou répertoire de ce
type
    sed: impossible de lire DESCRIPTION: Aucun fichier ou répertoire de ce
type
    No man pages found in package 'igraph'
    ** building package indices ...
    * DONE (igraph)

    The downloaded packages are in
            /tmp/Rtmp4n7QMt/downloaded_packages

I'm completly new to configure and Make...

Cheers,
Sylvain





reply via email to

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