Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Sat, 18 Nov 2000 18:49:25 -0500
From: Christopher Faylor <cgf@redhat.com>
To: cygwin@cygwin.com
Cc: vulcan@vulcanheli.co.nz
Subject: Re: newbie - cannot find -luser32 problem
Message-ID: <20001118184925.A8619@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com, vulcan@vulcanheli.co.nz
References: <006c01c051b9$b94859a0$03cd60cb@dell>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.11i
In-Reply-To: <006c01c051b9$b94859a0$03cd60cb@dell>; from vulcan@vulcanheli.co.nz on Sun, Nov 19, 2000 at 12:46:07PM +1300

On Sun, Nov 19, 2000 at 12:46:07PM +1300, Vulcan Helicopters wrote:
>I have just installed cygwin and am trying to use gcc, but I get the
>following error:
>
>$ make hello
>gcc     hello.cc   -o hello
>/usr/bin/ld: cannot find -luser32
>collect2: ld returned 1 exit status
>make: *** [hello] Error 1

It sounds like you selectively picked things to install and missed an
important piece.  If you didn't install the w32api package, you need to
do this.  This should create the missing /usr/lib/libuser32.a file.

If you did install it then you have another problem.  The command:

gcc -v hello.cc -o hello

may show what the problem is.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

