The Magento compare list link is shown on the category page by default. Using the following code you can add it to the Magento product page as well.
1 |
<a href="<?php echo Mage::helper('catalog/product_compare')->getAddUrl($_product);?>">link text</a> |