bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13818: 24.3.50; Bootstrap failed on Cygwin due to revno: 111870


From: Ken Brown
Subject: bug#13818: 24.3.50; Bootstrap failed on Cygwin due to revno: 111870
Date: Wed, 27 Feb 2013 22:25:18 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

On 2/27/2013 6:25 AM, Ken Brown wrote:
Also, suppose we change this test program to the following
instead -- does this test program compile and link?

extern char data_start[];
char ch;
int
main ()
{
   return data_start < &ch;
}

No, this gives the "undefined reference to `_data_start'" error.  Making
that change in configure.ac fixes the problem.

I went ahead and committed this change as bzr revision 111889. I'm closing the bug.

Ken





reply via email to

[Prev in Thread] Current Thread [Next in Thread]