Danny,
> If you had posted this to the mingw list someone might have suggested:
Sorry, cygwin specs file looked like a cygwin problem to me :-)
> cp -f /lib/mingw/libmsvcr80.a /tmp/libmsvcrt.a
> gcc -mno-cygwin -L/tmp foo.c
Thanks for the suggestion. Still involves an extra build step to make
>
> 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
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 -lmsv
3 matches
Mail list logo