Hi Rene & List,


Back in September of last year I was trying to do a Mips64 based Multi-lib build, but things were very broken on Mips64 at that time, so I gave up, and went with a Mips 32 bit only build instead. A lot has changed in T2 since I last tried Mips64, so I am trying it again to see how far I can get.

My build host is x86 Ubuntu 8.10
the target is generic-minimal (no X)

Here is the first trouble spot that I hit:
In stage 0 when building
cloog-ppl.
The configure script fails because it can't find the gmp library.
it was looking for it in $root/lib, but the library was in $root/lib64

The following changes to the cloog-ppl.conf file got it to build successfully:

Index: package/develop/cloog-ppl/cloog-ppl.conf
===================================================================
--- package/develop/cloog-ppl/cloog-ppl.conf    (revision 35446)
+++ package/develop/cloog-ppl/cloog-ppl.conf    (working copy)
@@ -14,6 +14,10 @@

if atstage toolchain; then
       var_append extraconfopt ' ' '--with-ppl=$root --with-gmp=$root'
+       if [[ $libdir = *lib64 ]]; then
+ var_append extraconfopt ' ' '--with-gmp-library=$root$libdir'
+       fi
+
else
       var_append extraconfopt ' ' '--with-ppl'
fi



Jan



----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to