Skip to content

When passing LDFLAGS to ./configure... bindings does not pick them up. #5967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
llvmbot opened this issue Nov 23, 2009 · 2 comments
Closed
Assignees
Labels
bugzilla Issues migrated from bugzilla

Comments

@llvmbot
Copy link
Member

llvmbot commented Nov 23, 2009

Bugzilla Link 5595
Resolution FIXED
Resolved on Nov 29, 2014 08:54
Version trunk
OS AuroraUX
Blocks llvm/llvm-bugzilla-archive#21691
Reporter LLVM Bugzilla Contributor
CC @whitequark

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.

@llvmbot
Copy link
Member Author

llvmbot commented Nov 23, 2009

assigned to @whitequark

@whitequark
Copy link
Collaborator

Fixed in r220832

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
Michael137 pushed a commit to Michael137/llvm-project that referenced this issue Jan 18, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

2 participants