HTML-Parser - Re: HTML::Parser installation borking

Posted on Sat Feb 11 21:02:33 2006 by redbeard in response to 1783 (See the whole thread of 2)
Re: HTML::Parser installation borking
Note: I was doing the above on openBSD 3.6. Solution: Use a newer version of gcc. For those who, for whatever reason, can't replace their system's compiler wholesale, just install the new version (I used pkg_add to get 3.3) and then edit the Makefile, replacing cc in 'CC = cc' with /usr/local/bin/egcc - worked like a charm.
Write a response