python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pass variable using autoconf AC_ARG_WITH into C program
I'm trying to get a value provided on the ./configure invocation through to C code so it can be printed. It should be passed into configure like ./configure --allow-text="Some text"
What I h...
Bedřich Kletorný
Votes: 0
Answers: 1
Autoconf loop but stop after first success?
I've got this snippet to detect and require the highest usable C++ standard. It works exactly the way I want it to - checks highest first, and stop searching after the first success. It's also extreme...
Tino Didriksen
Votes: 0
Answers: 1
Python 3.10 Make fails on compile with ssl, ./Modules/_ssl/debughelpers.c:180:5: error: implicit declaration of function ‘SSL_CTX_set_keylog_callback’
I am trying to install Python 3.10 with SSL in BeagleBone Black (Debian GNU/Linux 9, Debian Image 2018-10-07), Below are the steps used,
Downloaded latest openssl code from github (https://github.co...
Sabin Somadas
Votes: 0
Answers: 0
perl 5.26.3:how to set option for 32bit in Configure so that I will get perl compiled binary for 32 bit(i686-linux) for RHEL
I compiled perl 5.26.3 source code for RHEL from cpan link:
wget https://www.cpan.org/src/5.0/perl-5.26.3.tar.bz2
I compiled it with steps mentioned below:
./Configure -des -Dprefix=</path/to/...
Ami
Votes: 0
Answers: 0