On 2009-04-28 13:43Z, David Billinghurst wrote: > I am looking into some gcc-4.{4,5}testsuite failures on cygwin. Test > gcc.dg/20021014-1.c, with CFLAGS="-O2 -p", fails due to undefined > references to _mcount and __monstartup. I get the same result with > gcc-3.4.4 and gcc-4.3.2. If this is expected then I will submit a gcc > testsuite patch to skip this test.
Does the test have '-p' in LDFLAGS, too? Does it work with '-pg' but fail with '-p'? Perhaps this is related: http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01131.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/