Mailing List Archive

Perl install error
Hello!
I wanted to install perl on hp workstation, but I met a error during "make"

cc : "op.c", line 120 : error 1711 : Inconsistent parameter list declaration for ad_findlex

I review README, and I find this line

"If you can't compile successfully , try adding a -DCRIPPED_CC flag."

I don't know that meaning. what program has that flag?
I assume , " make -DCRIPPED_CC" That's not!

And I find cflags.sh and config.sh

config.sh
$ccflags = "-D_POSIX_SOURCE -D_HPUR_SOURCE -Aa"
$optimize="+01"

how can I change that flag?

My system is HP-UX a.09.03.

Please help me.Thank you.