Re: a problem about perl cross-compiling for mipsel-linux

2004-04-08 Thread Randy W. Sims
wyh wrote: > I want to install perl to my target board with mipsel-linux.How can I cross-compile > and install perl under i686-linux(red hat)? I tried to do cross-compiling many times > as follows: > > ./Configure -Dcc=mipsel-linux-gcc -Dld=mipsel-linux-ld -Dnm=mipsel-linux-nm > -Dlocincpth=...

a problem about perl cross-compiling for mipsel-linux

2004-04-08 Thread wyh
I want to install perl to my target board with mipsel-linux.How can I cross-compile and install perl under i686-linux(red hat)? I tried to do cross-compiling many times as follows: ./Configure -Dcc=mipsel-linux-gcc -Dld=mipsel-linux-ld -Dnm=mipsel-linux-nm -Dlocincpth=... -Dloclibpth=... But