Luke Kenneth Casson Leighton <[EMAIL PROTECTED]> writes: > ... why did it not get installed when i did an apt-get build-dep then??
Why do you believe it's not installed? Do you perhaps instead have one of the packages that provide it (lynx-cur or the old lynx-ssl package)? > #!/bin/sh > ccache /usr/bin/gcc-3.4 -O3 -march=athlon-xp -funroll-loops > -fomit-frame-pointer -ffast-math $@ > > ... am i doing something silly [with the [EMAIL PROTECTED] Yes, you need to surround it with double quotes; otherwise it's no better than $*. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.