When running the make commands: make && > make install DESTDIR=~/pre-pkg/mips-glibc ./libtool --mode=compile --quiet mips-openwrt-linux-gnu-gcc -c -I. -O2 -pipe pth_debug.c ./libtool --mode=compile --quiet mips-openwrt-linux-gnu-gcc -c -I. -O2 -pipe pth_ring.c ./libtool --mode=compile --quiet mips-openwrt-linux-gnu-gcc -c -I. -O2 -pipe pth_pqueue.c ./libtool --mode=compile --quiet mips-openwrt-linux-gnu-gcc -c -I. -O2 -pipe pth_time.c ./libtool --mode=compile --quiet mips-openwrt-linux-gnu-gcc -c -I. -O2 -pipe pth_errno.c ./libtool --mode=compile --quiet mips-openwrt-linux-gnu-gcc -c -I. -O2 -pipe pth_mctx.c pth_mctx.c: In function '__pth_mctx_set': pth_mctx.c:480:2: error: #error "Unsupported Linux (g)libc version and/or platform"
Which I traced to this fix: https://lists.openwrt.org/pipermail/openwrt-devel/2011-October/012567.html However, that patch is for openwrt's pth package as it gets applied to acinclude.m4 when acinclude.m4 is generated in the build process. The issue now is that I'm not smart enough to figure out how to make that work with a standalone download of pth-2.0.7. On Sun, May 6, 2012 at 3:54 PM, Luca Dionisi <[email protected]> wrote: > On Sun, May 6, 2012 at 9:50 PM, myddrn <[email protected]> wrote: > > The first build did compile without errors. > > > > Removing the -j2 option on the > >> time ionice -c 3 nice -n 20 make -j 2 > >> (it takes about 32 min) > > make fixed me. > > > > Then I ran into errors trying to cross-compile pth-2.0.7 on a linux 3.x > > system (ubuntu 11.10). I'm setting up a linux 2.x system in a VM right > now > > to try and do the entire process again. > > Please send me the errors you get with pth. > _______________________________________________ > Netsukuku mailing list > [email protected] > http://lists.dyne.org/mailman/listinfo/netsukuku >
_______________________________________________ Netsukuku mailing list [email protected] http://lists.dyne.org/mailman/listinfo/netsukuku
