Sheng-qi Jiang wrote:
>> I will update webrev later this week.
>>
> Please help the updated webrev.
> 
> http://cr.opensolaris.org/~henryj/openexr/
> 
> 
> 
> The binaries built out still have these nits but it does not impact 
> running.
> 
>     [9]  RUNPATH           0xf82               
> /opt/SUNWspro/SS11/lib/rw7/:/opt/SUNWspro/SS11/lib/:/usr/ccs/lib/:/lib/:/usr/lib/
>  
> 
>      [10]  RPATH             0xf82               
> /opt/SUNWspro/SS11/lib/rw7/:/opt/SUNWspro/SS11/lib/:/usr/ccs/lib/:/lib/:/usr/lib/
>  

C++ eh? that needs to be fixed - you need to get -norunpath to the
compiler that is being used. You might want to grep for it in other
Makefile.sfws to see what other things do, as not all look at the same
variables (well, or look at how you can get configure or whatever erlang
uses to pick it up).

        Mike

Reply via email to