Skip to content

problem installing packages from source on win2k

2 messages · Liaw, Andy, Duncan Murdoch

#
[snip]
A couple of things:

1.  I believe the build need to be done from a command prompt (a.k.a.
"MSDOS"), rather than the cygwin bash.  The potential problem (at least the
one I know about) is that the cygwin bash by default prepends it's own PATH
to the system PATH, so it will find the cygwin compilers first before the
minGW.

2.  The error message is quite clear: it can't find hhc.exe.  That's the
Compiled HTML help compiler (for CHM help pages).  Either install it and put
it in the path, or find the Makefile/MkRules and tell it not to make CHM.

HTH,
Andy

------------------------------------------------------------------------------
Notice: This e-mail message, together with any attachments, cont... {{dropped}}
#
On Fri, 13 Jun 2003 21:35:22 -0400, you wrote:

            
You need to adjust the path in either case.  I do builds in Cygwin
now; the path is set in /etc/profile.   Since I don't have the Cygwin
compilers installed, finding them first is not an issue.

Duncan Murdoch