On Thu, 28 Mar 2002, Marco Kleefman wrote: > Then I wanted to execute: make test. But I get all these errors: > > ======errors=========== > The build directory was: > /tmp_mnt/home/mkleefman/temp/Inline-0.43/C/_Inline_test/build/_01syntax_t_6b > 3a > > To debug the problem, cd to the build directory, and inspect the output > files.
Did you follow these directions? The exact cause of the error is probably waiting for you in a file called "out.make" in the directory listed above. Take a look and see what it says! Also, looking at "perl -V" might be helpful. In particular pay attention to the compiler that was used to build perl and make sure it's the same one that's being used to build your module. Commercial Unix are famous for not coming with working compilers. You may have a Perl that was installed from a pre-built package. -sam
