On Thu, 29 Aug 2002, Andy Bussey wrote:

> I am compiling Parrot under Solaris 8 using gcc.
> 
> - I get lots of warnings about
>   "padding struct to align 'whatever'"
>   "padding struct size to alignment boundary" etc

Yes, there are lots of warnings.  It's probably the case that some are
harmless while others are not.  You need to look at each individual one
carefully.

> perldoc -u ../packfile.c > packfile-c.pod
> Unknown option: u

This sounds like it's picking up a very old version of perldoc somewhere
else in your $PATH.  It's not a serious problem, but you might want to
track down which version of perldoc is getting called.

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042

Reply via email to