%% George NA <[EMAIL PROTECTED]> writes: gn> I fail to make the XML::Parser module for perl. I 'm gn> receiving the following error message :
gn> Makefile:409: *** multiple target patterns. Stop. gn> 419 $(INST_AUTODIR)\.exists :: C:\Perl\lib\CORE\perl.h GNU make does not support pathnames with colons in them (like "C:") normally. Also, it doesn't deal well with backslashes: you should use forward slashes. Some versions of GNU make built for Windows do understand drive letters, as a special case. You should ask your question again on the [EMAIL PROTECTED] mailing list which is specifically geared towards DOS/Windows users of GNU make. Be sure to provide details such as which version of GNU make you're using, what OS you're using, and how GNU make was compiled (there are a few different ways it can be built on Windows). -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
