[Slackbuilds-users] dillo
Jorge Almeida
jjalmeida at gmail.com
Wed Dec 26 22:42:32 UTC 2012
On Wed, Dec 26, 2012 at 9:54 PM, B Watson <yalhcru at gmail.com> wrote:
> On 12/26/12, Jorge Almeida <jjalmeida at gmail.com> wrote:
>
>
> That looks like there's a newline embedded in the build variable you're
> passing to the configure script. If you're using the SBo template,
> the last argument to ./configure looks like:
>
> --build=$ARCH-slackware-linux
>
> The error you're getting looks like maybe ARCH contains a newline instead
> of what it's supposed to (normally "i486" or "x86_64" or such). Hope
> this helps.
Indeed, entirelly my fault. I commented out the part that sets ARCH if
empty/unset, and then changed the i686 optimization (the first move
was really uncalled for...). The solution is to "export ARCH=i686"
before running xx.Slackbuild. It builds cleanly.
Thanks (also to Helmut)
Jorge
More information about the SlackBuilds-users
mailing list