Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2018 12:05:27 +0100
From:      "Alejandro G. Peregrina" <agpe@riseup.net>
To:        freebsd-x11@freebsd.org
Subject:   sct fails to build in i386
Message-ID:  <20180216110527.GA1189@lithium.my.domain>

next in thread | raw e-mail | index | archive | help
Hi there,

I've been compiling sct to change color temperature in x86_64 without problems with this command:

# cd /tmp && su user -c "wget --no-check-certificate \
> https://www.tedunangst.com/flak/files/sct.c" && \
> su user -c "cc -std=c99 -O2 -I /usr/local/include/ -o sct sct.c -L /usr/local/lib/ -lm \
> -lX11 -lXrandr" && su user -c "mv sct ~user/bin/sct"

However, this builds in i386 too, but it doesn't works without error reports. When run it does nothing.
In x86_64 works absolutelly fine.

Do I have to put some special flag to clang in my i386 computer? I don't have to much control in terms of building with clang.

Thank you in advance,
A



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180216110527.GA1189>