Hi, just one linking question:

How can I choose one from more library versions (and locations), which
the program will be linked against?

Example (the names are not relevant, it's just an example):
During compiling vim, I want to choose, whether the ncurses in
/usr/lib
or the ncurses in
/opt/ncurses-5.4
will be used. There is no ./configure --with-ncurses-prefix=... argument.

Will setting LD_LIBRARY_PATH=/opt/ncurses-5.4:$LD_LIBRARY_PATH do the
job?

Thanks in advance.

--
------------------------------------------_.)--
|  Lukáš Holčík ([EMAIL PROTECTED])  (\=)*
-------------------------------------------''--
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to