Problems (also) with the snapshot 20060413

Angelo Graziosi Angelo.Graziosi@roma1.infn.it
Fri Apr 14 03:09:00 GMT 2006


The problems described in 


   1) http://cygwin.com/ml/cygwin/2006-04/msg00336.html

are solved by the new snapshot 20060413 12:15:53; also the problem
described in

   2) http://cygwin.com/ml/cygwin/2006-04/msg00086.html

is solved! 

But...

now with snap 20060413 I CANNOT BUILD any applications, even if it is
simple as the following:


-----------------------------------
/* test.c */
#include <stdio.h>

int main()
{
   printf("Hello");
}
-----------------------------------

$ gcc -o test test.c
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
warning: cannot find entry symbol _mainCRTStartup; defaulting to 00401000
/c/DOCUME~1/ADMINI~1/IMPOST~1/Temp/ccJo7W7R.o:test.c:(.text+0x26):
undefined ref erence to `___main'
/c/DOCUME~1/ADMINI~1/IMPOST~1/Temp/ccJo7W7R.o:test.c:(.text+0x32):
undefined reference to `_printf' collect2: ld returned 1 exit status




The linking does not work any more. There is always 

  cannot find entry symbol _mainCRTStartup; defaulting to 00401000


Generally, there are many 'undefined reference to'.

This happens also using g77.


Reinstalling the snap 20060403 all works fine.




    Angelo.


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



More information about the Cygwin mailing list