This is the mail archive of the cygwin@cygwin.com 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]

mainCRTStartup not found at link time (ld)


hi folks,
I am compiling and linking a g++ parser program , I am using ld in my
makefile:
I got a warning at link time, then at execution time , my program failed
(windows Segmentation fault, I
even can not break with gdb in main main() code.

the warning is :

cannot find entry symbol _mainCRTStartup ; defaulting to 0x004010000

is it the kind of thing that could fails my executable ?
what does this message means ?

thanks

gilles






--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]