This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: --with-libs busted?


Daniel Kegel wrote:
directories inside the sys-root.  Since the libraries in the sys-root
are split between /lib and /usr/lib, I tried using the multiple
directories feature of --with-libs.

I didn't even realize --with-libs had some support for handling multiple directories. It seems pretty pointless to me, since it copies them all to the same place. You may as well combine the directories before running configure, to make sure the result is safe. If you want multiple directories handled correctly, you must with --with-sysroot.


The configure error is probably a quoting problem when passing arguments to subdirectories. This isn't going to work unless we quote arguments to the --with-libs option.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]