This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: advapi32 on win32 host, cccp
- To: Don Bowman <don at pixsci dot com>
- Subject: Re: advapi32 on win32 host, cccp
- From: Mumit Khan <khan at xraylith dot wisc dot edu>
- Date: Thu, 26 Mar 1998 19:53:13 -0600
- Cc: "'egcs at cygnus dot com'" <egcs at cygnus dot com>
Don Bowman <don@pixsci.com> writes:
> When building the CVS image of today (march 24), I find
> that cccp.exe cannot be built on a winnt system. It is
> missing -ladvapi32 on the end of the link line.
Don,
This is only needed for stage1 compiler build, so just add:
CLIB = -ladvapi32
to gcc/Makefile and go on from there. The subsequent stages will
automatically add this (cf: gcc/config/i386/cygwin32.h).
I usually recommend that people pick up pre-build binaries from my site
which already these changes and quite a few more, and then use that to
bootstrap newer versions instead of using the development tools
supplied with Cygwin32 b19. See my Gnu-Win32 project page:
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/
I'm copying the egcs list as well so that others may find it in the
archives when asking the same question next week ;-) It seems to come
up often enough.
Regards,
Mumit