Emmanuel Royer, LMBP on Sat, 02 Dec 2017 22:51:03 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Souci de ploth sur macOS 10.13.1 (17B1003) |
Bonjour, J’ai un souci avec les fonctions graphiques de la dernière version départ que j’ai installée GP/PARI CALCULATOR Version 2.10.0 (development 21418-12c3f2998) i386 running darwin (x86-64/GMP-6.1.2 kernel) 64-bit version compiled: Dec 2 2017, gcc version 7.2.0 (MacPorts gcc7 7.2.0_0) threading engine: pthread (readline v7.0 enabled, extended help enabled) Lors d’un ploth, je ne reçois aucun message d’erreur, ? ploth(x=0,1,x^2) %1 = [0.E-307, 1.0000000000000000000, 0.E-307, 1.0000000000000000000] Pourtant la fenêtre X11 habituelle ne s’ouvre pas. J’ai installé xquartz et lors de l’installation, x11 semble trouvé (voir ci-dessous). Des idées ? |22:36|port~/pari>sudo ./Configure --static --mt=pthread --time=ftime --with-gmp=/opt/local --with-readline=/opt/local Configuring pari-2.10.0 (DEVELOPMENT VERSION) [ development 21418-12c3f2998 ] Checking echo to see how to suppress newlines... ...using \c Looking for some tools first ... ...gzip is /usr/bin/gzip ...cc is /usr/bin/cc ...gcc is /opt/local/bin/gcc ...ld is /opt/local/bin/ld ...perl is /usr/bin/perl ...zcat is /usr/bin/zcat Choosing C compiler ... GNU compatible compiler: gcc version 7.2.0 (MacPorts gcc7 7.2.0_0) Using mt engine pthread Given the previous choices, sizeof(long) is 8 chars. The internal word representation of a double is not needed (64bit). ========================================================================== Building for: i386 running darwin (x86-64/GMP kernel) 64-bit version ========================================================================== C compiler is /opt/local/bin/gcc -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -fPIC Executable linker is /opt/local/bin/gcc -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -Wl,-search_paths_first Dynamic Lib linker is /opt/local/bin/gcc -dynamiclib $(CFLAGS) $(DLCFLAGS) -Wl,-compatibility_version,2.10.0,-current_version,2.10.0 Looking in C lib for some symbols... ...Found exp2. ...Found log2. ...Found strftime. ...Found ftime. ...Found sigaction. ...Found TIOCGWINSZ. ...Found getrlimit. ...Found stat. ...Found vsnprintf. ...Found mmap. ...Found waitpid. ...Found setsid. ...Found getenv. ...Found isatty. ...Found alarm. ...Found system. ...Found dlopen. Checking for optional libraries and headers... ...Found gmp header in /opt/local/include Using GNU MP, version 6.1.2 ...Found X11 header files in /usr/X11R6/include/X11 ...Found libX11 in /usr/X11R6/lib ...X11 libraries: -L/usr/X11R6/lib -lX11 Hi-Res Graphics: X11 ...Found readline header in /opt/local/include/readline Using GNU readline, version 7.0 Installation prefix ? [/usr/local] ...for architecture-independent files (share-prefix) ? [/usr/local/share] Installation directories for: ...executables (gp, gphelp) ? [/usr/local/bin] ...libraries (libpari) ? [/usr/local/lib] ...include files ? [/usr/local/include] ...manual pages ? [/usr/local/share/man/man1] ...other system-dependent data ? [/usr/local/lib/pari] ...other system-independent data ? [/usr/local/share/pari] Default is static executable and archive library ========================================================================== Extracting examples/Makefile.darwin-i386 Extracting Odarwin-i386/Makefile Extracting Makefile Extracting Odarwin-i386/paricfg.h Extracting scripts and macros ...in doc ...in misc ========================================================================== Shall we try to build pari 2.10.0 (development 21418-12c3f2998) now (y/n)? [n] Ok. Type "make install" when you are ready Bye ! -- Emmanuel Royer http://math.univ-bpclermont.fr/~royer/ ----------------- Université Clermont Auvergne, CNRS Directeur du laboratoire de mathématiques Blaise Pascal LMBP, UMR 6620 http://recherche.math.univ-bpclermont.fr/ ----------------- Suivez le LMBP sur Facebook : https://www.facebook.com/Laboratoire.de.Mathematiques.Blaise.Pascal/ |