Hi, > I'm configuring a perl5.005_63 installation and I want to set/modify two > symbols. > > I'm trying to use the -A option as: > ./Configure -de -A define:optimize='-F Olimit,1500' -A > append:ccflags='-DUSE_PURE_BISON' > only the first symbol, optimize is set as I want in the config.sh, while the ccflags isn't changed. > > Trying with: > ./Configure -de -A append:ccflags='-DUSE_PURE_BISON' -A define:optimize='-F > Olimit,1500' > the '-DUSE_PURE_BISON' is added to the ccflags while optimize isn't set > > Does somebody know how can I set both symbols. Ignasi Roca.Thread Next