Hi!

I installed the automake and autoconf packages from the Web site,
however, aclocal needs perl to run, and perl is not available from your
site. I tried this:

Install automake and autoconf from gnuwin32 in C:\GnuWin32
Install bash cvs perl coreutils ncurses ... from cygwin in c:\cygwin

In cygwin's bash:
export PATH=${PATH}:/cygdrive/c/GnuWin32/bin
aclocal

Now perl cannot locate Automake/Config.pm

The include path list includes "C" and
"/GnuWin32/AutoMake/share/automake-1.9" one after the other. Obviously,
the 2 entries are supposed to be "C:/GnuWin32/AutoMake/...", but ":" is
the path separator. Thus, the include list breaks when using a path of
the form "<drive>:<path>".

How can I run aclocal ? Where can I get a version of perl that can run
gnuwin32's version of aclocal ?

Thanks for your help !




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to