Pomoc s překladem vec2web na FreeBSD
Roman Neuhauser
neuhauser at sigpipe.cz
Tue Jun 21 01:24:00 CEST 2005
# Kaminar at seznam.cz / 2005-06-20 19:09:57 +0200:
> Dobrý den,
> mám problém s překladem prográmku na FreeBSD 5.3:
>
> http://www.ribbonsoft.com/archives/vec2web/vec2web-0.1.5-1.src.tar.gz
>
> Postupoval jsem podle instrukcí, ale skončilo to s chybou:
> "configure: error: cannot find install-sh or install.sh in . ./.. ./../..".
> Mám zatím moc málo zkušeností, abych si s tím poradil. Nemohl by mi
> někdo poradit, kde je chyba a jak to přeložit?
Chyba je v tom tarballu, stezujte si autorovi:
roman at isis ~/codex/vec2web-0.1.5-1.src 1011:0 > sed -n '1273,1293p' dxflib/configure
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
if test -f $ac_dir/install-sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
break
elif test -f $ac_dir/install.sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
elif test -f $ac_dir/shtool; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/shtool install -c"
break
fi
done
if test -z "$ac_aux_dir"; then
{ { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
{ (exit 1); exit 1; }; }
fi
roman at isis ~/codex/vec2web-0.1.5-1.src 1011:0 > find . -name install-sh -o -name install.sh -o -name shtool
roman at isis ~/codex/vec2web-0.1.5-1.src 1012:0 >
--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man. You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991
More information about the Users-l
mailing list