hughperman / pure-lang

Automatically exported from code.google.com/p/pure-lang
0 stars 0 forks source link

make check fails with non-standard location installations #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install llvm in a non-standard location.
2. Install pure in a non-standard location.
3. execute make check from pure build directory

What is the expected output? What do you see instead?
Should have seen all tests passed - however, all tests failed.

What version of the product are you using? On what operating system?
llvm-2.4, pure svn revision 577

Please provide any additional information below.
Traced the problem to the make check target. It sets LD_LIBRARY_PATH=.
instead of bringing it in from the environment (which provides the paths to
the non-standard installation for llvm and pure).

Changing to:

export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):.

fixes the problem and allows the make check to pass.

Original issue reported on code.google.com by sam666mu...@live.com on 5 Jan 2009 at 10:54

GoogleCodeExporter commented 8 years ago
Fixed in r583. Can you please verify?

Original comment by aggraef@gmail.com on 6 Jan 2009 at 11:01

GoogleCodeExporter commented 8 years ago
Fix verified, thanks!

Original comment by sam666mu...@live.com on 7 Jan 2009 at 12:56

GoogleCodeExporter commented 8 years ago

Original comment by aggraef@gmail.com on 7 Jan 2009 at 6:18