From: <jc...@fe...> - 2003-02-03 16:33:18
|
On Friday 31 January 2003 13:52, Don Spong wrote: | (This is a re-send of an earlier message that was blocked from the | list for being too large): I've run into problems with installing | plplot-5.2.0 on an IBM RS6000 workstation running under AIX 4.3.3.0. | At the end of the make step, I get the following errors. I've also | attached a text file that has a listing of the configure step. The decoded binhex attachment that Don sent: >configure --prefix=3D/home/spongda/plplot-5.2.0 No defaults file found, performing full configure. =2E.. checking build system type... powerpc-ibm-aix4.3.3.0 =2E.. checking whether the linker (/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking dynamic linker characteristics... aix4.3.3.0 ld.so checking if libtool supports shared libraries... yes <------------------ checking whether to build shared libraries... yes checking whether to build static libraries... no <---------this is odd! =2E.. command: configure --no-reexec=20 --prefix=3D/home/spongda/plplot-5.2.0 system: powerpc-ibm-aix4.3.3.0 prefix: /home/spongda/plplot-5.2.0 CC: gcc=20 CXX: g++=20 F77: g77=20 LIB_TAG: =20 devices: dg300 hp7470 hp7580 lj_hpgl imp ljii ljiip null pbm=20 plmeta ps psc pstex xterm tek4010 tek4107 mskermit versaterm vlt conex=20 tek4 010f tek4107f tk xfig xwin Available device drivers static: dg300.lo hpgl.lo impress.lo ljii.lo ljiip.lo null.lo=20 pbm.lo plmeta.lo ps.lo pstex.lo tek.lo tk.lo xfig.lo xwin.lo dynamic: =20 with_shlib: yes with_double: no with_debug: no with_opt: no with_warn: no with_profile: no with_gcc: no with_rpath: yes with_freetype: no enable_xwin: yes enable_tcl: yes enable_tk: yes enable_itcl: no enable_cxx: yes enable_python: no enable_f77: yes enable_java: no enable_octave: no enable_gnome: no enable_tkwin: no Don, at this point you have probably already configured plplot with=20 --enable-dyndrivers, if not try it because your system is supported by=20 libtool and the building of dynamic drivers and shared libraries most=20 be OK. Thanks, Joao | | -Thanks, Don |