[LLVMbugs] [Bug 5595] New: When passing LDFLAGS to ./configure... bindings does not pick them up.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Nov 23 03:20:06 PST 2009


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: unassignedbugs at nondot.org
        ReportedBy: eocallaghan at auroraux.org
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list