Modérateur: gdm_asy
urpmi ton_paquet.rpm
aptitude install autoconf gcc g++ bison zlibl1g-dev flex subversion make
mkdir /home/asymptote_svn
cd !$
svn co http://asymptote.svn.sourceforge.net/svnroot/asymptote/trunk/asymptote
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
tar -C/-xvf asymptote.xxx.gz
plop08 a écrit:tar -xvz *.gz devrait passer / suffire non ?
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.
rebouxo a écrit:J'ai pas trop envie de me lancer dans l'aventure des svn, mais bon...
aptitude install autoconf gcc g++ bison zlib1g-dev flex subversion make texinfo build-essential
mkdir /home/asymptote_svn
cd !$
svn co http://asymptote.svn.sourceforge.net/svnroot/asymptote/trunk/asymptote
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
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.
chellier a écrit:Une dernière question : et maintenant, on fait comment pour les mises à jour ? On désinstalle tout et on recommence ?
cd /home/asymptote_svn/asymptote
svn update
make install
MB a écrit:Non, pas besoin. Normalement tu fais :
- Code: Tout sélectionner
cd /home/asymptote_svn/asymptote
svn update
make install
svn co https://asymptote.svn.sourceforge.net/svnroot/asymptote asymptote
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
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
rebouxo a écrit:g++ n'est pas dans les dépôts mandriva. Peut-être sous un autre nom ?
rebouxo a écrit:Quand à flex c'est un utilitaire pour la gestion des scanners ?
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 ?
Utilisateurs parcourant ce forum: Google [Bot] et 3 invités