Bug 97608
Summary: | libtool.m4 bug: `"$LD" -v` | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Tim Waugh <twaugh> | ||||
Component: | libtool | Assignee: | Jens Petersen <petersen> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jay Turner <jturner> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 1.0 | CC: | fnasser, jakub, srevivo | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 1.5-4 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2005-12-20 07:30:20 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Tim Waugh
2003-06-18 10:56:46 UTC
Could you attache a patch to illustrate please? I'm not clear on what should be changed. Also some build output would be nice for reference. Created attachment 92480 [details]
libtool-patch
Here is the change I'm talking about. This comes from omni-libtool.patch in
cvs.devel. Get build output by building Omni-0.9.0-2 from CVS on x86_64 -- or
just see for yourself that 'gcc -print-prog-name=ld' on x86_64 gives output
containing spaces.
Ok, thanks. However for me "gcc -print-prog-name=ld" just outputs "ld" on x86_64 when I just tried now. Oh it was g++; but it doesn't seem to be doing it with the new GCC package. But on Tuesday I was getting things like this (pasted from an IRC log I had): appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... no checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... no GCC never provided any arguments to ld in gcc -print-prog-name=ld, so it must be something else. Ok, should be fixed in libtool-1.5-4. |