|
From: Valerij P. <vp...@ir...> - 2002-12-04 04:09:26
|
Dave Armstrong wrote >I have a (modified) Red Hat 7.3 system I am trying to install Plplot on. > I have Octave 2.1.40 and have compiled it with --enable-dl and >--enable-shared. I have configured PlPlot with --eanble-octave. When I >try to compile Plplot it generates many errors in the plplot_octave.cc >file. Below is the beginning of the error message stream. I am using >gcc 3.2 and I have installed matwrap. Anyone have any idea what is >going on here? I confirm the problem. I built octave-2.1.39 with gcc-3.2 and options --enable-dl --enable-shared. When I tried to build plplot with octave by using gcc-3.2 the building breaks at compiling plplot_octave.cc. Then I made reconfigure with "CXX=g++-2.95.3 ./configure ......". Well, the compiling was ok after this except I cannot use this built to make rpm because of wrong parameters in RPATH variable (it was a wrong path which referee to the build dir and not to the path where octave module to be installed). Best regards Valerij |