--- Comment #3 from rguenth at gcc dot gnu dot org 2009-07-19 08:53 ---
LIBRARY_PATH is used only for GCC internal files, not user libraries.
Just use -L.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #2 from philippe at fornux dot com 2009-07-18 22:32 ---
Well if I set 'export GCC_EXEC_PATH=$HOME/lib' it works correctly.
Nevertheless perhaps LIBRARY_PATH should be passed to the linker if GCC is
responsible for the linkage.
--
philippe at fornux dot com changed:
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-07-18 08:55 ---
LIBRARY_PATH is not used by the linker.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
-