[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can be a PATH set?
From: |
Alessandro Vesely |
Subject: |
Re: Can be a PATH set? |
Date: |
Sat, 16 Apr 2005 10:58:18 +0200 |
> Federico Prades Illanes wrote:
>
> enviroment:
> LD_LIBRARY_PATH=./
>
> That's the code i'm using but it doesn't work. Any ideas?
do you `export LD_LIBRARY_PATH'?
Anyway, you shouldn't set variables as commands for building
a target, otherwise they won't survive that command. You may
use target-specific variables, if you don't want them global.