Re: I'm perplexed by use of ENV vars in my executable
From: chris (od488gw02_at_sneakemail.com)
Date: 06/11/03
- Previous message: John Pezzano: "Re: System Recover Help"
- In reply to: Jim Hollenback: "Re: I'm perplexed by use of ENV vars in my executable"
- Next in thread: chris: "Re: I'm perplexed by use of ENV vars in my executable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 10 Jun 2003 15:27:03 -0700
jholly@cup.hp.com (Jim Hollenback) wrote in message news:<3ee61a48$1@usenet01.boi.hp.com>...
> chris (od488gw02@sneakemail.com) wrote:
> : This is a question I should know the answer to, but don't.
>
> : I built an HPUX executable for my app on one HPUX 11i box, then move
> : it to another HPUX 11i box, and it fails, because it's looking for the
> : paths that it was built with. Although the environment variable names
> : are the same, their paths are different.
>
> what environment variables are you talking about? What paths are you
> talking about?
>
> : What is the purpose of having env vars if all the paths have to be
> : identical?
>
> Are you having trouble loading shared libraries?
>
> : So I suppose I'm going to have to re-build on each machine?
>
> : Say it isn't so. Thanks.
>
> Have you read the ld manpage? Have you looked at the wonders of +s,
> +b and +cdp?
>
> If this doesn't help, perhaps a more specific error message and
> background might help.
Yes, shared libs that are specific to my application. Hmm, sounds like
I can change this behavior with compiler options? Yippeee, I'll start
looking. Thanks.
- Previous message: John Pezzano: "Re: System Recover Help"
- In reply to: Jim Hollenback: "Re: I'm perplexed by use of ENV vars in my executable"
- Next in thread: chris: "Re: I'm perplexed by use of ENV vars in my executable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|