GNU bug report logs -
#21941
ld-wrapper incorrectly computes library search path
Previous Next
Reported by: ludo <at> gnu.org (Ludovic Courtès)
Date: Tue, 17 Nov 2015 16:44:02 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 28 Nov 2015 22:12:28 +0100
with message-id <87si3prfpf.fsf <at> gnu.org>
and subject line Re: bug#21941: ld-wrapper incorrectly computes library search path
has caused the debbugs.gnu.org bug report #21941,
regarding ld-wrapper incorrectly computes library search path
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
21941: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21941
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Currently ‘ld-wrapper’ builds the library search path as it encounters
-L flags and uses the current search path when it encounters a -l flag.
This is contrary to what ld actually does (info "(ld) Options"):
--8<---------------cut here---------------start------------->8---
`-L SEARCHDIR'
`--library-path=SEARCHDIR'
[…] All `-L' options apply to all `-l' options,
regardless of the order in which the options appear.
--8<---------------cut here---------------end--------------->8---
This turns out to be fine when using GCC but manifests itself when using
Clang, because Clang passes the -L flags that correspond to
‘LIBRARY_PATH’ after the -l flags on the ‘ld’ command line.
Ludo’.
[Message part 3 (message/rfc822, inline)]
ludo <at> gnu.org (Ludovic Courtès) skribis:
> Currently ‘ld-wrapper’ builds the library search path as it encounters
> -L flags and uses the current search path when it encounters a -l flag.
>
> This is contrary to what ld actually does (info "(ld) Options"):
>
> `-L SEARCHDIR'
> `--library-path=SEARCHDIR'
> […] All `-L' options apply to all `-l' options,
> regardless of the order in which the options appear.
Fixed in e946b609.
Ludo’.
This bug report was last modified 9 years and 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.