This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Datapipe6 - ipv6-aware fork of datapipe.c | |
| * Sample usage: | |
| * datapipe6 localipv4addr 23 remoteipv6addr 23 | |
| * | |
| * | |
| * Written by feuvan <[email protected]> | |
| * Original ipv4 version by Jeff Lawson <[email protected]> | |
| * See statement below | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "deb http://emdebian.org/debian/ lenny main" >> /etc/apt/sources.list | |
| apt-get update | |
| apt-get install binutils-arm-linux-gnueabi gcc-4.3-arm-linux-gnueabi libc6-dev-armel-cross | |
| cd /path/to/ruby/1.8.7/sources | |
| autoconf | |
| CFLAGS="--static" LDFLAGS="--static" CC="arm-linux-gnueabi-gcc" ac_cv_func_setpgrp_void=yes ac_cv_func_isinf=no ac_cv_func_isnan=no ac_cv_func_finite=no CROSS_COMPILING=1 ./configure --host="arm-linux-gnueabi" --prefix=/mnt/us/opt | |
| make | |
| make install |
NewerOlder