in reply to Re: Prilimary question - make
in thread Prilimary question - make

Note that which ever C compiler to use to compile modules must have been the same or very close to the same one that compiled your perl binary. For example, if you're using the Activestate distribution, you can get away with using VisualStudio C++ 6 to compile modules, but I seriously doubt that GCC will work for it. If you want to use an alternate compiler, you need to compile your perl with it first.