Re: compiling msvcrt with gcc4

2005-04-06 Thread James Hawkins
On Apr 6, 2005 4:42 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > Hi, > > I just installed FC4 test1 with gcc4, > > gcc (GCC) 4.0.0 20050405 (Red Hat 4.0.0-0.40) > > Compiling msvcrt produces these errors: > > ../../../include/msvcrt/io.h:179: error: 'open' aliased to external > symbol '_open'

compiling msvcrt with gcc4

2005-04-06 Thread James Hawkins
Hi, I just installed FC4 test1 with gcc4, gcc (GCC) 4.0.0 20050405 (Red Hat 4.0.0-0.40) Compiling msvcrt produces these errors: ../../../include/msvcrt/io.h:179: error: 'open' aliased to external symbol '_open' ../../../include/msvcrt/io.h:180: error: 'sopen' aliased to undefined symbol '_sopen