Ok, sorry for the brain fart.  for some reason, I thought ORX were MacOS 
specific.

Thanks.

Bruce
On Feb 9, 2011, at 12:23 PM, Mark Miesfeld wrote:

> On Wed, Feb 9, 2011 at 12:14 PM, CVBruce <cvbr...@gmail.com> wrote:
> 
>> I was just looking at configure.ac.
>> 
>> I see that around line 105, someone has added in a bunch of ORX* variables.  
>> Is there a reason that they were added there, for all platforms, as opposed 
>> to around line 215, which is the apple-darwin section.
> 
> I believe that is just setting default values for all the variables,
> to be sure the variables exist and have a value.  Then comes the case
> statement, where for any specific system you can over-ride the value.
> 
> For instance you have:
> 
> ORX_LDFLAGS_PACKAGE="-Xcompiler -nostartfiles"
> 
> But then in the AIX section it is changed:
> 
> case "$target" in
>   *ibm-aix*)
> ...
> 
>            ORX_LDFLAGS_PACKAGE=""
> 
> --
> Mark Miesfeld
> 
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to