| 
      
      
      From: Joe C. <ch...@tr...> - 2006-10-05 19:07:47
      
     | 
| Hi,
Installing PLplot-5.6.1 creates the plplot-config and plplot_libtool files
in ${prefix}/bin. Unfortunately, using `plplot-config --libs` fails with:
"plplot-config: line 68: plplot_libtool: command not found"
To fix this, edit plplot-config and change line 68 to:
`${prefix}/bin/plplot_libtool -n --mode=link ${LINKER} ${plplot_libspec} -o OUTPUT`
i.e., just add the ${prefix}/bin path to plplot_libtool.
Maybe someone could fix this for future releases?
-- 
Joe Chuma
TRIUMF
Canada's National Laboratory for Particle and Nuclear Physics
 |