This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: winsup woes: ps linking


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]