This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem with 20040121 snapshot


With a Makefile that looks like this:

bug:
	true
	gcc bug.c

and an empty bug.c, compiling from emacs with 

M-x compile <ret><ret>

after launching emacs from an xterm or rxvt in text or X mode, the
error messages from gcc do not appear in the compilation buffer in
emacs on my machine with 1.5.6 or the 20040121 snapshot.  It works
fine in the default console, or with 1.5.5.


With the snapshot, I get:
----------------------------------------------------------------
cd /home/roconnor/emacs_bug/
make -k
true
gcc bug.c
make: *** [bug] Error 1

Compilation exited abnormally with code 2 at Wed Jan 21 11:22:59
----------------------------------------------------------------


With 1.5.5, I get:
----------------------------------------------------------------
cd ~/emacs_bug/
make -k
true
gcc bug.c
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libcygwin.a(libcmain.o)(.text+0x7c): undefined reference to `_WinMain@16'
collect2: ld returned 1 exit status
make: *** [bug] Error 1

Compilation exited abnormally with code 2 at Wed Jan 21 11:30:19
----------------------------------------------------------------

-- 
Russell O'Connor

Attachment: cygcheck.out
Description: cygcheck.out

--
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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]