I can build on Fedora 11 using perl 5.10 so that shouldn't be a perl issue. One problem I have had is if the source code is copied from one system to another, the .depend files are based on dependencies from the previous system and that can cause compile problems.
So, to be sure, do a make clean, then remove .depend files in the source code tree and then try to compile again. If you still have problems, post the errors and we'll see if we can figure it out.
|