On 1/9/07, R A L Carter <[EMAIL PROTECTED]> wrote: > The gent who developed gretl suggested > "Well, it looks as if there's some collision going on between 32-and 64-bit > version of shared libraries here. You may need to set the environment > variable LB_LIBRARY_PATH to ensure that the 64-bit version is picked up > first." > > Could someone please tell me how to do that?
I'm not sure if 32-bit and 64-bit libraries are stored in different paths, but if you want to set LD_LIBRARY_PATH, when executing 'make' try: bash# LB_LIBRARY_PATH=/path/to/libraries/ make You could also do a 'setenv' or 'export' depending on your shell. That way you don't have to set it on every line you need it. -Mark _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

