[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: update_excuses.html



Rob Browning <rlb@defaultvalue.org> writes:

> (Commands from a 1.4.2a generated ./libtool):
>
>   # Commands used to build and install an old-style archive.
>   RANLIB="ranlib"
>   old_archive_cmds="$AR cru $oldlib$oldobjs~$RANLIB $oldlib"
>   old_postinstall_cmds="$RANLIB $oldlib~chmod 644 $oldlib"

OK, something is definitely wrong.

If I dpkg-source extract guile-core 1.4-18 on my system and just run
./configure, I get this in ./libtool:

  # Commands used to build and install an old-style archive.
  RANLIB="ranlib"
  old_archive_cmds="\$AR cru \$oldlib\$oldobjs~\$RANLIB \$oldlib"
  old_postinstall_cmds="\$RANLIB \$oldlib~chmod 644 \$oldlib"
  old_postuninstall_cmds=""

But if I do the same on voltaire (ppc), I get the broken:

  # Commands used to build and install an old-style archive.
  RANLIB="ranlib"
  old_archive_cmds="$AR cru $oldlib$oldobjs~$RANLIB $oldlib"
  old_postinstall_cmds="$RANLIB $oldlib~chmod 644 $oldlib"
  old_postuninstall_cmds=""

My machine has libtool 1.4-3 and voltaire has 1.4-2.  I'm wondering if
that could be the difference, though I didn't think the system libtool
affected a build unless you run libtoolize, which I'm not.

Any ideas?

Thanks

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD



Reply to: