gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #37142] --with-sysroot path not kept


From: Josua Mayer
Subject: [Gnash-commit] [bug #37142] --with-sysroot path not kept
Date: Fri, 31 Aug 2012 13:29:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0

Follow-up Comment #2, bug #37142 (project gnash):

This might not work as it should.
"if test ! -d ${with_top_level}/usr; then"
this line does not what it should and here is why:
I have found that when --with-sysroot is given, the places to look for
libraries are these: $sysroot/include;$sysroot/lib
I would have to give --with-sysroot=$realsysroot/usr to get libraries in
$realsysroot/usr. Now, obviously $realsysroot/usr/usr does not exist.
When I give --with-sysroot=$realsysroot, no libs are found. When I give
--with-sysroot=$realsysroot/usr, the path check is triggered and configure
fails.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37142>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]