RE: A question for the porting net-snmp to PowerPC.

2004-06-10 Thread Eirik Nordbrøden
TED] > [mailto:[EMAIL PROTECTED] Behalf > Of Robert > Story (Coders) > Sent: 10. juni 2004 16:13 > To: lew kenny > Cc: [EMAIL PROTECTED] > Subject: Re: A question for the porting net-snmp to PowerPC. > > > On Thu, 10 Jun 2004 10:28:21 +0800 lew wrote: > LK> ./configur

Re: A question for the porting net-snmp to PowerPC.

2004-06-10 Thread Coders
On Thu, 10 Jun 2004 10:28:21 +0800 lew wrote: LK> ./configure --with-cc=/LinuxPPC/CDK/bin/powerpc-linux-gcc\ LK> --with-ar=/LinuxPPC/CDK/bin/powerpc-linux-ar \ LK> --build=i686-pc-linux-gnu --host=powerpc \ LK> --target=ppc-linux --with-endianness=big \ L

Re: A question for the porting net-snmp to PowerPC.

2004-06-09 Thread lew kenny
me some idea of this problem? Thank u very much! From: Robert Story (Coders) <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To:   <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: A question for the porting net-snmp to PowerPC. Date: Tue, 8 Jun 2004 13:07:18 -0400 [ Fir

Re: A question for the porting net-snmp to PowerPC.

2004-06-08 Thread Coders
[ First - *please* don't mail me directly. Keep discussions on the list, where others can both learn and offer advice. Thanks. ] On Tue, 08 Jun 2004 13:52:55 +0800  wrote: > hello! > I can't open open the webpage u gave > me(http://www.net-snmp.org/faqs/rstory/#cross). Would u se

Re: A question for the porting net-snmp to PowerPC.

2004-06-07 Thread Coders
On Mon, 07 Jun 2004 15:13:53 +0800  wrote: > I want to use the net-snmp agent on the embeded Linux which run in PowerPC. > Then I change the variables in makefile and libtool to my cross-compiling > tools , such as CC, AR. You can't just change the Makefile. You need to re-run configure for the

A question for the porting net-snmp to PowerPC.

2004-06-07 Thread  
I want to use the net-snmp agent on the embeded Linux which run in PowerPC. Then I change the variables in makefile and libtool to my cross-compiling tools , such as CC, AR. // makefile CC = /LinuxPPC/CDK/bin/powerpc-linux-gcc CP