Subject: [PATCH] Re: Perl for Win32
> It's pretty fundamental that $archname be different for binary INcompatible
> systems. If it's not then that's a bug.
Here's a proposed patch for the config.h templates which
are distributed with the kit
Credited: Gurusamy Sarathy <gsar@engin.umich.edu>
Credited: Peter Prymmer <pvhp@forte.com>
Credited: Tim Bunce <Tim.Bunce@ig.co.uk>
p5p-msgid: Pine.GSO.3.95.
970905123145.12361B-100000@ducks
* where library files may be held under a private library, for
* instance.
*/
-#define ARCHNAME "MSWin32" /**/
+#ifdef _ALPHA_
+#define ARCHNAME "Alpha" /**/
+#else
+#define ARCHNAME "Intel" /**/
+#endif
/* BIN:
* This symbol holds the path of the bin directory where the package will