Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems building from source #146

Open
ahh opened this issue Feb 3, 2021 · 1 comment
Open

Problems building from source #146

ahh opened this issue Feb 3, 2021 · 1 comment

Comments

@ahh
Copy link

ahh commented Feb 3, 2021

Hi, on a (reasonably normally configured) Centos box I'm unable to build libsixel from source:


❯ ./configure
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... configure: error: in `/home/ahunter/local/repo/libsixel':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details

I assume I'm missing some dependency? But it's not clear what that dep is, nor does the README suggest anything.

@auppal
Copy link

auppal commented Feb 7, 2021

I could not reproduce this on a CentOS machine. Seems configure is ok there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants