Re: Error after ./configure
On Fri, Jan 11, 2002 at 02:33:41PM +0100, Frank Wagner wrote: > Hello, > > I tried to build insight5.1 on a WinNT 4.0 maschine. > After the command ./configure I got the following messages: > > Configuring for a i686-pc-cygwin host. > Created "Makefile" in /home/WagnerF/insight using "mf-frag" > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld: > cannot find -luser32 > collect2: ld returned 1 exit status > *** The command 'gcc -o conftest -g -02 conftest.c' failed. > *** You must set the environment variable CC to a working compiler. > > I looked for the file user32 and found a user32.def in > /usr/src/w32api-1.1-1/lib > > So what should I do that the user32.def will be found? Uhm, it needs an installed libuser32.a which has been created from user32.def. Did you install the w32api package? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developermailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
Re: Error after ./configure
Frank, 2002-01-11 14:35:58, du schriebst: > I tried to build insight5.1 on a WinNT 4.0 maschine. > After the command ./configure I got the following messages: > Configuring for a i686-pc-cygwin host. > Created "Makefile" in /home/WagnerF/insight using "mf-frag" > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld: > cannot find -luser32 > collect2: ld returned 1 exit status > *** The command 'gcc -o conftest -g -02 conftest.c' failed. > *** You must set the environment variable CC to a working compiler. > I looked for the file user32 and found a user32.def in > /usr/src/w32api-1.1-1/lib That is just the source of w32api, seems you havn't installed the w32api package, just w32api-src. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
Re: Error after ./configure
You have installed the source bundle of the w32api package. Run setup.exe again and install the missing package. Btw when you're missing a file, you can always go to http://cygwin.com/packages/ and use the search engine to find out which package contains the missing file. Frank Wagner wrote: > Hello, > > I tried to build insight5.1 on a WinNT 4.0 maschine. > After the command ./configure I got the following messages: > > Configuring for a i686-pc-cygwin host. > Created "Makefile" in /home/WagnerF/insight using "mf-frag" > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld: > cannot find -luser32 > collect2: ld returned 1 exit status > *** The command 'gcc -o conftest -g -02 conftest.c' failed. > *** You must set the environment variable CC to a working compiler. > > I looked for the file user32 and found a user32.def in > /usr/src/w32api-1.1-1/lib > > So what should I do that the user32.def will be found? > What happens with the environment variable CC this variable is not set after > installation. > > Thanks in advance > > Frank > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
Error after ./configure
Hello, I tried to build insight5.1 on a WinNT 4.0 maschine. After the command ./configure I got the following messages: Configuring for a i686-pc-cygwin host. Created "Makefile" in /home/WagnerF/insight using "mf-frag" /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld: cannot find -luser32 collect2: ld returned 1 exit status *** The command 'gcc -o conftest -g -02 conftest.c' failed. *** You must set the environment variable CC to a working compiler. I looked for the file user32 and found a user32.def in /usr/src/w32api-1.1-1/lib So what should I do that the user32.def will be found? What happens with the environment variable CC this variable is not set after installation. Thanks in advance Frank -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/