Pete Robbins wrote:
I've checked in a change to the linux automake for C++ SCA to allow building
of the extensions to be optional.

I've added --enable-XXX to configure where XXX is php, python, ruby.
The ./build.sh script in the sca root does not specify these so they will
NOT be built by default.
Cheers,


Pete,

Thanks, I followed your template and extended the list to allow all the extensions to be controlled through --enable options.

Here's the output from configure --help:
 --enable-all-extensions build all runtime extensions [default=no]
 --enable-cpp            build C++ component type extension [default=yes]
 --enable-wsbinding      build Web Service binding extension [default=yes]
 --enable-scabinding     build SCA default binding extension [default=yes]
 --enable-python         build Python component type extension [default=no]
 --enable-ruby           build Ruby component type extension [default=no]
 --enable-php            build PHP component type extension [default=no]

configure without options will just build the "core" extensions.
configure --enable-all-extensions is useful to verify the build of everything.

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to