develooper Front page | perl.perl5.porters | Postings from March 2000

Configure with symbol manipulation

Thread Next
From:
Roca, Ignasi
Date:
March 22, 2000 23:50
Subject:
Configure with symbol manipulation
Message ID:
5930DC161690D211966700902715754701751AF8@madt9.ssa.siemens.es
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About