Comment installer Asymptote

Tout ce qui concerne le langage Asymptote. Ce langage est utilisable sur le forum via les balises asy.
[participation réservée aux utilisateurs inscrits]
Règles du forum
Merci de soigner la rédaction de vos messages et de consulter ce sujet avant de poster. Pensez également à utiliser la fonction recherche du forum.
rebouxo
Modérateur honoraire
Modérateur honoraire
Messages : 6962
Inscription : mercredi 15 février 2006, 13:18
Localisation : le havre
Contact :

Comment installer Asymptote

Message non lu par rebouxo »

C'est bô le progrès, mais c'est chiant.

Voilà une heure que je perd avec l'installation d'asymptote.
Il est pas dans les dépôts de mandriva (ça c'est pas de la faute des asymptoteurs, mais je finir par changer de crémerie moi ! Ils vont bientôt faire de la concurrence à Débian).

Bon, je me rends sur le site d'asymptote et je trouve deux types de fichiers des .tar.gz et des .rpm. Bon, ben le mode d'emploi du premier fonctionne pas, et l'installation plante car il manque une dépendance (freeglut).

Donc on fait comment dans ces cas. (je suis agacé, il y a des moments le libre c'est franchement chiant).

Olivier
A line is a point that went for a walk. Paul Klee.
Par solidarité, pas de MP.
Arnaud
Modérateur honoraire
Modérateur honoraire
Messages : 7097
Inscription : lundi 28 août 2006, 13:18
Localisation : Allemagne
Contact :

Re: Comment installer Asymptote

Message non lu par Arnaud »

Les .rpm sont à mandriva ce que sont les .deb à debian.
Si je me rappelle bien, il faut lancer dans une console :

Code : Tout sélectionner

urpmi ton_paquet.rpm
après t'être placé dans le bon dossier, en espérant que les dépendances soient satisfaites ( cela ne devrait pas trop poser de problèmes avec asymptote ).
Arnaud
Un peu d'info - Pyromaths - Pas d'aide en MP (non plus)
MB
Administrateur
Administrateur
Messages : 8058
Inscription : samedi 28 mai 2005, 14:23
Statut actuel : Enseignant
Contact :

Re: Comment installer Asymptote

Message non lu par MB »

Sinon, une installation depuis les sources svn ?

1) Installer ces paquets Debian (qui doivent avoir leur équivalent pour ta distribution) et qui seront nécessaires pour la compilation :

Code : Tout sélectionner

aptitude install autoconf gcc g++ bison zlibl1g-dev flex subversion make
2) Récupérer les sources :

Code : Tout sélectionner

mkdir /home/asymptote_svn
cd !$
svn co http://asymptote.svn.sourceforge.net/svnroot/asymptote/trunk/asymptote
3) Compiler :

Code : Tout sélectionner

cd asymptote
./autogen.sh
wget http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.0.tar.gz
./configure
make all
make install
En espérant que ça puisse t'aider ...
MB. (rejoignez pCloud et bénéficiez de 10Go de stockage en ligne gratuits)
Pas d'aide en message privé. Merci de consulter ce sujet avant de poster votre premier message.
plop08
Utilisateur chevronné
Utilisateur chevronné
Messages : 1122
Inscription : mardi 28 avril 2009, 19:05
Localisation : Reims
Contact :

Re: Comment installer Asymptote

Message non lu par plop08 »

si tu mets un accent à Debian : je le dis au développeur !

sinon si il te manque que freeglut pour l'installer après tu peux passer par synaptic pour installer les dépendances manquantes. mais il est clair que la première compilation est toujours source d'ennuis :)

MB t'a donné la marche à suivre, je ne rajouterai que si la compilation s'est bien passée, ton binaire sera dans /usr/local/bin .

ps : pour trouver le libre chiant, il te faut installer une Gentoo ! après là tu pourras gueuler :)
rebouxo
Modérateur honoraire
Modérateur honoraire
Messages : 6962
Inscription : mercredi 15 février 2006, 13:18
Localisation : le havre
Contact :

Re: Comment installer Asymptote

Message non lu par rebouxo »

