View Single Post

   
  #4 (permalink)  
Old 01-05-2008, 08:24 AM
Paul Pluzhnikov
 
Posts: n/a
Default Re: AIX runtime problem

"hem" <hemachandra.reddy@gmail.com> writes:

> I have a different xlC.rte at both the sides. Can I eliminate this
> dependency without having to install xlC.rte at the customer place.


You can "solve" the problem by downgrading xlC.rte on your machine
to the lowest level you want to support. You should also explicitly
state what minimum level of xlC.rte you *are* supporting.

> Is it possible to staically link this xlC.rte while linking?


This is possible, but a) complicated to get right; b) not recommended;
c) not supported (AFAIK).

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
Reply With Quote