Schlesinger, Philip wrote:
An update:

For curiosity's sake, I tried David's suggestion of the following export
before the perl script build:

export ICUROOT=$BLDROOT/local   <== this is where ICU was installed to

(For runConfigure in my previous 10:27 am message, I used export
ICUROOT=$BLDROOT/icu/source <== this is where the source files are
located)

Same problem of a TON of warning messages about duplicate symbol errors:

http://www.electronicfiles.net/files/3560/20060621-1029-myperlbuild.zip

This is a compiler/linker issue on AIX, as the linker is unable to collapse those duplicate symbols. You can safely ignore those warnings, or use the compiler option -qweakstatic to suppress them.

Dave

Reply via email to