laziness, impatience, and hubris | |
PerlMonks |
Re: Problem installing perl modulesby hilitai (Monk) |
on Sep 12, 2007 at 18:00 UTC ( [id://638633]=note: print w/replies, xml ) | Need Help?? |
You might want to stick 'readmore' tags around all that output, btw.
If you're seeing '-KPIC', I think that means that the installer thinks you're using Solaris's native cc, and therefore is passing in flags that are meaningful for it. Unfortunately, those flags don't mean much to gcc. Probably related to that, it looks like gcc can't find the standard system include paths. You might try compiling a simple C program (that pulls in some standard include files) and see if that works first.
In Section
Seekers of Perl Wisdom
|
|