Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-user-hu
Én pedig most azt szeretném tudni, hogy hogyan tudnék mplayert forditani
1 p4-es gépen, egy p1-es procira.
Az uname-t átneveztem uname.bin-re
Az uname most 1 script:
#!/bin/bash
INP="$(uname.bin $@)"
RET=
for i in $INP; do
if [ "$i" == "i686" ]; then
[ -z "$RET" ] && RET="i586" || RET="$RET i586"
else
[ -z "$RET" ] && RET="$i" || RET="$RET $i"
fi
done
echo "$RET"
és mégis igy fordít: (de legalább már nem prescott-ra)
i486-pc-linux-gnu-gcc -I. -I./libavutil -Wdeclaration-after-statement
-I. -I.. -I../libavutil -O4 -march=i486 *-mtune=i686 *-pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/X11R6/include
-I/usr/include/freetype2 -I./libavcodec -c -o command.o command.c
Ezzel mit lehetne tenni?
--
gentoo-user-hu@g.o mailing list
|
|