Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2003 12:27:26 -0700 (PDT)
From:      Doug White <dwhite@gumbysoft.com>
To:        Christian Brueffer <chris@unixpages.org>
Cc:        current@freebsd.org
Subject:   Re: world breakage in pam_echo
Message-ID:  <20030716122540.W27866@carver.gumbysoft.com>
In-Reply-To: <20030716145027.GU1226@unixpages.org>
References:  <20030716145027.GU1226@unixpages.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Jul 2003, Christian Brueffer wrote:

> my world is broken with the following error message for some days now:
>
>
> ===> lib/libpam/modules/pam_echo
> cc -O2 -pipe -march=pentium2 -I/usr/src/lib/libpam/modules/pam_echo/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_echo/../../libpam  -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized  -c /usr/src/lib/libpam/modules/pam_echo/pam_echo.c

1.  Optimization levels above -O are not supported.
2.  -Werror is NOT recommended post-gcc 3.3 upgrade unless you are fixing
    warnings.  gcc3.3 is much more warn-happy.  I'm not sure how you got
    -Werror in there since it was removed prior to the gcc3.3 import.

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite@gumbysoft.com          |  www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030716122540.W27866>