<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.lfs.clfs.devel">
    <title>gmane.linux.lfs.clfs.devel</title>
    <link>http://blog.gmane.org/gmane.linux.lfs.clfs.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1781"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1780"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1779"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1778"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1777"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1776"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1775"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1774"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1773"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1772"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1771"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1770"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1769"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1768"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1767"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1766"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1765"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1764"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1763"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1762"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1781">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1781</link>
    <description>&lt;pre&gt;Dear Andrew,
I perform "gcc -v", and this is the result:
Using built-in specs.
Target: arm-eabi
Configured with:
/home/jingyu/projects/gcc/android-toolchainsrc/build/../gcc/gcc-4.4.3/configure
--prefix=/usr/local --target=arm-eabi --host=x86_64-linux-gnu
--build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld
--enable-languages=c,c++
--with-gmp=/home/jingyu/projects/gcc/toolchain_build/gingerbreadobj/temp-install
--with-mpfr=/home/jingyu/projects/gcc/toolchain_build/gingerbreadobj/temp-install
--disable-libssp --enable-threads --disable-nls --disable-libmudflap
--disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions
--disable-shared --disable-tls --with-float=soft --with-fpu=vfp
--with-arch=armv5te --enable-target-optspace --with-abi=aapcs
--with-gcc-version=4.4.3 --with-binutils-version=2.19
--with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.1.x
--with-arch=armv5te --with-multilib-list=mandroid
--with-sysroot=/usr/local/google/home/android/cupcake_rel_root
--enable-gold=both/gold --program-transform-name='s&amp;amp;^&amp;amp;arm-eabi-&amp;amp;'
Thread model: single
gcc version 4.4.3 (GCC)

It seems to look for libs via absolute path. Right?
Oh, did you mean set this path [LDFLAGS="-Wl,-rpath,$PREFIX/lib"]
as relative path ?
If so...but i don't know how to set, could you pls kindly help me ?



On Thu, May 24, 2012 at 9:56 PM, Andrew Bradford &amp;lt;
andrew&amp;lt; at &amp;gt;bradfordembedded.com&amp;gt; wrote:




&lt;/pre&gt;</description>
    <dc:creator>lee sudo</dc:creator>
    <dc:date>2012-05-25T02:06:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1780">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1780</link>
    <description>&lt;pre&gt;On Thu, 24 May 2012 22:45:10 +0800
lee sudo &amp;lt;desoxydate&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


Thanks, I did.


Sorry, I don't know.  Read through the GCC manual [1] for the version
of GCC you want to use, it should say how to.

[1]: http://gcc.gnu.org/onlinedocs/

-Andrew
&lt;/pre&gt;</description>
    <dc:creator>Andrew Bradford</dc:creator>
    <dc:date>2012-05-24T16:33:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1779">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1779</link>
    <description>&lt;pre&gt;Dear Andrew,

1, You can get android's C toolchain there:

git clone https://android.googlesource.com/platform/prebuilt
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/
(FROM: http://source.android.com/source/building-kernels.html)

2, &amp;gt;try building your toolchain with relative paths
HOW to?
(You can modify my script direct)



On Thu, May 24, 2012 at 7:36 PM, Andrew Bradford &amp;lt;
andrew&amp;lt; at &amp;gt;bradfordembedded.com&amp;gt; wrote:




&lt;/pre&gt;</description>
    <dc:creator>lee sudo</dc:creator>
    <dc:date>2012-05-24T14:45:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1778">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1778</link>
    <description>&lt;pre&gt;On Thu, 24 May 2012 07:52:51 -0500
DJ Lucas &amp;lt;dj&amp;lt; at &amp;gt;linuxfromscratch.org&amp;gt; wrote:


Thanks! I question Google's need for putting compiled gcc versions in a
git tree, but that's a separate debate :)

It looks like Google's Android gcc, so long as you move the entire
'prebuilt/linux-x86/toolchain/$ARCH' directory structure around as one
unit, is using relative paths for their GCC.  Their gcc, for example,
looks for libs in '../lib/gcc/$ARCH/$GCC_VERSION', relative to the gcc
binary.

If you build your GCC like Google does, you should get the same
effect.  CLFS doesn't have you do it the Google way, CLFS is more like
how Emdebian's cross compilers are built, with explicit paths to find
libs.  I don't know how to tell you how to do it the Google way, but
the GCC manuals should.

-Andrew
&lt;/pre&gt;</description>
    <dc:creator>Andrew Bradford</dc:creator>
    <dc:date>2012-05-24T13:56:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1777">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1777</link>
    <description>&lt;pre&gt;On Thu, 24 May 2012 07:47:04 -0400
Andrew Bradford &amp;lt;andrew&amp;lt; at &amp;gt;bradfordembedded.com&amp;gt; wrote:


OK, so that output isn't where gcc searches for things.  It's just the
info provided when gcc was configured and built.  The actual search
path can be different.

Better switches to see where gcc looks for things is
'-print-search-dirs' which will show you where gcc will look.

-Andrew
&lt;/pre&gt;</description>
    <dc:creator>Andrew Bradford</dc:creator>
    <dc:date>2012-05-24T13:49:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1776">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1776</link>
    <description>&lt;pre&gt;http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/ 
is what I use for kernel development. The AOSP code tree contains a more 
complete cross toolchain as well. git 
clone|https://android.googlesource.com/platform/manifest||for the whole 
schebang, or dig a little deeper for only the toolchain, I believe 
platform/||prebuilt/linux-x86/toolchain/arm-eabi-${GCC_VERSION}||.|
||
&lt;/pre&gt;</description>
    <dc:creator>DJ Lucas</dc:creator>
    <dc:date>2012-05-24T12:52:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1775">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1775</link>
    <description>&lt;pre&gt;On Wed, 23 May 2012 19:28:18 +0800
lee sudo &amp;lt;desoxydate&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


Also, this should probably have gone to the -support mailing list, not
the -dev list.  It's more of a support type question than a
development (of CLFS itself) question. Just FYI for the future.

For this thread, let's just keep it here for now. Attempting to migrate
to -support will just be messy.

-Andrew
&lt;/pre&gt;</description>
    <dc:creator>Andrew Bradford</dc:creator>
    <dc:date>2012-05-24T12:21:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1774">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1774</link>
    <description>&lt;pre&gt;On Thu, 24 May 2012 00:49:46 -0500
DJ Lucas &amp;lt;dj&amp;lt; at &amp;gt;linuxfromscratch.org&amp;gt; wrote:


I'd agree with you, except (especially) on a multi-arch system (or
anything with cross compilers and cross libs), the shared libs for the
target arch are going to be in rather different places than the shared
libs for the host arch. I'm not sure LD_LIBRARY_PATH will do much for
you here.

On my Debian system, I have arm cross compilers from Emdebian and native
x86_64 compiler from Debian Squeeze, and I don't have LD_LIBRARY_PATH
even set (echo $LD_LIBRARY_PATH comes back empty).  I have no problem
cross compiling or native compiling.

For example, output from my armel GCC shows where it expects includes
and libs:

andrew&amp;lt; at &amp;gt;bradford:~/calc/linux$ arm-linux-gnueabi-gcc -v
Target: arm-linux-gnueabi
Configured with: &amp;lt;snip&amp;gt;
--libdir=/usr/lib --includedir=/usr/arm-linux-gnueabi/include
--build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=arm-linux-gnueabi --with-headers=/usr/arm-linux-gnueabi/include
--with-libs=/usr/arm-linux-gnueabi/lib

Generally, my understanding is, for sane make systems, setting
CROSS_COMPILE= or similar will get make to use the right GCC.  Then GCC
relies upon it's internal configuration in order to find the
includes and libraries.  I'm not sure how LD_LIBRARY_PATH plays with
cross compilers... Probably some interesting reading could nail this
down, though.  Now I want to find out...

-Andrew
&lt;/pre&gt;</description>
    <dc:creator>Andrew Bradford</dc:creator>
    <dc:date>2012-05-24T11:47:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1773">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1773</link>
    <description>&lt;pre&gt;On Thu, 24 May 2012 13:03:12 +0800
lee sudo &amp;lt;desoxydate&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


Good.


I'm not familiar with Android's C toolchain. Can you point me towards
where I can get one already compiled like you are using? I'm curious to
see what their GCC setup is.  That might shed some light.  I don't have
time to build yet another toolchain, thus the ask for a binary, I can
get the info I want out of a binary.


I believe you should be able to compile the Linux kernel even if GCC
can't find any of the libraries.  It's a kernel and all "library" calls
made in it exist as source within it.  You don't need things like libc
or mpfr to build Linux.  It's everything that runs on Linux that
probably will want the libs.


For now, I'm going to chalk this one up to you should just keep your
toolchain where you built it.  Don't move it.

It's like if you go to the doctor complaining, "Every time I stab
myself in the face with this knife, it hurts."  The doctor will tell
you, "Stop stabbing yourself in the face with a knife!"

If you want, try building your toolchain with relative paths.  I've not
tried this, so no assurances it'll work, but that's the only easy way I
can think of to make a toolchain that doesn't mind being moved.  I'm
not sure if when building, the relative path to the libraries should be
in the context of the build dir or the resulting dir...

-Andrew
&lt;/pre&gt;</description>
    <dc:creator>Andrew Bradford</dc:creator>
    <dc:date>2012-05-24T11:36:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1772">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1772</link>
    <description>&lt;pre&gt;Unfortunately, I am not well versed in cross compilers (always relied on 
the CodeSorcery scripts for arm), so this response could possibly be a 
wild goose chase (but I think it's correct). I suspect you are looking 
for LD_LIBRARY_PATH...at least that's what works on native compilers, 
though I suspect the same with cross compilers since it runs native, 
just the output is for different arch. If my guess is right, you'll want 
something like the following in your working environment:

LD_LIBRARY_PATH="/home/sudolee/cross_toolchain/lib"
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/home/sudolee/your/final/project/output/dir/rootfs/lib"
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/home/sudolee/your/final/project/output/dir/rootfs/usr/lib"
export LD_LIBRARY_PATH

Add any additional library paths in your project anddrop that into a 
shell script in your home dir. Execute it any time you intend to compile 
for your project. If that turns out not to work, there should be 
something similar for cross compilers I would think. The default runtime 
search paths are different and are arch dependent. You'll probably want 
to modify those in the source before you build your cross toolchain, but 
LIBRARY_PATH and LD_PRELOAD _might_ make a crutch on the target if you 
didn't do that at the beginning. Those same two variables are also 
useful on the host if your toolchain is linked to a specific set of 
libraries that does not include the default library search path 
(/usr/lib64:/usr/lib:/lib64:/lib). Also beware of linker scripts that 
might crop up (usually .so files with hard-coded paths) or .la files 
(also with hard-coded paths).

HTH

&lt;/pre&gt;</description>
    <dc:creator>DJ Lucas</dc:creator>
    <dc:date>2012-05-24T05:49:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1771">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1771</link>
    <description>&lt;pre&gt;Dear Andrew,

Thanks for your answer.
It works well after put it all back where it was as you said.

But I find some cross toolchains (e.g. cross toolchain in android source
code) could work well after change its path(anywhere).
This is the script i tested lasy night, it works well and finally succeed.
And i cross compile kernel3.0.23 a moment ago, it also works well.

If i change its path from "/home/sudolee/cross/cross_toolchain" to
"/home/sudolee/cross_toolchain/", this issue occured.
Pls check the log below.
-----log-----
/home/sudolee/cross_toolchain/bin/../libexec/gcc/arm-none-
linux-gnueabi/4.6.0/cc1:
error while loading shared libraries: libcloog.so.0: cannot open shared
object file: No such file or directory
---------------

i know this issue occured due to the path changed, but i want find a way to
avoid this.
Maybe compiling all the library as static could avoid this issue(all the
libaray set by disable-shared). But i
tried many times, build process will abort with some errors, the error log
list below:
-------log--------
/home/sudolee/cross/cross_toolchain/lib/libppl_c.a(ppl_c_implementation_common.o):
In function `~Watchdog':
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1452:
undefined reference to
`Parma_Watchdog_Library::Watchdog::in_critical_section'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1453:
undefined reference to
`Parma_Watchdog_Library::Watchdog::remove_watchdog_event(Parma_Watchdog_Library::EList_Iterator&amp;lt;Parma_Watchdog_Library::Pending_Element&amp;lt;Parma_Watchdog_Library::Time&amp;gt;
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1454:
undefined reference to
`Parma_Watchdog_Library::Watchdog::in_critical_section'
/home/sudolee/cross/cross_toolchain/lib/libppl_c.a(ppl_c_implementation_common.o):
In function `Init':
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1467:
undefined reference to `Parma_Watchdog_Library::Init::count'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1467:
undefined reference to `Parma_Watchdog_Library::Init::count'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1469:
undefined reference to `Parma_Watchdog_Library::Watchdog::initialize()'
/home/sudolee/cross/cross_toolchain/lib/libppl_c.a(ppl_c_implementation_common.o):
In function `Watchdog&amp;lt;Parma_Polyhedra_Library::Throwable,
Parma_Polyhedra_Library::Interfaces::C::timeout_exception&amp;gt;':
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1433:
undefined reference to
`Parma_Watchdog_Library::Watchdog::in_critical_section'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1434:
undefined reference to
`Parma_Watchdog_Library::Watchdog::new_watchdog_event(unsigned int,
Parma_Watchdog_Library::Handler const&amp;amp;, bool&amp;amp;)'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1435:
undefined reference to
`Parma_Watchdog_Library::Watchdog::in_critical_section'
/home/sudolee/cross/cross_toolchain/lib/libppl_c.a(ppl_c_implementation_common.o):
In function `~Init':
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1476:
undefined reference to `Parma_Watchdog_Library::Init::count'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1476:
undefined reference to `Parma_Watchdog_Library::Init::count'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1478:
undefined reference to `Parma_Watchdog_Library::Watchdog::finalize()'
/home/sudolee/cross/cross_toolchain/lib/libppl_c.a(ppl_c_Polyhedron.o): In
function `Init':
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1467:
undefined reference to `Parma_Watchdog_Library::Init::count'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1467:
undefined reference to `Parma_Watchdog_Library::Init::count'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1469:
undefined reference to `Parma_Watchdog_Library::Watchdog::initialize()'
/home/sudolee/cross/cross_toolchain/lib/libppl_c.a(ppl_c_Pointset_Powerset_C_Polyhedron.o):
In function `Init':
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1467:
undefined reference to `Parma_Watchdog_Library::Init::count'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1467:
undefined reference to `Parma_Watchdog_Library::Init::count'
/home/sudolee/cross/packages/ppl-0.11.2/interfaces/C/../../Watchdog/src/pwl.hh:1469:
undefined reference to `Parma_Watchdog_Library::Watchdog::initialize()'
collect2: ld returned 1 exit status
make[2]: *** [cc1] Error 1
make[2]: Leaving directory
`/home/sudolee/cross/packages/gcc_build_final/gcc'
make[1]: *** [install-gcc] Error 2
make[1]: Leaving directory `/home/sudolee/cross/packages/gcc_build_final'
make: *** [install] Error 2
-------------------

Do you know the root cause?
And how to?

2012/5/24 Andrew Bradford &amp;lt;andrew&amp;lt; at &amp;gt;bradfordembedded.com&amp;gt;




&lt;/pre&gt;</description>
    <dc:creator>lee sudo</dc:creator>
    <dc:date>2012-05-24T05:03:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1770">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1770</link>
    <description>&lt;pre&gt;On Wed, 23 May 2012 19:28:18 +0800
lee sudo &amp;lt;desoxydate&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


When you built the toolchain, you told it where to find the libraries
and everything else it needs (your $PREFIX and $PRO_ROOT variables it
looks like). Now you've moved the toolchain and the libraries, so it
can't find them anymore. Put it all back where it was when you built
the toolchain, then it should work.  Or, when compiling other sources,
you can tell each thing you are compiling where to find the libraries
(this may be easier said than done depending on the build system being
used).

To see this, if you run the gcc you built with the '-v' switch, it'll
tell you where it expects to find libraries.  Yours probably aren't
there anymore.  Put them back and it should be happy.

-Andrew
&lt;/pre&gt;</description>
    <dc:creator>Andrew Bradford</dc:creator>
    <dc:date>2012-05-23T17:27:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1769">
    <title>Re: HELP ME: issue about arm cross toolchain (cannot find gmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1769</link>
    <description>&lt;pre&gt;We need more information, specificly errorcodes.  Please paste whole 
build log (including error) here.  Make sure that you include 
everything.  My suggestion is to run make once, then run it again using 
2&amp;gt;&amp;amp;1 $LOGFILE so you don't include any successful compiling to keep the 
paste as small as possible.

On 5/23/2012 7:28 AM, lee sudo wrote:

_______________________________________________
Clfs-dev mailing list
Clfs-dev&amp;lt; at &amp;gt;lists.cross-lfs.org
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
&lt;/pre&gt;</description>
    <dc:creator>Spam</dc:creator>
    <dc:date>2012-05-23T13:32:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1768">
    <title>HELP ME: issue about arm cross toolchain (cannot findgmp.so, mpfr.so...)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1768</link>
    <description>&lt;pre&gt;Dear all,

I built arm cross toolchain using the script in attachment. And finally
succeed.
But I moved the toolchain from the dir (it was) to another one, e.g.
from "/home/sudolee/toolchain/cross_toolchain"
to "/home/sudolee/".
Then i compile my source code by new cross toolchain, but it cannot find
some *.so, e.g. gmp.so mpfr.so cloog.so...

Anybody know about this issue?
Could anybody kindly help me?

&lt;/pre&gt;</description>
    <dc:creator>lee sudo</dc:creator>
    <dc:date>2012-05-23T11:28:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1767">
    <title>Re: Error at cross compiler final stage at Cross-Compiled Linux From Scratch - Sysroot - Version SVN-0.0.1-20090726-ARM</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1767</link>
    <description>&lt;pre&gt;On Tue, 8 May 2012 10:43:05 +0800
zxx zxx &amp;lt;zxxkevin&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&amp;lt;snip&amp;gt;


Can you try using GCC 4.4.0?  Or GCC 4.3.x?  I believe this is a GCC
4.4.1 issue, going to a slightly older GCC may fix it.

-Andrew
&lt;/pre&gt;</description>
    <dc:creator>Andrew Bradford</dc:creator>
    <dc:date>2012-05-10T14:15:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1766">
    <title>Error at cross compiler final stage at Cross-Compiled Linux From Scratch - Sysroot - Version SVN-0.0.1-20090726-ARM</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1766</link>
    <description>&lt;pre&gt;Hi all,
I am a newbie for cfs and want to build linux system for my arm board.
Because I haven't find arm with eglibc in clfs1.2. So I have to choose
Cross-Compiled Linux From Scratch - Sysroot - Version
SVN-0.0.1-20090726-ARM book to build my arm linux system.

I meet a problem when I build gcc-4.4.1 cross compiler final according to
"5.12 gcc-4.4.1-cross compiler final" , here is a error log:

-------------------------------------------------------------------------------------------------------------------------------------
checking for arm-unknown-linux-gnu-strip...
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/strip
checking for arm-unknown-linux-gnu-gcc...
/home/zxx/sysroot/build/gcc-build/./gcc/xgcc
-B/home/zxx/sysroot/build/gcc-build/./gcc/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/lib/ -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/include -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/sys-include
checking for C compiler default output file name... configure: error: in
`/home/zxx/sysroot/build/gcc-build/arm-unknown-linux-gnu/libgomp':
configure: error: C compiler cannot create executables
See `config.log' for more details.
make[1]: *** [configure-target-libgomp] Error 1
make[1]: Leaving directory `/home/zxx/sysroot/build/gcc-build'
make: *** [all] Error 2
exit
-------------------------------------------------------------------------------------------------------------------------------------


and there is libgomp config.log:


--------------------------------------------------------------------------------------------------------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU OpenMP Runtime Library configure 1.0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ /home/zxx/sysroot/build/gcc-4.4.1/libgomp/configure
--cache-file=./config.cache --with-cross-host=i486-cross-linux-gnu
--prefix=/home/zxx/sysroot/clfs/cross-tools --disable-multilib
--with-sysroot=/home/zxx/sysroot/clfs --disable-nls --enable-shared
--enable-__cxa_atexit --with-mpfr=/home/zxx/sysroot/clfs/cross-tools
--with-gmp=/home/zxx/sysroot/clfs/cross-tools
--with-ppl=/home/zxx/sysroot/clfs/cross-tools
--with-cloog=/home/zxx/sysroot/clfs/cross-tools --enable-c99
--enable-long-long --enable-threads=posix --enable-languages=c,c++
--program-transform-name=s,^,arm-unknown-linux-gnu-,
--with-target-subdir=arm-unknown-linux-gnu --build=i486-cross-linux-gnu
--host=arm-unknown-linux-gnu --target=arm-unknown-linux-gnu
--srcdir=../../../gcc-4.4.1/libgomp

## --------- ##
## Platform. ##
## --------- ##

hostname = zxx
uname -m = i686
uname -r = 2.6.24-26-generic
uname -s = Linux
uname -v = #1 SMP Tue Dec 1 18:37:31 UTC 2009

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/zxx/sysroot/clfs/cross-tools/bin
PATH: /bin
PATH: /usr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1399: loading cache ./config.cache
configure:1516: checking for --enable-version-specific-runtime-libs
configure:1533: result: no
configure:1541: checking for --enable-generated-files-in-srcdir
configure:1558: result: no
configure:1621: checking build system type
configure:1639: result: i486-cross-linux-gnu
configure:1647: checking host system type
configure:1661: result: arm-unknown-linux-gnu
configure:1669: checking target system type
configure:1683: result: arm-unknown-linux-gnu
configure:1725: checking for a BSD-compatible install
configure:1791: result: /usr/bin/install -c
configure:1802: checking whether build environment is sane
configure:1845: result: yes
configure:1910: checking for gawk
configure:1926: found /usr/bin/gawk
configure:1936: result: gawk
configure:1946: checking whether make sets $(MAKE)
configure:1966: result: yes
configure:2042: checking for arm-unknown-linux-gnu-strip
configure:2068: result:
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/strip
configure:2220: checking for arm-unknown-linux-gnu-gcc
configure:2246: result: /home/zxx/sysroot/build/gcc-build/./gcc/xgcc
-B/home/zxx/sysroot/build/gcc-build/./gcc/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/lib/ -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/include -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/sys-include
configure:2530: checking for C compiler version
configure:2533: /home/zxx/sysroot/build/gcc-build/./gcc/xgcc
-B/home/zxx/sysroot/build/gcc-build/./gcc/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/lib/ -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/include -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/sys-include
--version &amp;lt;/dev/null &amp;gt;&amp;amp;5
xgcc (GCC for Cross-LFS 4.4.1.20090722) 4.4.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2536: $? = 0
configure:2538: /home/zxx/sysroot/build/gcc-build/./gcc/xgcc
-B/home/zxx/sysroot/build/gcc-build/./gcc/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/lib/ -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/include -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/sys-include -v
&amp;lt;/dev/null &amp;gt;&amp;amp;5
Reading specs from /home/zxx/sysroot/build/gcc-build/./gcc/specs
Target: arm-unknown-linux-gnu
Configured with: ../gcc-4.4.1/configure
--prefix=/home/zxx/sysroot/clfs/cross-tools --build=i486-cross-linux-gnu
--host=i486-cross-linux-gnu --target=arm-unknown-linux-gnu
--disable-multilib --with-sysroot=/home/zxx/sysroot/clfs --disable-nls
--enable-shared --enable-languages=c,c++ --enable-__cxa_atexit
--with-mpfr=/home/zxx/sysroot/clfs/cross-tools
--with-gmp=/home/zxx/sysroot/clfs/cross-tools
--with-ppl=/home/zxx/sysroot/clfs/cross-tools
--with-cloog=/home/zxx/sysroot/clfs/cross-tools --enable-c99
--enable-long-long --enable-threads=posix
Thread model: posix
gcc version 4.4.1 (GCC for Cross-LFS 4.4.1.20090722)
configure:2541: $? = 0
configure:2543: /home/zxx/sysroot/build/gcc-build/./gcc/xgcc
-B/home/zxx/sysroot/build/gcc-build/./gcc/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/lib/ -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/include -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/sys-include -V
&amp;lt;/dev/null &amp;gt;&amp;amp;5
xgcc: '-V' must come at the start of the command line
configure:2546: $? = 1
configure:2569: checking for C compiler default output file name
configure:2572: /home/zxx/sysroot/build/gcc-build/./gcc/xgcc
-B/home/zxx/sysroot/build/gcc-build/./gcc/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/lib/ -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/include -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/sys-include -g
-O2     conftest.c  &amp;gt;&amp;amp;5
/home/zxx/sysroot/build/gcc-build/./gcc/cc1: error while loading shared
libraries: /home/zxx/sysroot/build/gcc-build/./gcc/libgcc_s.so.1: ELF file
OS ABI invalid
configure:2575: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU OpenMP Runtime Library"
| #define PACKAGE_TARNAME "libgomp"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libgomp"
| #define VERSION "1.0"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2613: error: in
`/home/zxx/sysroot/build/gcc-build/arm-unknown-linux-gnu/libgomp':
configure:2616: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i486-cross-linux-gnu
ac_cv_build_alias=i486-cross-linux-gnu
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i486-cross-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-unknown-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-unknown-linux-gnu
ac_cv_host=arm-unknown-linux-gnu
ac_cv_host_alias=arm-unknown-linux-gnu
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='/home/zxx/sysroot/build/gcc-build/./gcc/xgcc
-B/home/zxx/sysroot/build/gcc-build/./gcc/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/lib/ -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/include -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/sys-include'
ac_cv_prog_STRIP=/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/strip
ac_cv_prog_make_make_set=yes
ac_cv_target=arm-unknown-linux-gnu
ac_cv_target_alias=arm-unknown-linux-gnu

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/zxx/sysroot/build/gcc-4.4.1/missing --run
aclocal-1.9'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/zxx/sysroot/build/gcc-4.4.1/missing --run tar'
AR='/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/ar'
AUTOCONF='${SHELL} /home/zxx/sysroot/build/gcc-4.4.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/zxx/sysroot/build/gcc-4.4.1/missing --run
autoheader'
AUTOMAKE='${SHELL} /home/zxx/sysroot/build/gcc-4.4.1/missing --run
automake-1.9'
AWK='gawk'
BUILD_INFO_FALSE=''
BUILD_INFO_TRUE=''
CC='/home/zxx/sysroot/build/gcc-build/./gcc/xgcc
-B/home/zxx/sysroot/build/gcc-build/./gcc/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/
-B/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/lib/ -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/include -isystem
/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/sys-include'
CCDEPMODE=''
CFLAGS='-g -O2  '
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FC=''
FCFLAGS=''
FGREP=''
GENINSRC_FALSE=''
GENINSRC_TRUE='#'
GREP=''
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTALL_SCRIPT='/usr/bin/install -c'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LD='/home/zxx/sysroot/build/gcc-build/./gcc/collect-ld'
LDFLAGS=''
LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE=''
LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO='arm-unknown-linux-gnu-lipo'
LN_S=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO='makeinfo --split-size=5000000'
NM='/home/zxx/sysroot/build/gcc-build/./gcc/nm'
NMEDIT=''
OBJDUMP='/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/objdump'
OBJEXT=''
OMP_LOCK_25_ALIGN=''
OMP_LOCK_25_KIND=''
OMP_LOCK_25_SIZE=''
OMP_LOCK_ALIGN=''
OMP_LOCK_KIND=''
OMP_LOCK_SIZE=''
OMP_NEST_LOCK_25_ALIGN=''
OMP_NEST_LOCK_25_KIND=''
OMP_NEST_LOCK_25_SIZE=''
OMP_NEST_LOCK_ALIGN=''
OMP_NEST_LOCK_KIND=''
OMP_NEST_LOCK_SIZE=''
OPT_LDFLAGS=''
OTOOL64=''
OTOOL=''
PACKAGE='libgomp'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='GNU OpenMP Runtime Library'
PACKAGE_STRING='GNU OpenMP Runtime Library 1.0'
PACKAGE_TARNAME='libgomp'
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
PERL=''
RANLIB='/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/ranlib'
SECTION_LDFLAGS=''
SED=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP='/home/zxx/sysroot/clfs/cross-tools/arm-unknown-linux-gnu/bin/strip'
USE_FORTRAN_FALSE=''
USE_FORTRAN_TRUE=''
VERSION='1.0'
XCFLAGS=''
XLDFLAGS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DSYMUTIL=''
ac_ct_DUMPBIN=''
ac_ct_FC=''
ac_ct_LIPO=''
ac_ct_NMEDIT=''
ac_ct_OBJDUMP=''
ac_ct_OTOOL64=''
ac_ct_OTOOL=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i486-cross-linux-gnu'
build_alias='i486-cross-linux-gnu'
build_cpu='i486'
build_os='linux-gnu'
build_vendor='cross'
config_path=''
datadir='${prefix}/share'
enable_shared='yes'
enable_static=''
exec_prefix='NONE'
host='arm-unknown-linux-gnu'
host_alias='arm-unknown-linux-gnu'
host_cpu='arm'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/zxx/sysroot/build/gcc-4.4.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libtool_VERSION=''
link_gomp=''
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
multi_basedir='../../../gcc-4.4.1/libgomp/..'
oldincludedir='/usr/include'
prefix='/home/zxx/sysroot/clfs/cross-tools'
program_transform_name='s,^,arm-unknown-linux-gnu-,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='arm-unknown-linux-gnu'
target_alias='arm-unknown-linux-gnu'
target_cpu='arm'
target_os='linux-gnu'
target_vendor='unknown'
toolexecdir='$(exec_prefix)/$(target_alias)'
toolexeclibdir='$(toolexecdir)/lib'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE "libgomp"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "GNU OpenMP Runtime Library"
#define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
#define PACKAGE_TARNAME "libgomp"
#define PACKAGE_VERSION "1.0"
#define VERSION "1.0"

configure: exit 77

--------------------------------------------------------------------------------------------------------------------------------------



I search this error with google and find this guy have the same error with
me:

http://comments.gmane.org/gmane.linux.lfs.clfs.devel/1442

According thie url, I find the there are 3 solution to solve this problem:

1. using 64bit linux to compile
2. change the configure of gcc (--enable-shared --&amp;gt; --disble-shared)
3. patch the gcc4.4.1

I think the best solution is patch gcc4.4.1, but this "
http://quandary.cross-lfs.org/~animeloe/" is not exist.

Could you give me this patch or some advice to solve this problem?

thanks
_______________________________________________
Clfs-dev mailing list
Clfs-dev&amp;lt; at &amp;gt;lists.cross-lfs.org
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
&lt;/pre&gt;</description>
    <dc:creator>zxx zxx</dc:creator>
    <dc:date>2012-05-08T02:43:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1765">
    <title>Re: eglibc patches GIT-20120314-x86_64-Multilib</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1765</link>
    <description>&lt;pre&gt;Come onto #cross-lfs support on irc.freenode.net and ask nicely.

Cosmo~

On 7 May 2012, at 16:42, John Harrigan wrote:

&lt;/pre&gt;</description>
    <dc:creator>Jonathan Norman</dc:creator>
    <dc:date>2012-05-07T15:44:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1764">
    <title>Re: eglibc patches GIT-20120314-x86_64-Multilib</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1764</link>
    <description>&lt;pre&gt;* berzerkula&amp;lt; at &amp;gt;cox.net (May 06, 2012 &amp;lt; at &amp;gt; 07:25-0500):

Sorry for the dumb question, but how do I create a Trac account
so that I can create a new ticket?
&lt;/pre&gt;</description>
    <dc:creator>John Harrigan</dc:creator>
    <dc:date>2012-05-07T15:42:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1763">
    <title>Re: Re Latest Pure x64 build</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1763</link>
    <description>&lt;pre&gt;
Thanks

Martin
&lt;/pre&gt;</description>
    <dc:creator>Martin Ward</dc:creator>
    <dc:date>2012-05-06T13:21:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1762">
    <title>Re: Re Latest Pure x64 build</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1762</link>
    <description>&lt;pre&gt;
For final libc if you want to use fstack-protector-all   first build  
the libraries without that by adding build-programs=no in configrams,  
then directly build again with build-programs removed and add your  
CFLAGS for fstack-protector-all and whatever else.  That should work.  
Worked for Robert back in the day with his hardening builds!

-William
&lt;/pre&gt;</description>
    <dc:creator>William Harrington</dc:creator>
    <dc:date>2012-05-06T12:28:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1761">
    <title>Re: eglibc patches GIT-20120314-x86_64-Multilib</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.clfs.devel/1761</link>
    <description>&lt;pre&gt;
On May 3, 2012, at 09:22 AM, John Harrigan wrote:


Probably open a ticket so we can keep track of it.

-William
&lt;/pre&gt;</description>
    <dc:creator>William Harrington</dc:creator>
    <dc:date>2012-05-06T12:25:45</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.lfs.clfs.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.lfs.clfs.devel</link>
  </textinput>
</rdf:RDF>

