haveing hard time useing adrino mega as isp for attiny85 blink example

ok last problem solved need to run an older version of arduino compiler environment compiled on version 22 but after upload with error message that you suppose to get it still don't blink the led at this rate ill never get to debugging the code i wanna use hahaha..

new error message says
avrdude: please define pagel and bs2 signals in configuration
file for part attiny85
avrdude: stk500_program_enable (): protocol error, exect=0x14,

initialization faild, rc=-1

wiring all seems fine checked with multimeter is there any thing that needs to be done befor the at85 can except code from isp ?

ez8mm:
avrdude: please define pagel and bs2 signals in configuration
file for part attiny85

...can be ignored. It is a nuisance warning.

avrdude: stk500_program_enable (): protocol error, exect=0x14,
initialization faild, rc=-1

Please post a verbose output from an upload attempt.

Have you used the correct pins? The Mega board has its SPI pins in a different place to the Uno boards.
On the Mega, the SPI Pins are MOSI = 51, MISO = 50, SCLK = 52, SS = 53.

no i do not have the correct pins then i was un aware that they were different ?

Please post a verbose output from an upload attempt.

can you explan this a little ? im not sure what that is ? (verbose output)

ok i read over this post and found all the corections i needed to make ...
http://arduino.cc/forum/index.php/topic,99432.0.html

and it is all working fine now .. thank you