> > 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? > If you had posted this to the mingw list someone might have suggested:
cp -f /lib/mingw/libmsvcr80.a /tmp/libmsvcrt.a gcc -mno-cygwin -L/tmp foo.c However, any required dll's that also depended on msvcrt.dll would still bring in the system lib. Danny -- 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/