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 ;-)


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.

Grüße/Regards,

René
--
.''`.  René Engelhard -- Debian GNU/Linux Developer
: :' : http://www.debian.org | http://people.debian.org/~rene/
`. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
  `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73


--
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact 
listmas...@lists.debian.org




---
Text inserted by Panda IS 2008:

This message has NOT been classified as spam. If it is unsolicited mail 
(spam), click on the following link to reclassify it: 
http://localhost:6083/Panda?ID=pav_26894&SPAM=true&path=C:\Documents%20and%20Settings\dalep2\Local%20Settings\Application%20Data\Panda%20Software\AntiSpam

---








No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.176 / Virus Database: 270.9.19/1860 - Release Date: 12/21/2008 
3:08 PM




--
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



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.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73


--
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: make errors - continued

2008-12-22 Thread dale

does to me.

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)
GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a  AS_NEEDED ( 
/lib/ld-linux.so.2 ) )

sammie:/usr/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 it?

--
rjc


--
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact 
listmas...@lists.debian.org



---
Text inserted by Panda IS 2008:

This message has NOT been classified as spam. If it is unsolicited mail 
(spam), click on the following link to reclassify it: 
http://localhost:6083/Panda?ID=pav_26858&SPAM=true&path=C:\Documents%20and%20Settings\dalep2\Local%20Settings\Application%20Data\Panda%20Software\AntiSpam

---








No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.176 / Virus Database: 270.9.19/1859 - Release Date: 12/20/2008 
2:34 PM




--
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



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 secondarily.  */
OUTPUT_FORMAT(elf32-powerpc)
GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a  AS_NEEDED ( /lib/ld.so.1 ) )

looks the same as the libc.so on the intel machine (586 model)
and that make works.

thanks

dale


Fw: make errors

2008-12-22 Thread dale

- Original Message - 
From: dale 
To: debian-ppc 
Sent: Sunday, December 21, 2008 5:14 PM
Subject: make errors


following is an error during make kernel for powerpc - prep


hvx05:/usr/src/linux-source-2.6.18# make
  HOSTCC  scripts/basic/fixdep
/usr/bin/ld:/usr/lib/gcc-lib/powerpc-linux/3.3.5/../../../libc.so: file format 
not recognized; treating as linker script
/usr/bin/ld:/usr/lib/gcc-lib/powerpc-linux/3.3.5/../../../libc.so:5: parse error
collect2: ld returned 1 exit status
make[2]: *** [scripts/basic/fixdep] Error 1
make[1]: *** [scripts_basic] Error 2
make: *** No rule to make target `include/config/auto.conf', needed by 
`include/config/kernel.release'.  Stop.


   anyideas???

updated  libc6, make, utilities, and all sugested modules when installing the 
linux-source-2.6.18  source



thanks

dale