Merci pour vos réponses qui me satisfont à moitié. Il y a un problème de dépendance avec les .rpm puisque l'archive veut freeglut (au passage si quelqu'un sait comment installer freeglut cela résoudra peut-être mon problème).
J'ai pas trop envie de me lancer dans l'aventure des svn, mais bon...


Je râle sur le libre parce que je trouve que cela manque beaucoup d'explications.

Bon il reste le tar qui ne fait pas non plus ce qu'il devrait (connait pas les options de la bête). Le site d'asymptote indique :

Code : Tout sélectionner

tar -C/-xvf asymptote.xxx.gz
L'option -C me renvoie une erreur : vous devez choisir une des options << -Acdtrux >>.
l'option -xvf me renvoie l'erreur : la fonction open a échoué : aucun fichier ou dossier de ce type.

Curieux, non ?

Olivier
A line is a point that went for a walk. Paul Klee.
Par solidarité, pas de MP.
plop08
Utilisateur chevronné
Utilisateur chevronné
Messages : 1122
Inscription : mardi 28 avril 2009, 19:05
Localisation : Reims
Contact :

Re: Comment installer Asymptote

Message non lu par plop08 »

tar -xvz *.gz devrait passer / suffire non ?
François D.
Utilisateur chevronné
Utilisateur chevronné
Messages : 1367
Inscription : dimanche 30 juillet 2006, 10:04
Localisation : Alsace

Re: Comment installer Asymptote

Message non lu par François D. »

Pour ce qui est de Mandriva, mais je le dis de mémoire, il y a des dépôts complémentaires, comparables aux dépôts « multimedia.org » bien connus des debianeux, comme le Penguin Liberation Front ; je te conseille de faire un tour sur ce site http://easyurpmi.zarb.org/?language=fr pour te concocter une liste de dépôts à ta convenance.

Ça n'inclura peut-être pas Asymptote (faut voir de plus près), mais ça ne peut de toutes manières pas faire de mal ;) .
rebouxo
Modérateur honoraire
Modérateur honoraire
Messages : 6962
Inscription : mercredi 15 février 2006, 13:18
Localisation : le havre
Contact :

Re: Comment installer Asymptote

Message non lu par rebouxo »

plop08 a écrit :tar -xvz *.gz devrait passer / suffire non ?
SI il daignait s'installer le bougre.

Olivier
A line is a point that went for a walk. Paul Klee.
Par solidarité, pas de MP.
rebouxo
Modérateur honoraire
Modérateur honoraire
Messages : 6962
Inscription : mercredi 15 février 2006, 13:18
Localisation : le havre
Contact :

Re: Comment installer Asymptote

Message non lu par rebouxo »

François D. a écrit :Pour ce qui est de Mandriva, mais je le dis de mémoire, il y a des dépôts complémentaires, comparables aux dépôts « multimedia.org » bien connus des debianeux, comme le Penguin Liberation Front ; je te conseille de faire un tour sur ce site http://easyurpmi.zarb.org/?language=fr pour te concocter une liste de dépôts à ta convenance.

Ça n'inclura peut-être pas Asymptote (faut voir de plus près), mais ça ne peut de toutes manières pas faire de mal ;) .
Ah oui, merci je me souviens d'avoir du passer par là. J'y va.

Merci

Olivier
A line is a point that went for a walk. Paul Klee.
Par solidarité, pas de MP.
MB
Administrateur
Administrateur
Messages : 8058
Inscription : samedi 28 mai 2005, 14:23
Statut actuel : Enseignant
Contact :

Re: Comment installer Asymptote

Message non lu par MB »

rebouxo a écrit :J'ai pas trop envie de me lancer dans l'aventure des svn, mais bon...
C'est peut être pourtant le plus simple et surtout le plus efficace pour les mises à jour.
MB. (rejoignez pCloud et bénéficiez de 10Go de stockage en ligne gratuits)
Pas d'aide en message privé. Merci de consulter ce sujet avant de poster votre premier message.
chellier
Modérateur honoraire
Modérateur honoraire
Messages : 355
Inscription : samedi 25 juillet 2009, 12:25
Localisation : Le Creusot
Contact :

Re: Comment installer Asymptote

Message non lu par chellier »

