On 26 Sep 2002, Fischler, Adam wrote:
> > > It's strange that 'make test' did not run. (The matter was the missing >perl-binary in the perl-5.8.0/t - directory ...or what?) > > > > Yes. The odd things is that "make test" should have done that. > > See the target "_test_prep" in Makefile, the "_test_prep" should > > get called (mong other things) with "make test". > > Adam: Here is the sclice from my Makefile (static build perl) regarding the test: Is >it ok? > There is no softlink perl-5.8.0/t/perl->../perl after and before I'm making test. That is very strange. Perhaps running: make -n test > test.out 2>&1 then look at the test.out file to see why lines like: > _test_prep: > cd t && (rm -f $(PERL)$(EXE_EXT); $(LNS) ../$(PERL)$(EXE_EXT) >$(PERL)$(EXE_EXT)) Do not seem to be run by your installation of IBM make. You do have the startup.mk file properly installed don't you? Note that there more be one in /samples and it must be copied to /etc to have make work correctly. Peter Prymmer >
