Re: Problem with using gcc

2004-02-27 Thread Brian Ford
On Fri, 27 Feb 2004, BS wrote: > Hi, All! > > When a try to build simple "Hellow World!" > program i see the message (linker report): > > $ gcc -o sample.exe sample.c > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find > -luser32 > > I try to build it both on W9

Problem with using gcc

2004-02-27 Thread BS
Hi, All! When a try to build simple "Hellow World!" program i see the message (linker report): $ gcc -o sample.exe sample.c /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find -luser32 I try to build it both on W98 and W2K. Where is a problem? Sergey Belous --