Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!ut-emx!jones From: jones@ut-emx.UUCP (William L. Jones) Newsgroups: comp.lang.perl Subject: Can Configure do this! Message-ID: <35871@ut-emx.UUCP> Date: 14 Aug 90 02:36:13 GMT Organization: The University of Texas at Austin, Austin, Texas Lines: 13 I think I found a problem with Configure. Under Convex UNIX V8.1 I need to compile the source with the "-pcc" flag. I also need the -pcc flag on the cc command used to create perl form the *.o files. I should be able to do this by specifing a load flag of "-pcc". Unfortunatly the convex ld barfs on this and the cc command to load perl does not use CFLAGS. So I have to edit the makefile to add "-pcc" to the cc command used to load perl. Perl patchlevel 27 passes all of the test perl scirpts under Convex UNIX V8.1. Bill Jones