http://llvm.org/bugs/show_bug.cgi?id=5595

           Summary: When passing LDFLAGS to ./configure... bindings does not
                    pick them up.
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: AuroraUX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to