emacs-devel
[Top][All Lists]
Advanced

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

Re: Trunk bootstrap failure [Cygwin]


From: Angelo Graziosi
Subject: Re: Trunk bootstrap failure [Cygwin]
Date: Tue, 06 Jul 2010 11:08:37 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1

Il 06/07/2010 4.29, Dan Nicolaescu ha scritto:
Angelo Graziosi<address@hidden>  writes:

Current trunk (rev. 100729) fails to bootstrap on Cygwin in this way:

[...]
gcc -c -Demacs -DHAVE_CONFIG_H  -I. -I/tmp/emacs/src   -D_REENTRANT
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/freetype2     -D_REENTRANT -I/usr/include/librsvg-2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -DORBIT2=1
-D_REENTRANT -I/usr/include/gconf/2 -I/usr/include/orbit-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2
-Wdeclaration-after-statement -Wno-pointer-sign       -MMD -MF
deps/ecrt0.d /tmp/emacs/src/ecrt0.c
/tmp/emacs/src/ecrt0.c: In function ‘_start’:
/tmp/emacs/src/ecrt0.c:74: error: too few arguments to function ‘start1’
make[2]: *** [ecrt0.o] Error 1
make[2]: Leaving directory `/tmp/emacs/build/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/tmp/emacs/build'
make: *** [bootstrap] Error 2

The bootstrap I did on 01 July (rev. 100669) was fine.

I reverted the conversion to standard C for ecrt0.c, it should be fine now.
cygwin is the only user for ecrt0.c
Can you please experiment changing
START_FILES='ecrt0.o'
to either:
START_FILES='pre-crt0.o'
or
START_FILES=
in emacs/configure
and see if any of those work?

Both solutions, you suggest, fail.

The first, "START_FILES='pre-crt0.o'", with

[...]
sysdep.o: In function `start_of_text':
/tmp/emacs/src/sysdep.c:1534: undefined reference to `__start'
collect2: ld returned 1 exit status
make[2]: *** [temacs.exe] Error 1
make[2]: Leaving directory `/tmp/emacs/build/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/tmp/emacs/build'
make: *** [bootstrap] Error 2

and the second, "START_FILES=", with:

[...]
sysdep.o: In function `start_of_text':
/tmp/emacs/src/sysdep.c:1534: undefined reference to `__start'
sysdep.o: In function `start_of_data':
/tmp/emacs/src/sysdep.c:1586: undefined reference to `_data_start'
collect2: ld returned 1 exit status
make[2]: *** [temacs.exe] Error 1
make[2]: Leaving directory `/tmp/emacs/build/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/tmp/emacs/build'
make: *** [bootstrap] Error 2

Ciao,
Angelo.



reply via email to

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