compile error with STABLE-20001012

Tom Kacvinsky tjk at ams.org
Fri Oct 13 02:18:38 UTC 2000


Hi Russ,

> 
> > As you can see, -I/usr/local/include is in Config.pm.  The question then
> > is why does INN's configure process not pick this up?  Or is INN doing
> > something different?
> 
> Aha!  Good catch, thanks.  There's a better way to get the compiler flags;
> I'll work on that.
> 

Yeah, on my box, "perl -MExtUtils::Embed -e ccopts" results in:

    -fno-strict-aliasing -I/usr/local/include      \
    -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64     \
    -I/usr/local/lib/perl5/sun4-solaris-64int/CORE

which gives us what we want (almost).  I know the -fno-strict-aliasing has
to go, but what about the defines?
    




More information about the inn-workers mailing list