DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5782>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5782

New enhancement to the runConfigure file

           Summary: New enhancement to the runConfigure file
           Product: XalanC
           Version: 1.2.x
          Platform: All
        OS/Version: Solaris
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: XalanC
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


I need to pass more than one extra parameter to the C++ compiler.

The following is my modification over the runConfigure file:

Original:
...
   -z)
      compileroption=$2; shift 2;;
...

Modified:
...
   -z)
      compileroption="$compileroption $2"; shift 2;;
...

I can do the following with the above mentioned modification:
   ./runConfigure -p solaris -c CC -x CC -z -xarch=v9 -z -temp=/tmp -l -xarch=v9

This technique may be interesting in any other extra options.

In addition, I cannot specify on Bugzilla Apache Bug Database the Xalan 1.3 
version.

Thanks and best regards.

Reply via email to