Reference: "jotham" <[EMAIL PROTECTED]> on Fri, 2 Mar 2001 11:36:22
+0100:
> Hello, I am trying to install the newest version of POE. I am using
> ActivePerl. Origionally I tried the PPM version of POE, however that was
> somewhat dated and most of the example files failed to work. This lead me
> to aquire the newest version of POE, however, not having gmake I cannot
> 'make poe' so to speak. I intend on manually installing all components, can
> someone please explain where they should all go?
gmake isn't that indispensable, M$'s 'nmake.exe', which you will find
on every more or less sufficiently assorted ftp-server, e.g.
ftp://ftp.cso.uiuc.edu/pub/X11/contrib/utilities/MSWindows-NT/NMAKE.EXE.1.12.0012
will do the job as well.
Put it in a directory your PATH is pointing to, preferably Perl/bin,
then start the usual task in the directory you put the contents of
poexxxx.tar.gz into:
perl Makefile.pl
nmake
nmake test #this fails on several tests, don't bother...
nmake install
It worked here as described, and most of the samples are running
flawlessly...
HTH, hh.