Bonjour à tous (premier message...).
Après plusieurs essais d'installation d'asymptote sur ubuntu hardy (par alien), il me manque à chaque fois une dépendance, disponible sur les versions suivantes d'ubuntu, mais j'ai vraiment pas envie de changer de version... (Je me met déjà à $\LaTeX$ et à asymptote d'un coup, ça fais assez de boulot :| !).

Si je passe par une installation depuis les sources svn, aurais-je toujours ce problème de dépendance ?

Sinon, le paquet à installer, c'est zlibl1g-dev ou zlib1g-dev ?
Merci.
chellier
Modérateur honoraire
Modérateur honoraire
Messages : 355
Inscription : samedi 25 juillet 2009, 12:25
Localisation : Le Creusot
Contact :

Re: Comment installer Asymptote

Message non lu par chellier »

Je me répond... J'ai réussi l'installation.
Je reprend la méthode de MB en complétant pour que ça fonctionne sur Ubuntu Hardy :

1) Attention, apparemment, c'est bien zlib1g-dev. De plus j'ai dû installer les paquets texinfo et build-essential en plus.

Code : Tout sélectionner

aptitude install autoconf gcc g++ bison zlib1g-dev flex subversion make texinfo build-essential
2) Récupérer les sources :

Code : Tout sélectionner

mkdir /home/asymptote_svn
cd !$
svn co http://asymptote.svn.sourceforge.net/svnroot/asymptote/trunk/asymptote
3) Compiler :

Code : Tout sélectionner

cd asymptote
./autogen.sh
wget http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.1.tar.gz
./configure
make all
make install
Si ça peut servir... C'est déjà assez coton de se mettre à asymptote, si en plus on arrive pas à l'installer ! :wink:

Une dernière question : et maintenant, on fait comment pour les mises à jour ? On désinstalle tout et on recommence ?
MB
Administrateur
Administrateur
Messages : 8058
Inscription : samedi 28 mai 2005, 14:23
Statut actuel : Enseignant
Contact :

Re: Comment installer Asymptote

Message non lu par MB »

chellier a écrit :1) Attention, apparemment, c'est bien zlib1g-dev. De plus j'ai dû installer les paquets texinfo et build-essential en plus.
Oui, j'avais donné ça à titre indicatif en me basant sur ce que j'avais dû installer au moment de la compilation sur une Debian. Il faut adapter à chaque cas.
chellier a écrit :Une dernière question : et maintenant, on fait comment pour les mises à jour ? On désinstalle tout et on recommence ?
Non, pas besoin. Normalement tu fais :

Code : Tout sélectionner

cd /home/asymptote_svn/asymptote
svn update
make install
MB. (rejoignez pCloud et bénéficiez de 10Go de stockage en ligne gratuits)
Pas d'aide en message privé. Merci de consulter ce sujet avant de poster votre premier message.
chellier
Modérateur honoraire
Modérateur honoraire
Messages : 355
Inscription : samedi 25 juillet 2009, 12:25
Localisation : Le Creusot
Contact :

Re: Comment installer Asymptote

Message non lu par chellier »

MB a écrit :Non, pas besoin. Normalement tu fais :

Code : Tout sélectionner

cd /home/asymptote_svn/asymptote
svn update
make install
Ah oui, en effet, c'est simple :D !

Merci !
rebouxo
Modérateur honoraire
Modérateur honoraire
Messages : 6962
Inscription : mercredi 15 février 2006, 13:18
Localisation : le havre
Contact :

Re: Comment installer Asymptote

Message non lu par rebouxo »

Çaféchié !

L'installation d'asymptote ne fonctionne pas.
le rpm me dit qu'il lui manque des dépendances : dont texhash, or texlive est installée et un faux paquet tetex aussi. Mais de toute façon c'est pas les seules. Il veut freeglut qui n'est pas dans les dépôts.

le tar.gz s'installe mais ne fonctionne pas : libgc.so.1 : cannot open share librairie no such file or directorie !

Et le svn ne fonctionne pas. La bonne adresse est :

Code : Tout sélectionner

svn co https://asymptote.svn.sourceforge.net/svnroot/asymptote asymptote
mais de toute façon cela plante à l'installation dans le configure :

