From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: winsup woes: ps linking
8 Oct 1998 12:27:24 -0700
Message-ID: <Pine.SUN.3.93.981007195541.2739A-100000.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <AA26031.9810071015@slug.ncl.ac.uk>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Albert Koelmans <Albert.Koelmans@newcastle.ac.uk>
Cc: GNU win32 mailing list <gnu-win32@cygnus.com>

On Wed, 7 Oct 1998, Albert Koelmans wrote:

> I am trying to compile ps.exe from within winsup. I've configured it
> according to Mumit's advice, and all the Makefiles have been created. Top
> level make stops on strsignal.c, complaining about missing include files.

What missing headers?

> 
> When I try to compile ps, the linker says "undefined reference to
> cygwin32_internal". 

Set the EXE_LDFLAGS= variable in winsup/Makefile to the full pathname
of the winsup build directory so that it links with right the libcygwin.a.
The installed is missing cygwin32_internal which was added later on.

Regards,
Mumit


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
