|
Description
|
The perl makefiles are set up to use preexisting config.sh files. These hardcode several Forte-specific values regardless of how $(CC) and $(__GNUC) are set. Additionally, the makefiles are set up to substitute $(SPRO_VROOT) into them before use, even if Forte is not being used.
Perl should build with gcc when $(__GNUC) is empty and should honor $(CC) in general.
This means that a perl built with gcc would need to deliver Config.pm as if built with Forte, and continue to offer PerlGcc.
Because the perl build also uses CFLAGS but ignores CC, any flags that are processed by cw aren't translated. This is especially bad if the flag is _cc=foo or _gcc=foo.
xxxxx@xxxxx.com 2005-06-11 23:46:47 GMT
|