Code : Tout sélectionner

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Asymptote configure 1.86svn, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost
uname -m = i686
uname -r = 2.6.29.6-desktop586-2mnb
uname -s = Linux
uname -v = #1 SMP Sun Aug 16 22:48:48 EDT 2009

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/texlive/2008/bin/i386-linux
PATH: /usr/local/texlive/2008/bin/i386-linux
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/games
PATH: /usr/lib/qt4/bin
PATH: /home/reboux/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1903: checking for gcc
configure:1919: found /usr/bin/gcc
configure:1930: result: gcc
configure:2162: checking for C compiler version
configure:2170: gcc --version >&5
gcc (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2174: $? = 0
configure:2181: gcc -v >&5
Using built-in specs.
Target: i586-manbo-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,fortran,objc,obj-c++,java --build=i586-manbo-linux-gnu --host=i586-manbo-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror
Thread model: posix
gcc version 4.3.2 (GCC) 
configure:2185: $? = 0
configure:2192: gcc -V >&5
gcc: '-V' option must have argument
configure:2196: $? = 1
configure:2219: checking for C compiler default output file name
configure:2241: gcc -g -O3   conftest.c  >&5
configure:2245: $? = 0
configure:2283: result: a.out
configure:2302: checking whether the C compiler works
configure:2312: ./a.out
configure:2316: $? = 0
configure:2335: result: yes
configure:2342: checking whether we are cross compiling
configure:2344: result: no
configure:2347: checking for suffix of executables
configure:2354: gcc -o conftest -g -O3   conftest.c  >&5
configure:2358: $? = 0
configure:2384: result: 
configure:2390: checking for suffix of object files
configure:2416: gcc -c -g -O3  conftest.c >&5
configure:2420: $? = 0
configure:2445: result: o
configure:2449: checking whether we are using the GNU C compiler
configure:2478: gcc -c -g -O3  conftest.c >&5
configure:2485: $? = 0
configure:2502: result: yes
configure:2511: checking whether gcc accepts -g
configure:2541: gcc -c -g  conftest.c >&5
configure:2548: $? = 0
configure:2649: result: yes
configure:2666: checking for gcc option to accept ISO C89
configure:2740: gcc  -c -g -O3  conftest.c >&5
configure:2747: $? = 0
configure:2770: result: none needed
configure:2794: checking how to run the C preprocessor
configure:2834: gcc -E  conftest.c
configure:2841: $? = 0
configure:2872: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:2879: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2912: result: gcc -E
configure:2941: gcc -E  conftest.c
configure:2948: $? = 0
configure:2979: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:2986: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3026: checking for grep that handles long lines and -e
configure:3086: result: /bin/grep
configure:3091: checking for egrep
configure:3155: result: /bin/grep -E
configure:3160: checking for ANSI C header files
configure:3190: gcc -c -g -O3  conftest.c >&5
configure:3197: $? = 0
configure:3296: gcc -o conftest -g -O3   conftest.c  >&5
configure:3300: $? = 0
configure:3306: ./conftest
configure:3310: $? = 0
configure:3328: result: yes
configure:3352: checking for sys/types.h
configure:3373: gcc -c -g -O3  conftest.c >&5
configure:3380: $? = 0
configure:3397: result: yes
configure:3352: checking for sys/stat.h
configure:3373: gcc -c -g -O3  conftest.c >&5
configure:3380: $? = 0
configure:3397: result: yes
configure:3352: checking for stdlib.h
configure:3373: gcc -c -g -O3  conftest.c >&5
configure:3380: $? = 0
configure:3397: result: yes
configure:3352: checking for string.h
configure:3373: gcc -c -g -O3  conftest.c >&5
configure:3380: $? = 0
configure:3397: result: yes
configure:3352: checking for memory.h
configure:3373: gcc -c -g -O3  conftest.c >&5
configure:3380: $? = 0
configure:3397: result: yes
configure:3352: checking for strings.h
configure:3373: gcc -c -g -O3  conftest.c >&5
configure:3380: $? = 0
configure:3397: result: yes
configure:3352: checking for inttypes.h
configure:3373: gcc -c -g -O3  conftest.c >&5
configure:3380: $? = 0
configure:3397: result: yes
configure:3352: checking for stdint.h
configure:3373: gcc -c -g -O3  conftest.c >&5
configure:3380: $? = 0
configure:3397: result: yes
configure:3352: checking for unistd.h
configure:3373: gcc -c -g -O3  conftest.c >&5
configure:3380: $? = 0
configure:3397: result: yes
configure:3412: checking whether byte ordering is bigendian
configure:3437: gcc -c -g -O3  conftest.c >&5
conftest.c:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:3444: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:3494: gcc -c -g -O3  conftest.c >&5
configure:3501: $? = 0
configure:3533: gcc -c -g -O3  conftest.c >&5
conftest.c: In function 'main':
conftest.c:25: error: 'not' undeclared (first use in this function)
conftest.c:25: error: (Each undeclared identifier is reported only once
conftest.c:25: error: for each function it appears in.)
conftest.c:25: error: expected ';' before 'big'
configure:3540: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:3792: result: no
configure:3840: checking for kpsewhich
configure:3856: found /usr/local/texlive/2008/bin/i386-linux/kpsewhich
configure:3867: result: true
configure:3946: checking for kpsewhich
configure:3973: result: true
configure:3994: checking for texi2dvi
configure:4010: found /usr/local/texlive/2008/bin/i386-linux/texi2dvi
configure:4021: result: texi2dvi
configure:4039: Using /usr/local/texlive/2008/../texmf-local/tex/latex/asymptote for LaTeX style file
configure:4041: Using /usr/local/texlive/2008/../texmf-local/tex/context/third/asymptote for ConTeXT style file
configure:4150: checking for g++
configure:4180: result: no
configure:4150: checking for c++
configure:4180: result: no
configure:4150: checking for gpp
configure:4180: result: no
configure:4150: checking for aCC
configure:4180: result: no
configure:4150: checking for CC
configure:4180: result: no
configure:4150: checking for cxx
configure:4180: result: no
configure:4150: checking for cc++
configure:4180: result: no
configure:4150: checking for cl.exe
configure:4180: result: no
configure:4150: checking for FCC
configure:4180: result: no
configure:4150: checking for KCC
configure:4180: result: no
configure:4150: checking for RCC
configure:4180: result: no
configure:4150: checking for xlC_r
configure:4180: result: no
configure:4150: checking for xlC
configure:4180: result: no
configure:4204: checking for C++ compiler version
configure:4212: g++ --version >&5
./configure: line 4214: g++: command not found
configure:4216: $? = 127
configure:4223: g++ -v >&5
./configure: line 4225: g++: command not found
configure:4227: $? = 127
configure:4234: g++ -V >&5
./configure: line 4236: g++: command not found
configure:4238: $? = 127
configure:4241: checking whether we are using the GNU C++ compiler
configure:4270: g++ -c   conftest.cpp >&5
./configure: line 4272: g++: command not found
configure:4277: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WORDS_LITTLE_ENDIAN 1
| #define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
| #define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:4294: result: no
configure:4303: checking whether g++ accepts -g
configure:4333: g++ -c -g  conftest.cpp >&5
./configure: line 4335: g++: command not found
configure:4340: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WORDS_LITTLE_ENDIAN 1
| #define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
| #define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4372: g++ -c   conftest.cpp >&5
./configure: line 4374: g++: command not found
configure:4379: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WORDS_LITTLE_ENDIAN 1
| #define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
| #define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4412: g++ -c -g  conftest.cpp >&5
./configure: line 4414: g++: command not found
configure:4419: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WORDS_LITTLE_ENDIAN 1
| #define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
| #define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4441: result: no
configure:4469: checking for flex
configure:4499: result: no
configure:4469: checking for lex
configure:4499: result: no
configure:4790: checking for C++ compiler version
configure:4798: g++ --version >&5
./configure: line 4800: g++: command not found
configure:4802: $? = 127
configure:4809: g++ -v >&5
./configure: line 4811: g++: command not found
configure:4813: $? = 127
configure:4820: g++ -V >&5
./configure: line 4822: g++: command not found
configure:4824: $? = 127
configure:4827: checking whether we are using the GNU C++ compiler
configure:4880: result: no
configure:4889: checking whether g++ accepts -g
configure:5027: result: no
configure:5095: checking for a BSD-compatible install
configure:5163: result: /usr/bin/install -c
configure:5222: checking for gcc
configure:5249: result: gcc
configure:5481: checking for C compiler version
configure:5489: gcc --version >&5
gcc (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5493: $? = 0
configure:5500: gcc -v >&5
Using built-in specs.
Target: i586-manbo-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,fortran,objc,obj-c++,java --build=i586-manbo-linux-gnu --host=i586-manbo-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror
Thread model: posix
gcc version 4.3.2 (GCC) 
configure:5504: $? = 0
configure:5511: gcc -V >&5
gcc: '-V' option must have argument
configure:5515: $? = 1
configure:5518: checking whether we are using the GNU C compiler
configure:5571: result: yes
configure:5580: checking whether gcc accepts -g
configure:5718: result: yes
configure:5735: checking for gcc option to accept ISO C89
configure:5839: result: none needed
configure:5857: checking whether make sets $(MAKE)
configure:5879: result: yes
configure:5892: checking for bison
configure:5922: result: no
configure:5892: checking for byacc
configure:5922: result: no
configure:5944: checking how to run the C++ preprocessor
configure:5980: g++ -E  conftest.cpp
./configure: line 5982: g++: command not found
configure:5987: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WORDS_LITTLE_ENDIAN 1
| #define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
| #define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5980: g++ -E  conftest.cpp
./configure: line 5982: g++: command not found
configure:5987: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WORDS_LITTLE_ENDIAN 1
| #define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
| #define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5980: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5987: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WORDS_LITTLE_ENDIAN 1
| #define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
| #define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5980: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5987: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WORDS_LITTLE_ENDIAN 1
| #define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
| #define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6058: result: /lib/cpp
configure:6087: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6094: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WORDS_LITTLE_ENDIAN 1
| #define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
| #define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6087: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6094: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Asymptote"
| #define PACKAGE_TARNAME "asymptote"
| #define PACKAGE_VERSION "1.86svn"
| #define PACKAGE_STRING "Asymptote 1.86svn"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WORDS_LITTLE_ENDIAN 1
| #define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
| #define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6156: error: in `/home/reboux/asymptote_svn/asymptote/trunk/asymptote':
configure:6159: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_TEXI2DVI=texi2dvi
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_kpsewhich=true
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS='-g -O3'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXFLAGS=''
DEFS=''
Datadir='/usr/local/share'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GCDIR=''
GCLIB=''
GCOPTIONS=''
GCPPLIB=''
GREP='/bin/grep'
INCL=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LEX=':'
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
OPTIONS=''
PACKAGE_BUGREPORT='http://sourceforge.net/projects/asymptote'
PACKAGE_NAME='Asymptote'
PACKAGE_STRING='Asymptote 1.86svn'
PACKAGE_TARNAME='asymptote'
PACKAGE_VERSION='1.86svn'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
TEXI2DVI='texi2dvi'
VERSION='1.86svn'
YACC='yacc'
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build_alias=''
contextdir='/usr/local/texlive/2008/../texmf-local/tex/context/third/asymptote'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='/usr/local/share/doc/asymptote'
dvidir='${docdir}'
exec_prefix='NONE'
getopt=''
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
kpsewhich='true'
latexdir='/usr/local/texlive/2008/../texmf-local/tex/latex/asymptote'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "Asymptote"
#define PACKAGE_TARNAME "asymptote"
#define PACKAGE_VERSION "1.86svn"
#define PACKAGE_STRING "Asymptote 1.86svn"
#define PACKAGE_BUGREPORT "http://sourceforge.net/projects/asymptote"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define WORDS_LITTLE_ENDIAN 1
#define ASYMPTOTE_SYSDIR "/usr/local/share/asymptote"
#define ASYMPTOTE_DOCDIR "/usr/local/share/doc/asymptote"

configure: exit 1
Féchiékoimerde

Olivier
A line is a point that went for a walk. Paul Klee.
Par solidarité, pas de MP.
MB
Administrateur
Administrateur
Messages : 8058
Inscription : samedi 28 mai 2005, 14:23
Statut actuel : Enseignant
Contact :

Re: Comment installer Asymptote

Message non lu par MB »

A priori il te manque g++ non ? et flex peut-être ?
Avec toutes ces erreurs là, il ne peut quasi rien compiler :

Code : Tout sélectionner

cpp: error trying to exec 'cc1plus': execvp: No such file or directory
MB. (rejoignez pCloud et bénéficiez de 10Go de stockage en ligne gratuits)
Pas d'aide en message privé. Merci de consulter ce sujet avant de poster votre premier message.
rebouxo
Modérateur honoraire
Modérateur honoraire
Messages : 6962
Inscription : mercredi 15 février 2006, 13:18
Localisation : le havre
Contact :

Re: Comment installer Asymptote

Message non lu par rebouxo »

g++ n'est pas dans les dépôts mandriva. Peut-être sous un autre nom ? Quand à flex c'est un utilitaire pour la gestion des scanners ?

J'ai un peu progressé avec le rpm. Je cherche libtinfo.so.5
Olivier
A line is a point that went for a walk. Paul Klee.
Par solidarité, pas de MP.
rebouxo
Modérateur honoraire
Modérateur honoraire
Messages : 6962
Inscription : mercredi 15 février 2006, 13:18
Localisation : le havre
Contact :

Re: Comment installer Asymptote

Message non lu par rebouxo »

Bon çayestçamarche.

En fait, si j'ai bien compris le bouzin, libtinfo.so.5 n'existe plus, mais est remplacé par libtermcap.so.2.0.8 sur mon installation. Bon, ben il suffit de faire un lien symbolique qui s'appelle libtinfo.so.5, pour que asymptote fonctionne (du moins ne produise pas d'erreur).

Je suggère de demander aux auteurs d'asymptote d'évoluer vers cette nouvelle bibliothèque. Il me semble que cela serait de nature à améliorer la diffusion d'asymptote, non ?

Olivier
A line is a point that went for a walk. Paul Klee.
Par solidarité, pas de MP.
MB
Administrateur
Administrateur
Messages : 8058
Inscription : samedi 28 mai 2005, 14:23
Statut actuel : Enseignant
Contact :

Re: Comment installer Asymptote

Message non lu par MB »

rebouxo a écrit :g++ n'est pas dans les dépôts mandriva. Peut-être sous un autre nom ?
Regarde peut-être gcc-c++.
rebouxo a écrit :Quand à flex c'est un utilitaire pour la gestion des scanners ?
Oui, il semblerait.
Pour l'instant tu peux déjà installer g++ et retenter de compiler pour voir ce que ça donne.
MB. (rejoignez pCloud et bénéficiez de 10Go de stockage en ligne gratuits)
Pas d'aide en message privé. Merci de consulter ce sujet avant de poster votre premier message.
OG
Modérateur spécialisé
Modérateur spécialisé
Messages : 2293
Inscription : lundi 12 mars 2007, 11:20
Localisation : Rouen

Re: Comment installer Asymptote

Message non lu par OG »

rebouxo a écrit :Bon çayestçamarche.

En fait, si j'ai bien compris le bouzin, libtinfo.so.5 n'existe plus, mais est remplacé par libtermcap.so.2.0.8 sur mon installation. Bon, ben il suffit de faire un lien symbolique qui s'appelle libtinfo.so.5, pour que asymptote fonctionne (du moins ne produise pas d'erreur).

Je suggère de demander aux auteurs d'asymptote d'évoluer vers cette nouvelle bibliothèque. Il me semble que cela serait de nature à améliorer la diffusion d'asymptote, non ?
Hello

J'avais vu des choses similaires. Par contre sous Ubuntu (Jaunty) je n'ai pas de pb de compilation alors que je n'ai pas de libtinfo.so.
En fait la libtermcap pointe son nez sur libncurses ! (comme quoi les librairies...)
D'autre part j'ai installé récemment TeXLive2009 qui m'a collé asymptote et ça avait l'air de fonctionner. Comme je suis accro à la svn, j'ai remis la svn.

g++ fait partie de gcc.
flex est le frère de bison.

O.G.
Répondre
  • Sujets similaires
    Réponses
    Vues
    Dernier message