jpegtopnm [SOLVED]
jpegtopnm [SOLVED]
Does anybody knows which package I can find "jpegtopnm" in? It's needed to compile avr-libc, but I couldn't find it.
Last edited by lipk on 17. Apr 2010, 11:30, edited 3 times in total.
Re: jpegtopnm [SOLVED]
Sorry, one more questions...
Where's pdflatex?
Where's pdflatex?
Re: jpegtopnm
Uhh, that isn't nice because tetex is installed 

Re: jpegtopnm
Well, I don't really know, I'm using texlive myself. I just loopmount the iso and add its bin directory into my PATH. pdflatex is certainly there.
Re: jpegtopnm
I did it
pdflatex is a link to pdfetex and located at /usr/share/texmf/bin, which isn't in PATH
good night

pdflatex is a link to pdfetex and located at /usr/share/texmf/bin, which isn't in PATH
good night

Re: jpegtopnm
It is there, but it isn't within /usr/bin, but /usr/share/texmf/bin. For this reason there's a profile.d script for tetex which modifies PATH and MANPATH to include the tetex stuff. If it isn't there you either removed +x from the script or you're running in a environment set up without /etc/profile (eg. 'su'). First case just make it +x again, second case source /etc/profile.d/tetex.sh.
Re: jpegtopnm
Second case applies for me
Thanks a lot again, now this problem is really SOLVED

Thanks a lot again, now this problem is really SOLVED