Hi, I am looking for some help on the recommended method of getting gcc -mno-cygwin to link to msvcr80, without linking to msvcrt. At the moment, even when I specify -lmsvcr80 the resulting binary has a dependency on msvcrt.dll
Looking at the specs file, -mno-cygwin always links with -lmsvcrt, so short of editting the specs file, how is it possible to link only with msvcr80? I have found various old discussions of this issue but nothing recent. Any help appreciated, Hugo I have: gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) CYGWIN_NT-5.1 1.5.21(0.156/4/2) 2006-07-30 14:21 i686 Cygwin ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com -- 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/