> 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. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
