[comp.lang.perl] Can Configure do this!

jones@ut-emx.UUCP (William L. Jones) (08/14/90)

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