Re: make errors - continued

2008-12-22 Thread dale
since the libc.so is on a powerpc (ibm 7248 [43p]) i think that is correct.. dale - Original Message - From: "Rene Engelhard" To: Sent: Monday, December 22, 2008 7:18 AM Subject: Re: make errors - continued dale wrote: does to me. Buy some glasses ;-) s

Re: make errors - continued

2008-12-22 Thread Rene Engelhard
dale wrote: > does to me. Buy some glasses ;-) > sammie:/usr/lib# less libc.so > /* GNU ld script > Use the shared library, but some functions are only in > the static library, so try that secondarily. */ > OUTPUT_FORMAT(elf32-i386) ^ elf32-i386 != elf32-powerpc

Re: make errors - continued

2008-12-22 Thread dale
/lib# - Original Message - From: "Rafal Czlonka" To: Sent: Sunday, December 21, 2008 11:44 PM Subject: Re: make errors - continued dale wrote: OUTPUT_FORMAT(elf32-powerpc) ^ looks the same as the libc.so on the intel machine (586 model) Does i

Fw: make errors - continued

2008-12-22 Thread dale
- Original Message - From: dale To: debian-ppc Sent: Sunday, December 21, 2008 5:18 PM Subject: make errors - continued contents of libc.so hvx05:/usr/lib# less libc.so /* GNU ld script Use the shared library, but some functions are only in the static library, so try that

Re: make errors - continued

2008-12-21 Thread Rafal Czlonka
dale wrote: > OUTPUT_FORMAT(elf32-powerpc) ^ > looks the same as the libc.so on the intel machine (586 model) Does it? -- rjc -- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi

make errors - continued

2008-12-21 Thread dale
contents of libc.so hvx05:/usr/lib# less libc.so /* GNU ld script Use the shared library, but some functions are only in the static library, so try that secondarily. */ OUTPUT_FORMAT(elf32-powerpc) GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) looks the sa