|
From: Michel P. <Mic...@en...> - 2003-12-19 07:37:28
|
Plplot on Mac OS X 10.3 ----------------------- Unfortunately it does not seem to be as simple as that. I downloaded the CVS tar file and tried to install plplot on macosx 10.3 without success up to now. Attempts to disable dynamic drivers did not help. Since I had problems with fortran, I tried ./configure --disable-f77 The make still fails and I have not yet found a way to solve that. I include below the result of the ./configure command and the error message that I got when I tried to run make, in case someone can help me. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Michel Peyrard, Professeur % Ph: +33 (0)4 7272 8374 % % Laboratoire de Physique % Fax: +33 (0)4 7272 8080 % % Ecole Normale Sup=E9rieure de Lyon % e-mail:Mic...@en... % % 46 all=E9e d'Italie % perso.ens-lyon.fr/michel.peyrard % % 69364 Lyon Cedex 07, France % (GPG key available on home page) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% On Thu, 18 Dec 2003, Alan W. Irwin wrote: > On 2003-12-19 00:38+0100 Jens Frederich wrote: > > > hi, > > > > I will run plplot on macosx 10.3. > > When I try to compile plplot I become many error messages. > > Can anyone help me? > > > > /Jens > > This is a known libtool-1.4.x related problem with 5.2.1. The solution w= as > for us to build our tarball with libtool-1.5. At some point we will brin= g > out our next official release based on libtool-1.5, but meanwhile try a t= est > version of PLplot instead that has been built with libtool-1.5 and which = is > located at http://people.debian.org/~rafael/plplot.html. Others have had > good luck with our test versions and Mac OS X (and Cygwin as well which a= lso > doesn't work for 5.2.1 because of libtool-1.4.x problems.). > > Alan > __________________________ > Alan W. Irwin > email: ir...@be... ----------------------------------------------------------------- Problem compiling PLPLOT on Mac OS X 10.3 ------------------------------------------ command: ./configure --disable-f77 system: powerpc-apple-darwin7.2.0 have_x: yes prefix: /usr/local CC: gcc CXX: g++ LIB_TAG: d devices: dg300 hp7470 hp7580 lj_hpgl imp ljii ljiip mem null pbm pl= meta ps psc pstex xterm tek4010 tek4107 mskermit versaterm vlt conex tek401= 0f tek4107f xfig xwin Available device drivers: static: dynamic: dg300.la hpgl.la impress.la ljii.la ljiip.la mem.la null.l= a pbm.la plmeta.la ps.la pstex.la tek.la xfig.la xwin.la Compilation options: with_debug: no with_opt: yes with_warn: no with_profile: no Library options: enable_shared: yes enable_static: yes with_rpath: yes with_double: yes Optional libraries: with_qhull: no with_csa: yes with_freetype: no with_pthreads: no Language Bindings: enable_tcl: no enable_itcl: no enable_cxx: yes enable_f77: no enable_java: no enable_python: no enable_octave: no klee:/usr/local/src/plplot-5.2.1.cvs.C root# make make all-recursive Making all in libltdl make all-am =2E... successful compilations ... until something goes wrong! /bin/sh ../libtool --mode=3Dlink gcc -g -O2 -o xwin.la -rpath /usr/loca= l/lib/plplot5.2.1.cvs.20031030/data/../driversd -no-undefined -module -avoi= d-version ../src/libplplotd.la -L/usr/X11R6/lib -lX11 -lm xwin_la-xwin.lo gcc -o .libs/xwin.so -bundle .libs/xwin_la-xwin.o /usr/local/src/plplot-= 5.2.1.cvs.C/lib/csa/.libs/libcsirocsa.dylib ../src/.libs/libplplotd.dylib -= L/usr/X11R6/lib -lX11 -lm ld: warning -prebind has no effect with -bundle ar cru .libs/xwin.a xwin_la-xwin.o ranlib .libs/xwin.a creating xwin.la (cd .libs && rm -f xwin.la && ln -s ../xwin.la xwin.la) if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../libltd= l -I../libltdl -g -O2 -MT get_drv_info-get-drv-info.o -MD -MP -MF ".deps/g= et_drv_info-get-drv-info.Tpo" \ -c -o get_drv_info-get-drv-info.o `test -f 'get-drv-info.c' || echo './'`= get-drv-info.c; \ then mv -f ".deps/get_drv_info-get-drv-info.Tpo" ".deps/get_drv_info-get-dr= v-info.Po"; \ else rm -f ".deps/get_drv_info-get-drv-info.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=3Dlink gcc -g -O2 -o get-drv-info get_drv_inf= o-get-drv-info.o ../libltdl/libltdlc.la gcc -g -O2 -o get-drv-info get_drv_info-get-drv-info.o ../libltdl/.libs/li= bltdlc.a -ldl =2E/get-drv-info `echo dg300.la | sed 's/.la//'` > dg300.rc ltdl.c:2460: failed assertion `dirname' make[2]: *** [dg300.rc] Error 134 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 |