|
|
为了得到gnuplot的帮助文档
USE='doc' emerge gnuplot
然而报错如下,说找不到 pdflatex、eps2pdf等命令
我没有emerge tetex 或 texlive
但是我从官方网站下载了texlive2007并装到了/usr/local 下且能正常使用
#which pdflatex
/usr/local/texlive/2007/bin/x86_64-linux/pdflatex
# which epstopdf
/usr/local/texlive/2007/bin/x86_64-linux/epstopdf
似乎emerge编译时没有使用我的texlive,怎么解决?
epstopdf eg7.eps
make: epstopdf:命令未找到
make: *** [eg7.pdf] 错误 127
*
* ERROR: sci-visualization/gnuplot-4.2.2-r1 failed.
* Call stack:
* ebuild.sh, line 1695: Called dyn_compile
* ebuild.sh, line 1033: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* gnuplot-4.2.2-r1.ebuild, line 117: Called die
* The specific snippet of code:
* emake pdf || die "pdf tutorial failed"
* The die message:
* pdf tutorial failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/sci-visualization/gnuplot-4.2.2-r1/temp/build.log'.
*
* Messages for package sci-visualization/gnuplot-4.2.2-r1:
*
* ERROR: sci-visualization/gnuplot-4.2.2-r1 failed.
* Call stack:
* ebuild.sh, line 1695: Called dyn_compile
* ebuild.sh, line 1033: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* gnuplot-4.2.2-r1.ebuild, line 117: Called die
* The specific snippet of code:
* emake pdf || die "pdf tutorial failed"
* The die message:
* pdf tutorial failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/sci-visualization/gnuplot-4.2.2-r1/temp/build.log'.
* |
|