You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, It would seem the Bindings/Ocaml fail link properly as they don't seem to be getting past the above LDFLAGS.
i.e.
Running /export/home2/edward/lab/llvm/llvm/test/Bindings/Ocaml/dg.exp ...
FAIL: /export/home2/edward/lab/llvm/llvm/test/Bindings/Ocaml/analysis.ml
Failed with signal(SIGKILL) at line 2
while running: ./analysis.ml.tmp analysis.ml.tmp.bc
libc.so.1: analysis.ml.tmp: fatal: libstdc++.so.6: open failed: No such file or directory
FAIL: /export/home2/edward/lab/llvm/llvm/test/Bindings/Ocaml/bitreader.ml
Failed with signal(SIGKILL) at line 2
while running: ./bitreader.ml.tmp bitreader.ml.tmp.bc
libc.so.1: bitreader.ml.tmp: fatal: libstdc++.so.6: open failed: No such file or directory
..............
=== Summary ===
of expected passes 4198
of unexpected failures 5
of expected failures 26
.........
At revision 89648.
Cheers,
Edward.
The text was updated successfully, but these errors were encountered:
Extended Description
On AuroraUX we use GCC from /opt/gcc4 so we have to pass LDFLAGS to our builds.
i.e.
LDFLAGS="-L/opt/gcc4/lib -R/opt/gcc4/lib" ./configure ....
However, It would seem the Bindings/Ocaml fail link properly as they don't seem to be getting past the above LDFLAGS.
i.e.
Running /export/home2/edward/lab/llvm/llvm/test/Bindings/Ocaml/dg.exp ...
FAIL: /export/home2/edward/lab/llvm/llvm/test/Bindings/Ocaml/analysis.ml
Failed with signal(SIGKILL) at line 2
while running: ./analysis.ml.tmp analysis.ml.tmp.bc
libc.so.1: analysis.ml.tmp: fatal: libstdc++.so.6: open failed: No such file or directory
FAIL: /export/home2/edward/lab/llvm/llvm/test/Bindings/Ocaml/bitreader.ml
Failed with signal(SIGKILL) at line 2
while running: ./bitreader.ml.tmp bitreader.ml.tmp.bc
libc.so.1: bitreader.ml.tmp: fatal: libstdc++.so.6: open failed: No such file or directory
..............
=== Summary ===
of expected passes 4198
of unexpected failures 5
of expected failures 26
.........
At revision 89648.
Cheers,
Edward.
The text was updated successfully, but these errors were encountered: